@charset "UTF-8";
/*
    что делать если smacss.scss не комилируется
    1. закомментировать каждую строку с импортом ( именно // )
    2. вписать сюда какой-нибудь левый класс например
        .f11oobarexs {background-color:red; }
    3. проверить smacss.scss файл - там должен быть ваш класс
    4. построчно раскомментировать импорты пока файл не перестанет обновляться
    TIP: откройте в студии сразу и smacss.scss и smacss.css - тогда если изменения имели силу - выскочит диалоговое окно про обновление файла. 
*/
pre {
  text-align: left; }

.hidden {
  display: none !important; }

a:focus {
  outline-style: none !important;
  text-decoration: none !important; }

.shop-green {
  color: #57a427 !important; }

.shop-red {
  color: red !important; }

.left-badge {
  margin-left: -40px; }

.h-40 {
  height: 40px !important; }

.datepicker.dropdown-menu {
  font-family: PFDinDisplayProReg,  "Helvetica Neue",Helvetica,Arial,sans-serif !important; }

.modal-dialog {
  /*margin-top: 25%;*/ }

.faq-body ul, .psl-custom-page ul {
  padding: 15px;
  padding-left: 45px;
  display: block;
  list-style-type: disc; }
  .faq-body ul li, .psl-custom-page ul li {
    display: list-item;
    text-align: -webkit-match-parent; }

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #D2EEF9 0%, #D2EEF9 100%);
  background-image: -o-linear-gradient(top, #D2EEF9 0%, #D2EEF9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D2EEF9), to(#D2EEF9));
  background-image: linear-gradient(to bottom, #D2EEF9 0%, #D2EEF9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); }

html, body {
  font-family: PFDinDisplayProReg;
  font-size: 16px;
  height: 100%;
  display: flex;
  color: #34495e;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap; }
  html > *, body > * {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
  html > .center, body > .center {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 1.25rem; }

.his-select {
  width: 100%; }

.l-comment-wrapper {
  margin: 10px; }

.psl-l-checkbox-label {
  text-align: left; }
  .psl-l-checkbox-label input {
    margin-right: 10px; }

.flex-container-orientation--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }

.flex-container-orientation--column--space-around, .psl-uploaded-parcel-image-card .psl-uploaded-parcel-image-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flex-container-orientation--column--space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flex-container-orientation--row--space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flex-container-orientation--row--space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flex-wrap--wrap {
  flex-wrap: wrap; }

.flex-autocenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-autocenter > * {
  margin: auto !important; }

.flex-autocenter--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  vertical-align: middle;
  align-items: center; }

.flex-item-align--end {
  align-self: flex-end; }

.flex-item-grow--1 {
  flex-grow: 1; }

.flex-item-grow--5 {
  flex-grow: 5; }

.l-login-form {
  -ms-flex: 10;
  -webkit-flex: 10;
  flex: 10;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .l-login-form .l-login-form-item {
    -ms-flex: 2;
    -webkit-flex: 2;
    flex: 2; }
  .l-login-form .login-form-logout {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #35b5df;
    font-family: PFDinDisplayPro-Med;
    font-size: 16px;
    text-align: center; }
  .l-login-form .l-login-form-account {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #35b5df;
    font-family: PFDinDisplayPro-Med;
    font-size: 16px; }
    .l-login-form .l-login-form-account .login-form-account-user {
      color: #35b5df;
      font-family: PFDinDisplayPro-Med;
      font-size: 16px;
      white-space: nowrap;
      /*overflow: hidden;*/
      padding: 0 0.5em;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .l-login-form .l-login-form-account .l-login-form-account-item {
      display: inline-flex;
      margin: auto; }
    .l-login-form .l-login-form-account .login-form-account-avatar {
      position: relative;
      display: inline-block;
      width: 23px;
      height: 23px;
      border-radius: 50%;
      margin-left: 15px;
      /*float: left;*/
      border: 3px solid #d5eaf1;
      color: #FFF;
      background: #35b5df;
      /*float: left;*/
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      .l-login-form .l-login-form-account .login-form-account-avatar:after {
        padding-top: 0.2rem;
        font-family: 'Panton Caps',PFDinDisplayPro-Bold;
        content: "?";
        font-size: 80%; }

.l-manager-parcel-table {
  margin-top: 0px; }
  .l-manager-parcel-table td,
  .l-manager-parcel-table .l-manager-parcel-cell {
    text-align: left; }

.flex-container-orientation--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }

.flex-container-orientation--column--space-around, .psl-uploaded-parcel-image-card .psl-uploaded-parcel-image-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flex-container-orientation--column--space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flex-container-orientation--row--space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flex-container-orientation--row--space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flex-wrap--wrap {
  flex-wrap: wrap; }

.flex-autocenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-autocenter > * {
  margin: auto !important; }

.flex-autocenter--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  vertical-align: middle;
  align-items: center; }

.flex-item-align--end {
  align-self: flex-end; }

.flex-item-grow--1 {
  flex-grow: 1; }

.flex-item-grow--5 {
  flex-grow: 5; }

.l-popup-list .l-popup-list-item {
  /*display: flex;
        -ms-align-content: space-around;
        -webkit-align-content: space-around;
        align-content: space-around;*/ }
  .l-popup-list .l-popup-list-item .l-popup-list-item-text {
    float: left; }
  .l-popup-list .l-popup-list-item .l-popup-list-item-value {
    float: right; }

.l-nav-account {
  height: 30px;
  display: flex;
  justify-content: space-between;
  -ms-flex: 25;
  -webkit-flex: 25;
  flex: 25; }
  .l-nav-account .l-nav-account-item, .l-nav-account .l-nav-account-item-packages, .l-nav-account .l-nav-account-item-warehouse, .l-nav-account .l-nav-account-item-balance {
    -ms-flex: 10;
    -webkit-flex: 10;
    flex: 10;
    display: flex;
    justify-content: center;
    align-items: center; }
    .l-nav-account .l-nav-account-item .nav-account-text, .l-nav-account .l-nav-account-item-packages .nav-account-text, .l-nav-account .l-nav-account-item-warehouse .nav-account-text, .l-nav-account .l-nav-account-item-balance .nav-account-text {
      color: #315564; }
      .l-nav-account .l-nav-account-item .nav-account-text *, .l-nav-account .l-nav-account-item-packages .nav-account-text *, .l-nav-account .l-nav-account-item-warehouse .nav-account-text *, .l-nav-account .l-nav-account-item-balance .nav-account-text * {
        font-size: 16px !important; }
      .l-nav-account .l-nav-account-item .nav-account-text:hover, .l-nav-account .l-nav-account-item-packages .nav-account-text:hover, .l-nav-account .l-nav-account-item-warehouse .nav-account-text:hover, .l-nav-account .l-nav-account-item-balance .nav-account-text:hover {
        color: #35b5df; }
  .l-nav-account .l-nav-account-item-packages {
    position: relative; }
    .l-nav-account .l-nav-account-item-packages.hover, .l-nav-account .l-nav-account-item-packages:hover {
      cursor: pointer;
      background: url("/uploads/images/arr_menu.png") no-repeat bottom -1px right 50px; }
      .l-nav-account .l-nav-account-item-packages.hover ul.sub_nav_top, .l-nav-account .l-nav-account-item-packages:hover ul.sub_nav_top {
        position: absolute;
        display: block;
        top: 30px;
        height: auto;
        left: 35px;
        opacity: 1;
        visibility: visible; }
  .l-nav-account .l-nav-account-item-warehouse {
    position: relative; }
    .l-nav-account .l-nav-account-item-warehouse ul.sub_nav_top {
      left: 0 !important; }
    .l-nav-account .l-nav-account-item-warehouse.hover, .l-nav-account .l-nav-account-item-warehouse:hover {
      background: url("/uploads/images/arr_menu.png") no-repeat bottom -1px right 50px; }
      .l-nav-account .l-nav-account-item-warehouse.hover ul.sub_nav_top, .l-nav-account .l-nav-account-item-warehouse:hover ul.sub_nav_top {
        position: absolute;
        display: block;
        top: 30px;
        height: auto;
        left: 0 !important;
        opacity: 1;
        visibility: visible; }
  .l-nav-account .l-nav-account-item-balance {
    -ms-flex: 15;
    -webkit-flex: 15;
    flex: 15; }
    .l-nav-account .l-nav-account-item-balance .nav-account-item-balance-text {
      display: block;
      min-width: 39px;
      height: 24px;
      padding: 0 5px;
      float: left;
      background: #35b5df;
      border-radius: 4px;
      text-align: center;
      font-size: 16px;
      font-family: PFDinDisplayPro-Med;
      line-height: 24px;
      color: #FFF;
      margin-left: 7px; }

.no-padding, .l-parcel-details-table, .l-parcel-details-table .l-parcel-details-row, .l-parcel-details-table .l-parcel-details-row .l-parcel-details-cell, .l-parcel-details-table .l-parcel-details-row .l-parcel-details-cell .l-parcel-details-name, .l-parcel-details-table .l-parcel-details-row .l-parcel-details-cell .l-parcel-details-value, .l-parcel-details-table .l-parcel-details-row .l-parcel-details-cell .measure {
  padding: 0 !important; }

.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.no-padding-r {
  padding-right: 0 !important; }

.no-padding-l {
  padding-left: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-margin-b {
  margin-bottom: 0 !important; }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block; }

.position--relative {
  position: relative; }

.no-float {
  float: none; }

.display-table-cell {
  display: table-cell; }

.l-parcel-details-table .l-parcel-details-row .l-parcel-details-cell .l-parcel-details-name {
  display: inline-block;
  width: 45%; }

.l-parcel-details-table .l-parcel-details-row .l-parcel-details-cell .l-parcel-details-value {
  display: inline-block;
  width: 47%;
  text-align: right; }

.l-parcel-details-table .l-parcel-details-row .l-parcel-details-cell .measure {
  display: inline-block;
  text-align: left;
  width: 5%; }

.l-vertical-list .l-vertical-list-item {
  display: block;
  width: 100%;
  text-align: left; }

li.dop_menu {
  position: relative;
  display: block; }

/* see also navbar-vertical.js */
#body {
  display: flex; }
  #body > .container,
  #body > .container-fluid {
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%; }
  #body .navbarVertical {
    -ms-flex: 0 1;
    -webkit-flex: 0 1;
    flex: 0 1;
    padding: 0;
    text-align: left; }
    #body .navbarVertical .nav-pills {
      background-image: none; }
      #body .navbarVertical .nav-pills > li.active > a,
      #body .navbarVertical .nav-pills > li.active > a:hover,
      #body .navbarVertical .nav-pills > li.active > a:focus {
        color: blue;
        background-color: #f2f4f3; }
    #body .navbarVertical .dropbtn {
      color: white;
      padding: 16px;
      font-size: 16px;
      border: none;
      cursor: pointer; }
    #body .navbarVertical .dropdown {
      position: relative;
      display: inline-block; }
    #body .navbarVertical li.dropdown {
      display: inline-block; }
    #body .navbarVertical .dropdown-content {
      display: none;
      position: absolute;
      background-color: #81a5bd;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 200; }
    #body .navbarVertical .dropdown-content a {
      color: white;
      padding: 12px 16px;
      text-decoration: none;
      display: block; }
    #body .navbarVertical .dropdown-content a:not(.restDay):hover {
      background-color: white;
      color: black; }
    #body .navbarVertical .dropdown:hover .dropdown-content {
      display: block;
      background-color: #81a5bd;
      text-align: left; }
    #body .navbarVertical .dropdown:hover .dropbtn {
      background-color: #81a5bd;
      color: white; }
    #body .navbarVertical a {
      background: white; }
    #body .navbarVertical ul li {
      display: block; }
    #body .navbarVertical .dropdown-menu {
      top: 0;
      left: 100%;
      background: #7292ab;
      width: 300px; }
      #body .navbarVertical .dropdown-menu li a {
        display: flex;
        justify-content: space-between;
        background: #7292ab;
        width: 100%;
        color: white; }
      #body .navbarVertical .dropdown-menu a {
        background: #7292ab; }
      #body .navbarVertical .dropdown-menu li:hover a {
        background: white;
        color: black; }
      #body .navbarVertical .dropdown-menu > * {
        border-bottom: 1px solid #d4f4ff; }
      #body .navbarVertical .dropdown-menu > *:last-child {
        border-bottom: none; }
    #body .navbarVertical .navbarItem {
      margin: 0;
      border-bottom: 1px solid #bdbdbd;
      border-right: 1px solid #bdbdbd; }
      #body .navbarVertical .navbarItem .elNavBar,
      #body .navbarVertical .navbarItem .is-active {
        display: flex;
        /*justify-content: center;*/ }
        #body .navbarVertical .navbarItem .elNavBar .glyphicon,
        #body .navbarVertical .navbarItem .is-active .glyphicon {
          align-self: center; }

.navbarVerticalText {
  display: none; }

.nav-stacked li.navbarItem:hover > ul.dropdown-menu {
  display: block; }

.no-border {
  border: none !important;
  border-width: 0px !important; }

.psl-border, .psl-border-top, .psl-border-right, .psl-border-bottom, .psl-border-bottom-right, .psl-border-bottom-left, .psl-border-left, .psl-border-thin, .psl-border-medium, .psl-border-light, .psl-border.panel-heading, .panel-heading.psl-border-top, .panel-heading.psl-border-right, .panel-heading.psl-border-bottom, .panel-heading.psl-border-bottom-right, .panel-heading.psl-border-bottom-left, .panel-heading.psl-border-left, .panel-heading.psl-border-thin, .panel-heading.psl-border-medium, .panel-heading.psl-border-light {
  border-color: #35b5df;
  border-style: solid;
  border-width: 1px; }

.psl-border-top {
  border-style: none;
  border-top-style: solid; }

.psl-border-right {
  border-style: none;
  border-right-style: solid; }

.psl-border-bottom, .psl-border-bottom-right, .psl-border-bottom-left {
  border-style: none;
  border-bottom-style: solid; }

.psl-border-bottom-right {
  border-right-style: solid; }

.psl-border-bottom-left {
  border-left-style: solid; }

.psl-border-left {
  border-style: none;
  border-left-style: solid; }

.psl-border-thin {
  border-width: 1px; }

.psl-border-medium {
  border-width: 2px; }

.psl-border-light {
  border-color: #a9dcf0; }

.psl-border-rounded-4px {
  border-radius: 4px; }
  .psl-border-rounded-4px-top-left {
    border-top-left-radius: 4px; }
  .psl-border-rounded-4px-top-right {
    border-top-right-radius: 4px; }
  .psl-border-rounded-4px-bottom-right {
    border-bottom-right-radius: 4px; }
  .psl-border-rounded-4px-bottom-left {
    border-bottom-left-radius: 4px; }

.psl-border-rounded {
  border-radius: 7.5px; }
  .psl-border-rounded-top-left {
    border-top-left-radius: 7.5px; }
  .psl-border-rounded-top-right {
    border-top-right-radius: 7.5px; }
  .psl-border-rounded-bottom-right {
    border-bottom-right-radius: 7.5px; }
  .psl-border-rounded-bottom-left {
    border-bottom-left-radius: 7.5px; }

.border-strong--2px, .psl-faq--first-step-container {
  border: 2px solid #35b5df; }

.border-strong--2px-bottom {
  border-bottom: 2px solid #35b5df; }

.border-strong--3px {
  border: 3px solid #35b5df; }

.border-strong--3px--bottom {
  border-bottom: 3px solid #35b5df; }

.border-strong--1px {
  border: 1px solid #35b5df; }

.border-strong--1px--top {
  border-top: 1px solid #35b5df; }

.border-strong--1px--right {
  border-right: 1px solid #35b5df; }

.border-strong {
  border: 3px solid #35b5df; }

.border-strong--left {
  border-left: 3px solid #35b5df; }

.border-strong--bottom--1px {
  border-bottom: 1px solid #35b5df; }

.border-strong--bottom--2px, .psl-home-title {
  border-bottom: 2px solid #35b5df; }

.border-soft {
  border: 2px solid #e2f1f3; }

.border-gray--bottom--1px, .panel-part--date-bordered, .psl-home-article--title {
  border-bottom: 1px solid #cacaca !important; }

.border-gray--right--1px {
  border-right: 1px solid #cacaca !important; }

.border-rounded {
  border-radius: 7.5px !important; }
  .border-rounded.border-min {
    border-radius: 2px !important; }

.border-rounded--double, .psl-faq--first-step-container {
  border-radius: 8px !important; }

.border-bottom--none {
  border-bottom: none !important; }

.border-right--none {
  border-right: none !important; }

.button, .button-blue, .button-green, .button-filter, .button-red, .button-yellow, .psl-button-xxl, .psl-button-lg, .psl-button-md, .psl-button-sm, .psl-button-xs {
  font-family: PFDinDisplayPro-Med;
  font-size: 1em;
  -webkit-text-fill-color: white;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: .6em;
  display: block;
  text-align: center;
  border: 1px solid transparent; }
  .button:hover, .button-blue:hover, .button-green:hover, .button-filter:hover, .button-red:hover, .button-yellow:hover, .psl-button-xxl:hover, .psl-button-lg:hover, .psl-button-md:hover, .psl-button-sm:hover, .psl-button-xs:hover {
    -webkit-text-fill-color: white;
    color: #FFF;
    text-decoration: none; }
  .button:disabled, .button-blue:disabled, .button-green:disabled, .button-filter:disabled, .button-red:disabled, .button-yellow:disabled, .psl-button-xxl:disabled, .psl-button-lg:disabled, .psl-button-md:disabled, .psl-button-sm:disabled, .psl-button-xs:disabled {
    -webkit-text-fill-color: white;
    color: white; }

.button-mini {
  padding: 0.2em; }

.button-blue {
  background: #35b5df; }
  .button-blue[disabled] {
    background: #abc2ca; }
  .button-blue[disabled]:hover {
    background: #abc2ca; }
  .button-blue:hover {
    background: #2fa2c7; }
  .button-blue.is-active {
    background-color: #2e6374; }

.button-green {
  background: #57a427;
  cursor: pointer;
  cursor: hand; }
  .button-green.button-h-52px {
    height: 52px;
    line-height: 52px; }
  .button-green:hover {
    background: #44811f; }
  .button-green[disabled] {
    background: #68964b; }
    .button-green[disabled]:hover {
      background: #68964b;
      cursor: not-allowed; }

.button-filter {
  background-color: blue; }

.button-red {
  background: #CF4A4A; }
  .button-red:hover {
    background: #bf3333; }
  .button-red.button-footer {
    height: 30px;
    padding: 0.5em; }
  .button-red[disabled] {
    background: #CF4A4A; }
  .button-red[disabled]:hover {
    background: #CF4A4A; }

.button-yellow {
  background: #ffa500; }
  .button-yellow.light {
    font-size: 18px;
    color: #644e18;
    -webkit-text-fill-color: #644e18;
    background: #f5cc33; }
  .button-yellow.light:hover {
    color: #644e18;
    background: #ffa500; }
  .button-yellow:hover {
    background: #e29300; }
  .button-yellow.no-padding, .button-yellow.l-parcel-details-table, .l-parcel-details-table .button-yellow.l-parcel-details-row, .l-parcel-details-table .l-parcel-details-row .button-yellow.l-parcel-details-cell, .l-parcel-details-table .l-parcel-details-row .l-parcel-details-cell .button-yellow.l-parcel-details-name, .l-parcel-details-table .l-parcel-details-row .l-parcel-details-cell .button-yellow.l-parcel-details-value, .l-parcel-details-table .l-parcel-details-row .l-parcel-details-cell .button-yellow.measure {
    padding: 0px !important; }

.psl-button-xxl {
  padding: 15px 29px; }

.psl-button-lg {
  padding: 10px 16px; }

.psl-button-md {
  padding: 6px 12px; }

.psl-button-sm {
  padding: 5px 10px; }

.psl-button-xs {
  padding: 1px 5px; }

.psl-button-link {
  color: #315564;
  display: inline-block;
  margin-top: 12px; }
  .psl-button-link:hover {
    text-decoration: none; }
  .psl-button-link .glyphicon-menu-left {
    font-size: 13px; }

.button.resetAppearance, .resetAppearance.button-blue, .resetAppearance.button-green, .resetAppearance.button-filter, .resetAppearance.button-red, .resetAppearance.button-yellow, .resetAppearance.psl-button-xxl, .resetAppearance.psl-button-lg, .resetAppearance.psl-button-md, .resetAppearance.psl-button-sm, .resetAppearance.psl-button-xs {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* Reset `button` and button-style `input` default styles */
  background: none;
  border: 0;
  /*color: inherit;*/
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: none;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  color: #34495e !important;
  -webkit-text-fill-color: #34495e !important;
  text-align: left;
  width: 100%;
  /*&::-moz-focus-inner,
    &::-moz-focus-inner {
        border: 0;
        padding: 0;
        color: inherit;
        cursor: default;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        white-space: pre;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }*/ }

.comment-packer {
  height: 108px;
  width: 100%;
  padding: 0.5rem; }

.psl-custom-page {
  font-family: PFDinDisplayProReg;
  line-height: 1.2em;
  color: #34485a; }
  .psl-custom-page p {
    margin: 10px 0; }
  .psl-custom-page b {
    color: #37a0c7; }
  .psl-custom-page strong a {
    color: #30b0e5; }
  .psl-custom-page a {
    color: #487fb5; }
  .psl-custom-page h1, .psl-custom-page h2, .psl-custom-page h3, .psl-custom-page h4, .psl-custom-page h5, .psl-custom-page h6 {
    margin-bottom: 10px; }
    .psl-custom-page h1 strong, .psl-custom-page h2 strong, .psl-custom-page h3 strong, .psl-custom-page h4 strong, .psl-custom-page h5 strong, .psl-custom-page h6 strong {
      background: #F3FBFD;
      color: #315564;
      font-family: PFDinDisplayPro-Bold;
      display: block;
      font-family: PFDinDisplayPro-Bold;
      border-radius: 6px;
      padding-left: 10px; }
  .psl-custom-page h1 {
    font-size: 1.5em;
    margin: 1.2em 0;
    width: 100%;
    position: relative; }
    .psl-custom-page h1 strong {
      height: 60px;
      line-height: 60px;
      padding-left: 37px; }
  .psl-custom-page h2 {
    font-size: 1.3em; }
    .psl-custom-page h2 strong {
      height: 50px;
      line-height: 50px; }
  .psl-custom-page h3 {
    font-size: 1.17em; }
    .psl-custom-page h3 strong {
      height: 45px;
      line-height: 45px; }
  .psl-custom-page h4 {
    font-size: 1.12em; }
    .psl-custom-page h4 strong {
      height: 40px;
      line-height: 40px; }
  .psl-custom-page h5 {
    font-size: 0.9em;
    margin-bottom: 10px; }
  .psl-custom-page h6 {
    font-size: 0.8em; }
  .psl-custom-page hr {
    border-top: 3px solid #D6DBDF; }

.filter-form, .tabs_block .filter-form {
  padding: 10px 15px; }
  .filter-form .row > *, .tabs_block .filter-form .row > * {
    padding: 0;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0; }

.filter-form .row > * {
  height: 40px;
  line-height: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0; }

.filter-form {
  padding: 15px 0; }

#ordersFilter.filter-form {
  margin: 0;
  padding: 0; }
  #ordersFilter.filter-form .filterBlock {
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 15px 0;
    justify-content: flex-end;
    height: 38px;
    text-align: center; }
    #ordersFilter.filter-form .filterBlock .filterBlock__label {
      font-family: PFDinDisplayPro-Med;
      align-self: center;
      text-align: right; }
    #ordersFilter.filter-form .filterBlock .filterBlock__submit {
      height: 100%; }
    #ordersFilter.filter-form .filterBlock.statusFilterBlock .filterBlock__innerBlock {
      width: 333px;
      margin-right: 15px;
      margin-left: 15px; }
      #ordersFilter.filter-form .filterBlock.statusFilterBlock .filterBlock__innerBlock > * {
        text-align: left;
        width: 100%; }
    #ordersFilter.filter-form .filterBlock.statusFilterBlock .filterBlock__submit {
      width: 174px; }
    #ordersFilter.filter-form .filterBlock.dateFilterBlock .filterBlock__innerBlock {
      display: flex;
      -ms-flex-flow: row nowrap;
      -webkit-flex-flow: row nowrap;
      flex-flow: row nowrap;
      justify-content: space-between;
      margin: 0 15px; }
      #ordersFilter.filter-form .filterBlock.dateFilterBlock .filterBlock__innerBlock .datesBlock__date {
        width: 100px;
        height: 100%;
        text-align: center;
        margin-bottom: 0px;
        min-height: 38px; }
      #ordersFilter.filter-form .filterBlock.dateFilterBlock .filterBlock__innerBlock .datesBlock__separator {
        margin-left: 15px;
        margin-right: 15px;
        align-self: center; }
    #ordersFilter.filter-form .filterBlock.dateFilterBlock .filterBlock__submit {
      width: 106px; }

.psl-l-simple-data-entry-flex {
  display: flex;
  padding: 0 10px; }
  .psl-l-simple-data-entry-flex .psl-l-label, .psl-l-simple-data-entry-flex .psl-l-value {
    flex-grow: 10; }
  .psl-l-simple-data-entry-flex .psl-l-value {
    text-align: right; }
  .psl-l-simple-data-entry-flex .psl-l-measure {
    margin-left: 4px; }

.psl-l-flex {
  display: flex !important;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .psl-l-flex.l-column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .psl-l-flex.l-space-around {
    justify-content: space-around; }
  .psl-l-flex.l-space-between {
    justify-content: space-between; }

.psl-l-flex-align-right {
  display: flex;
  justify-content: flex-end; }

.psl-l-flex-align-center {
  display: flex;
  justify-content: center; }

.psl-l-flex-align-middle {
  display: flex;
  align-items: center; }

.flex-half {
  -ms-flex: 0 1 49%;
  -webkit-flex: 0 1 49%;
  flex: 0 1 49%;
  align-self: stretch; }
  .flex-half.flex-center {
    align-self: center; }
  .flex-half.flex-end {
    align-self: flex-end; }

.form-background--light {
  background-color: #fdfdfd; }

.form-margin {
  margin: 10px 10px 10px 10px; }
  .form-margin-large {
    margin: 10px 14px 10px 15px; }

.form-padding {
  padding: 10px 20px; }

.form-notice {
  background-color: #f6f0bd;
  border: 2px solid #e2f1f3;
  padding: 15px; }

.psl-l-footer-manager {
  height: 100px; }

.psl-download-items-block {
  margin: 25px 15px; }
  .psl-download-items-block a[href="#"] {
    color: #ed1b1b;
    text-decoration: none;
    pointer-events: none;
    cursor: default; }
    .psl-download-items-block a[href="#"]:hover {
      text-decoration: none; }

.psl-make-order-form .psl-make-order-form-explain {
  margin: 18px 0; }

.psl-make-order-form .psl-make-order-form-separator {
  margin-left: -20px;
  margin-right: -20px;
  border-width: 2px; }

.psl-make-order-form .form-group label {
  font-family: PFDinDisplayPro-Med;
  margin-bottom: 15px; }

.psl-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  .psl-modal > *:first-child {
    z-index: 10000; }
  .psl-modal .psl-modal-filler {
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7); }

.psl-modal div[data-modal-part='message'] {
  margin-bottom: 20px; }

.psl-modal .psl-modal-actions button {
  display: inline-block; }

.psl-modal .psl-modal-actions div:first-child {
  text-align: right; }

.psl-modal .psl-modal-actions div:last-child {
  text-align: left; }

.psl-modal > .panel {
  max-width: 50%; }

.modal-footer.modal-footer-buttons {
  height: 65px; }

.modal-left-button {
  position: absolute;
  left: 10%;
  line-height: normal !important; }

.modal-left-button span {
  vertical-align: middle; }

.modal-right-button {
  position: absolute;
  right: 10%; }

.orders-orders label {
  font-weight: inherit !important; }

.orders-orders p {
  font-size: inherit !important; }

.orders-orders a.button:hover, .orders-orders a.button-blue:hover, .orders-orders a.button-green:hover, .orders-orders a.button-filter:hover, .orders-orders a.button-red:hover, .orders-orders a.button-yellow:hover, .orders-orders a.psl-button-xxl:hover, .orders-orders a.psl-button-lg:hover, .orders-orders a.psl-button-md:hover, .orders-orders a.psl-button-sm:hover, .orders-orders a.psl-button-xs:hover {
  text-decoration: none;
  color: white; }

.orders-orders .block_str > .crdCreate {
  position: absolute;
  top: 26px;
  left: 220px;
  margin-left: 10%;
  width: 250px; }

.orders-orders .filter-component section {
  width: auto; }
  .orders-orders .filter-component section section {
    display: flex; }

.orders-orders .filter-component .body > .row > div {
  padding: 15px 15px 15px 30px; }

.orders-orders .filter-component .label-right {
  margin-left: 5px; }

.orders-orders .filter-component .status-item {
  margin-bottom: 12px; }

.orders-orders .filter-component .search input[type='text'], .orders-orders .filter-component .search input[type='tel'], .orders-orders .filter-component .search input[type='email'] {
  width: 100%; }

.orders-orders .filter-component .search select {
  width: 100%; }

.orders-orders .filter-component .search .search-item {
  margin-bottom: 12px; }

.orders-orders .filter-component .flex {
  display: flex; }
  .orders-orders .filter-component .flex > button {
    margin: auto 0; }

.orders-orders .crdTable tr th a {
  display: inline; }

.orders-orders .crdTable tr th a:after {
  float: none;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  margin-left: 3px; }

.orders-orders .crdTable tr th, .orders-orders .crdTable tr td {
  padding: 5px;
  overflow: hidden; }

.orders-orders .crdTable tr input[type="checkbox"] {
  margin: 0; }

.orders-orders .crdTable tr td {
  padding: 5px !important; }

.orders-orders .crdTable tr th:first-child, .orders-orders .crdTable tr td:first-child {
  width: 40px; }

.orders-orders .crdTable tr th:nth-child(2), .orders-orders .crdTable tr td:nth-child(2) {
  width: 80px; }

.orders-orders .crdTable tr th:nth-child(3), .orders-orders .crdTable tr td:nth-child(3) {
  width: 80px; }

.orders-orders .crdTable tr th:nth-child(4), .orders-orders .crdTable tr td:nth-child(4) {
  width: 120px; }

.orders-orders .crdTable tr th:nth-child(5), .orders-orders .crdTable tr td:nth-child(5) {
  width: 105px;
  word-break: break-all; }

.orders-orders .crdTable tr th:nth-child(7), .orders-orders .crdTable tr td:nth-child(7) {
  width: 90px; }

.orders-orders .crdTable tr th:nth-child(9), .orders-orders .crdTable tr td:nth-child(9) {
  width: 90px; }

.orders-orders .crdTable tr th:nth-child(10), .orders-orders .crdTable tr td:nth-child(10) {
  width: 100px; }

.orders-orders .crdTable tr th:nth-child(12), .orders-orders .crdTable tr td:nth-child(12) {
  width: 100px; }

.orders-orders .crdTable tr th:nth-child(16), .orders-orders .crdTable tr td:nth-child(16) {
  width: 155px; }

.orders-orders .crdTable .crdTable {
  margin: 0px; }

.orders-orders .crdTable .table-bordered {
  border-radius: 0px; }

.orders-orders .crdGroupOperations {
  width: 100%;
  margin-left: 0; }
  .orders-orders .crdGroupOperations button {
    width: 150px; }
  .orders-orders .crdGroupOperations select {
    width: 100%; }
  .orders-orders .crdGroupOperations > .row > div {
    padding: 10px 15px; }
  .orders-orders .crdGroupOperations .operation-item {
    display: flex;
    margin-bottom: 12px; }
    .orders-orders .crdGroupOperations .operation-item > div {
      display: flex;
      flex-direction: column;
      justify-content: center; }

.orders-orders .statistics-component section {
  width: auto; }

.orders-orders .statistics-component .orders, .orders-orders .statistics-component .excel {
  padding: 15px; }

.orders-orders .statistics-component .orders p:last-child {
  margin-top: 12px; }

.orders-orders .statistics-component .excel-row {
  display: flex;
  margin-bottom: 12px; }

.orders-orders .statistics-component .excel-row span {
  margin: auto 2% auto 0px; }

.excel-button {
  background-image: url("../../../js/AS/images/export_excel.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 41px;
  width: 36px;
  display: inline; }
  .excel-button:hover {
    background-color: #e8e8e8; }

.pagingwrapper {
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 10px 0px;
  font-family: PFDinDisplayPro-Med; }

.pagination {
  margin: 10px; }

.pagination a {
  text-decoration: none;
  /*border: solid 1px #78b6e0;*/
  color: #15B; }

.pagination a, .pagination span {
  /*display: block;*/
  /*float: left;*/
  padding: 0.1em 0.3em 0.1em 0.3em;
  margin: 0px;
  margin-right: 4px;
  /*margin-bottom: 5px;*/
  min-width: 1em;
  text-align: center;
  vertical-align: middle;
  color: #1F2247; }

.pagination .current {
  /*background: #26B;*/
  background: #78b6e0;
  color: #fff;
  /*border: solid 1px #AAE;*/ }

.pagination .current.prev, .pagination .current.next {
  color: #999;
  /*border-color:#999;*/
  background: #fff; }

.separator {
  height: 20px;
  border: 1px solid #3ab4d5; }

.pagingBlock span {
  vertical-align: middle; }

.pagingwrapper select {
  border-color: #3ab4d5 !important;
  border-radius: 2px !important;
  vertical-align: middle !important; }

.pagingText3 {
  display: inline-block;
  margin-top: 4px; }

.pagingcontainer {
  /*margin-top: 10px;*/
  display: inline-block; }

.panel-part--date {
  height: 40px !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  display: block !important;
  padding: 15px !important; }

.panel-part--date-bordered {
  margin-bottom: 10px;
  width: 100%; }

.plate, .plate-green, .plate-silver, .plate-red, .plate-yellow {
  display: block;
  min-width: 7px;
  height: 16px;
  padding: 0 5px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  margin-left: 4px;
  float: left;
  font-size: 12px;
  font-family: PFDinDisplayPro-Med;
  color: #FFF; }

.plate-green {
  background: #57a427; }

.plate-silver {
  background: #718892; }

.plate-red {
  background: #f24d42; }

.plate-yellow {
  background: #ffa500; }

.products-container {
  margin-top: 10px; }

.product-item {
  border-top: 2px dashed #d2ccbc;
  border-bottom: 2px dashed #d2ccbc;
  width: 90%;
  margin-left: 5%;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-family: PFDinDisplayPro-Med; }
  .product-item.align-vertical {
    display: flex !important;
    flex-direction: row;
    align-items: center; }
  .product-item .row {
    padding: 5px 0; }
  .product-item .prop-row {
    display: flex;
    padding: 5px 0;
    margin: 0 -15px; }
    .product-item .prop-row div {
      overflow: hidden;
      text-overflow: ellipsis; }

.width-full {
  width: 100% !important; }

.width-half {
  width: 50% !important; }

.height-full {
  height: 100% !important; }

.auto-margin {
  margin: auto; }

.psl-text-left {
  text-align: left; }

.psl-text-right {
  text-align: right; }

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

.psl-text-justify {
  text-align: justify; }

.psl-text-weight-bold, .psl-text-content.psl.psl-text-weight-bold {
  font-family: PFDinDisplayPro-Bold; }

.psl-text-weight-normal, .psl-text-content.psl.psl-text-weight-normal {
  font-family: PFDinDisplayPro-Med;
  font-size: 1em;
  font-weight: normal; }

.psl-text-weight-thin, .psl-text-content.psl.psl-text-weight-thin {
  font-family: PFDinDisplayProReg;
  font-size: 1em;
  font-weight: normal; }

.psl-text-color-black, .pagingwrapper, .psl-text-content {
  color: #34485a; }

.psl-text-color-dark {
  color: #427da1; }

.psl-text-color-gray {
  color: gray; }

.psl-text-color-light {
  color: #3ab4d5; }

.psl-text-color-white {
  color: #fff; }

.psl-text-size-small {
  font-size: 12px; }

.psl-text-size-normal {
  font-size: 14px; }

.psl-text-size-greater {
  font-size: 16px; }

.psl-text-size-large {
  font-size: 22px !important; }

.psl-text-size-x-large {
  font-size: 32px; }

.psl-text-content {
  font-family: PFDinDisplayProReg; }

.flex-container-orientation--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }

.flex-container-orientation--column--space-around, .psl-uploaded-parcel-image-card .psl-uploaded-parcel-image-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flex-container-orientation--column--space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flex-container-orientation--row--space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flex-container-orientation--row--space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flex-wrap--wrap {
  flex-wrap: wrap; }

.flex-autocenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-autocenter > * {
  margin: auto !important; }

.flex-autocenter--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  vertical-align: middle;
  align-items: center; }

.flex-item-align--end {
  align-self: flex-end; }

.flex-item-grow--1 {
  flex-grow: 1; }

.flex-item-grow--5 {
  flex-grow: 5; }

.psl-uploaded-parcel-image-card {
  margin: 10px 0; }
  .psl-uploaded-parcel-image-card .psl-uploaded-parcel-image-info {
    height: 80px; }

.psl-remove-block {
  color: red; }
  .psl-remove-block:hover {
    cursor: pointer; }

.divThing {
  padding: 16px; }

.divThing h3 {
  font-family: PFDinDisplayPro-Bold;
  font-size: 18px;
  color: #315564;
  margin-bottom: 15px; }

.thingImage {
  float: left;
  border-radius: 4px;
  height: 200px; }

.thingImageCenterHelper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.thingImage img {
  max-width: 200px;
  max-height: 200px;
  vertical-align: middle; }

.thingDetails {
  overflow: hidden;
  padding: 10px 5px 10px 20px; }

.thingDetails > ul > li {
  display: block;
  font-family: PFDinDisplayPro-Med;
  font-size: 16px;
  color: #315564;
  height: 38px;
  border-bottom: 1px solid #D8D8DE;
  line-height: 37px; }

.thingDetails > ul > li > p {
  display: inline-block;
  font-size: inherit; }

.thingDetails > ul > li > span {
  float: right;
  margin-right: 30px; }

.thingToolbars {
  clear: both;
  padding: 15px 0px 4px 0px; }

.thingToolbars span {
  font-family: PFDinDisplayPro-Bold;
  font-size: 16px;
  color: #315564; }

.thingToolbars > * {
  margin: 0px 6px; }

.btn_blue {
  font-family: PFDinDisplayPro-Med;
  font-size: 16px;
  padding: 7px 30px;
  display: inline-block; }

.btn_orang {
  font-family: PFDinDisplayPro-Med;
  font-size: 16px;
  padding: 7px 30px;
  display: inline-block; }

.divSelectService {
  display: inline-block;
  padding: 15px 0px 15px 0px;
  width: 99%; }

.divParcel h3 {
  font-family: PFDinDisplayPro-Bold;
  font-size: 16px;
  color: #315564;
  margin-bottom: 15px;
  width: 250px; }

.divParcel .thingToolbars h4 {
  font-family: PFDinDisplayPro-Med;
  font-size: 16px;
  color: #315564;
  padding-bottom: 10px; }

.divGalery {
  display: flex;
  height: 145px; }
  .divGalery .thingImageCenterHelper {
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-align-content: stretch;
    -webkit-align-content: stretch;
    align-content: stretch; }
    .divGalery .thingImageCenterHelper .thingImageCenterHelper__imageWrapper {
      display: flex;
      -ms-align-content: stretch;
      -webkit-align-content: stretch;
      align-content: stretch;
      -ms-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
      flex: 1 0 auto;
      height: 100px; }

.divGalery a {
  margin: 10px 5px 10px 0px; }

.divGalery img {
  max-width: 100px;
  height: 100%; }

.thingToolbars > *:first-child, .divGalery {
  margin-left: 0; }

.thingToolbars img {
  /*border-radius: 5px;*/ }

.img-fill {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%; }
  .img-fill.medium {
    height: auto;
    max-height: 100px; }

.img-shadow {
  -webkit-box-shadow: 5px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 10px 20px -5px rgba(0, 0, 0, 0.75); }

.psl-table-item, .psl-user-outgoingParcelsContainer .psl-user-outgoingParcelsItem {
  border-right: 1px #C8E9F4 solid;
  border-bottom: 1px #C8E9F4 solid; }
  .psl-table-item:nth-child(odd), .psl-user-outgoingParcelsContainer .psl-user-outgoingParcelsItem:nth-child(odd) {
    border-right: none; }

.psl-user-outgoingParcelsContainer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .psl-user-outgoingParcelsContainer .psl-user-outgoingParcelsItem {
    padding: 15px 18px; }
    .psl-user-outgoingParcelsContainer .psl-user-outgoingParcelsItem img {
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6); }
    .psl-user-outgoingParcelsContainer .psl-user-outgoingParcelsItem .psl-user-outgoingParcelsItem--header {
      font-family: PFDinDisplayPro-Bold;
      color: #34485a;
      font-size: 1.1em;
      margin-top: 0;
      margin-bottom: 13px; }
    .psl-user-outgoingParcelsContainer .psl-user-outgoingParcelsItem .psl-user-outgoingParcelsItem--card .image {
      width: 100%;
      height: 140px; }
    .psl-user-outgoingParcelsContainer .psl-user-outgoingParcelsItem .psl-user-outgoingParcelsItem--card .card-item {
      border-bottom: 1px solid #F0F1F2;
      height: 21px;
      font-family: PFDinDisplayProReg;
      line-height: 22px;
      color: #34485a;
      font-size: 0.9rem;
      overflow: hidden; }
      .psl-user-outgoingParcelsContainer .psl-user-outgoingParcelsItem .psl-user-outgoingParcelsItem--card .card-item > div {
        padding-left: 0;
        padding-right: 0; }
      .psl-user-outgoingParcelsContainer .psl-user-outgoingParcelsItem .psl-user-outgoingParcelsItem--card .card-item *[data-part] {
        padding-left: 5px;
        /*overflow-wrap:break-word;*/ }
    .psl-user-outgoingParcelsContainer .psl-user-outgoingParcelsItem .psl-user-outgoingParcelsItem--footer {
      margin-top: 20px; }

.filter-form, .tabs_block .filter-form {
  padding: 10px 15px; }
  .filter-form .row > *, .tabs_block .filter-form .row > * {
    padding: 0;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0; }

.filter-form .row > * {
  height: 40px;
  line-height: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0; }

.filter-form {
  padding: 15px 0; }

#ordersFilter.filter-form {
  margin: 0;
  padding: 0; }
  #ordersFilter.filter-form .filterBlock {
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 15px 0;
    justify-content: flex-end;
    height: 38px;
    text-align: center; }
    #ordersFilter.filter-form .filterBlock .filterBlock__label {
      font-family: PFDinDisplayPro-Med;
      align-self: center;
      text-align: right; }
    #ordersFilter.filter-form .filterBlock .filterBlock__submit {
      height: 100%; }
    #ordersFilter.filter-form .filterBlock.statusFilterBlock .filterBlock__innerBlock {
      width: 333px;
      margin-right: 15px;
      margin-left: 15px; }
      #ordersFilter.filter-form .filterBlock.statusFilterBlock .filterBlock__innerBlock > * {
        text-align: left;
        width: 100%; }
    #ordersFilter.filter-form .filterBlock.statusFilterBlock .filterBlock__submit {
      width: 174px; }
    #ordersFilter.filter-form .filterBlock.dateFilterBlock .filterBlock__innerBlock {
      display: flex;
      -ms-flex-flow: row nowrap;
      -webkit-flex-flow: row nowrap;
      flex-flow: row nowrap;
      justify-content: space-between;
      margin: 0 15px; }
      #ordersFilter.filter-form .filterBlock.dateFilterBlock .filterBlock__innerBlock .datesBlock__date {
        width: 100px;
        height: 100%;
        text-align: center;
        margin-bottom: 0px;
        min-height: 38px; }
      #ordersFilter.filter-form .filterBlock.dateFilterBlock .filterBlock__innerBlock .datesBlock__separator {
        margin-left: 15px;
        margin-right: 15px;
        align-self: center; }
    #ordersFilter.filter-form .filterBlock.dateFilterBlock .filterBlock__submit {
      width: 106px; }

.extra-info {
  padding-right: 200px;
  padding-left: 80px; }

.extra-info > * {
  display: block; }

.extra-info-header {
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0; }

.extra-info-row {
  margin: 5px 35px; }

#submit {
  margin-top: 50px; }

.extra-info > input {
  font-size: 1.6em;
  margin-top: 15px; }

.no-border {
  border: none !important;
  border-width: 0px !important; }

.psl-border, .psl-border-top, .psl-border-right, .psl-border-bottom, .psl-border-bottom-right, .psl-border-bottom-left, .psl-border-left, .psl-border-thin, .psl-border-medium, .psl-border-light, .psl-border.panel-heading, .panel-heading.psl-border-top, .panel-heading.psl-border-right, .panel-heading.psl-border-bottom, .panel-heading.psl-border-bottom-right, .panel-heading.psl-border-bottom-left, .panel-heading.psl-border-left, .panel-heading.psl-border-thin, .panel-heading.psl-border-medium, .panel-heading.psl-border-light {
  border-color: #35b5df;
  border-style: solid;
  border-width: 1px; }

.psl-border-top {
  border-style: none;
  border-top-style: solid; }

.psl-border-right {
  border-style: none;
  border-right-style: solid; }

.psl-border-bottom, .psl-border-bottom-right, .psl-border-bottom-left {
  border-style: none;
  border-bottom-style: solid; }

.psl-border-bottom-right {
  border-right-style: solid; }

.psl-border-bottom-left {
  border-left-style: solid; }

.psl-border-left {
  border-style: none;
  border-left-style: solid; }

.psl-border-thin {
  border-width: 1px; }

.psl-border-medium {
  border-width: 2px; }

.psl-border-light {
  border-color: #a9dcf0; }

.psl-border-rounded-4px {
  border-radius: 4px; }
  .psl-border-rounded-4px-top-left {
    border-top-left-radius: 4px; }
  .psl-border-rounded-4px-top-right {
    border-top-right-radius: 4px; }
  .psl-border-rounded-4px-bottom-right {
    border-bottom-right-radius: 4px; }
  .psl-border-rounded-4px-bottom-left {
    border-bottom-left-radius: 4px; }

.psl-border-rounded {
  border-radius: 7.5px; }
  .psl-border-rounded-top-left {
    border-top-left-radius: 7.5px; }
  .psl-border-rounded-top-right {
    border-top-right-radius: 7.5px; }
  .psl-border-rounded-bottom-right {
    border-bottom-right-radius: 7.5px; }
  .psl-border-rounded-bottom-left {
    border-bottom-left-radius: 7.5px; }

.border-strong--2px, .psl-faq--first-step-container {
  border: 2px solid #35b5df; }

.border-strong--2px-bottom {
  border-bottom: 2px solid #35b5df; }

.border-strong--3px {
  border: 3px solid #35b5df; }

.border-strong--3px--bottom {
  border-bottom: 3px solid #35b5df; }

.border-strong--1px {
  border: 1px solid #35b5df; }

.border-strong--1px--top {
  border-top: 1px solid #35b5df; }

.border-strong--1px--right {
  border-right: 1px solid #35b5df; }

.border-strong {
  border: 3px solid #35b5df; }

.border-strong--left {
  border-left: 3px solid #35b5df; }

.border-strong--bottom--1px {
  border-bottom: 1px solid #35b5df; }

.border-strong--bottom--2px, .psl-home-title {
  border-bottom: 2px solid #35b5df; }

.border-soft {
  border: 2px solid #e2f1f3; }

.border-gray--bottom--1px, .panel-part--date-bordered, .psl-home-article--title {
  border-bottom: 1px solid #cacaca !important; }

.border-gray--right--1px {
  border-right: 1px solid #cacaca !important; }

.border-rounded {
  border-radius: 7.5px !important; }
  .border-rounded.border-min {
    border-radius: 2px !important; }

.border-rounded--double, .psl-faq--first-step-container {
  border-radius: 8px !important; }

.border-bottom--none {
  border-bottom: none !important; }

.border-right--none {
  border-right: none !important; }

.psl-faq--first-step-container {
  margin: 20px 0;
  padding: 0 30px;
  color: #404950; }
  .psl-faq--first-step-container a {
    text-decoration: underline; }
  .psl-faq--first-step-container .psl-faq--first-step-row {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative; }
    .psl-faq--first-step-container .psl-faq--first-step-row .psl-faq--first-step-row-text {
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 83px;
      line-height: 150%; }

#userPosilatorAddressContent a {
  display: inline; }

#userPosilatorAddressContent ul, #userPosilatorAddressContent .ul {
  padding: 0 10px; }

#userPosilatorAddressAddrPart li, #userPosilatorAddressAddrPart .li {
  width: 100%;
  border-bottom: 1px solid #A9DCF0;
  border-top: none;
  height: 26px;
  line-height: 26px;
  margin: 0; }
  #userPosilatorAddressAddrPart li:last-child, #userPosilatorAddressAddrPart .li:last-child {
    border-bottom: 0; }

#userPosilatorAddressOfficeNote {
  color: #3ab4d5;
  cursor: pointer;
  font-size: 80%; }

#userPosilatorAddressDescPart {
  margin-bottom: 10px; }

.popover {
  min-width: 300px; }

.profile-socials .profile-socials-title {
  margin: 15px 0; }

.profile-socials .profile-socials-subtitle {
  margin: 10px 0; }

.socials-container {
  max-width: 256px; }

.social-block {
  display: flex;
  justify-content: space-around; 

}
  .social-block img {
    width: 32px;
    height: 32px;
    border-radius: 15px;
    cursor: pointer;
    cursor: hand; }
    .social-block img.faded {
      opacity: 0.5; }

.socials-table .socials-row .social-item {
  display: inline-flex;
  justify-content: center;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-self: center;
  align-items: center; }
  .socials-table .socials-row .social-item .social-block--element {
    padding-top: 5px; }
  .socials-table .socials-row .social-item a {
    align-self: center; }
  .socials-table .socials-row .social-item i {
    margin: 0 5px; }

article[data-body=none] .readmore-footer-container a.readmore-footer-moreLink {
  display: none; }

.readmore-footer-container {
  margin: 0 0;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  font-size: 0.8em; }
  .readmore-footer-container .readmore-footer-extra {
    color: #C4CCD0; }
  .readmore-footer-container .readmore-footer-link, .readmore-footer-container .readmore-footer-moreLink, .readmore-footer-container .readmore-footer-lessLink {
    text-align: center;
    /*text-decoration: none;*/
    flex-basis: 100px;
    /*color: #385A68;*/
    color: #35b5df !important;
    text-decoration: none !important; }

.parcel-image-wrapper {
  height: 190px;
  margin-top: 10px; }

.parcel-image-wrapper .part--image {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.parcel-image-wrapper .row {
  margin-top: 10px;
  margin-bottom: 10px; }

.parcel-image-wrapper input {
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 40%;
  height: 15%;
  line-height: 15%;
  box-sizing: border-box; }

.parcel-image-wrapper .part--check-image {
  width: 25%;
  height: 25%;
  position: absolute;
  top: 0;
  right: 0; }

.parcel-image-wrapper:hover {
  border: 1px dashed lightblue;
  cursor: pointer; }

.cancel-assemble-modal[data-page-type='modal'] {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }

.cancel-assemble-modal[data-page-type='modal'] .panel {
  width: 450px; }

.parcelItemsContainer {
  border-top: 1px solid #d8d7dc; }
  .parcelItemsContainer .parcelItemsContainer-parcelItem {
    height: 8rem; }

.no-border {
  border: none !important;
  border-width: 0px !important; }

.psl-border, .psl-border-top, .psl-border-right, .psl-border-bottom, .psl-border-bottom-right, .psl-border-bottom-left, .psl-border-left, .psl-border-thin, .psl-border-medium, .psl-border-light, .psl-border.panel-heading, .panel-heading.psl-border-top, .panel-heading.psl-border-right, .panel-heading.psl-border-bottom, .panel-heading.psl-border-bottom-right, .panel-heading.psl-border-bottom-left, .panel-heading.psl-border-left, .panel-heading.psl-border-thin, .panel-heading.psl-border-medium, .panel-heading.psl-border-light {
  border-color: #35b5df;
  border-style: solid;
  border-width: 1px; }

.psl-border-top {
  border-style: none;
  border-top-style: solid; }

.psl-border-right {
  border-style: none;
  border-right-style: solid; }

.psl-border-bottom, .psl-border-bottom-right, .psl-border-bottom-left {
  border-style: none;
  border-bottom-style: solid; }

.psl-border-bottom-right {
  border-right-style: solid; }

.psl-border-bottom-left {
  border-left-style: solid; }

.psl-border-left {
  border-style: none;
  border-left-style: solid; }

.psl-border-thin {
  border-width: 1px; }

.psl-border-medium {
  border-width: 2px; }

.psl-border-light {
  border-color: #a9dcf0; }

.psl-border-rounded-4px {
  border-radius: 4px; }
  .psl-border-rounded-4px-top-left {
    border-top-left-radius: 4px; }
  .psl-border-rounded-4px-top-right {
    border-top-right-radius: 4px; }
  .psl-border-rounded-4px-bottom-right {
    border-bottom-right-radius: 4px; }
  .psl-border-rounded-4px-bottom-left {
    border-bottom-left-radius: 4px; }

.psl-border-rounded {
  border-radius: 7.5px; }
  .psl-border-rounded-top-left {
    border-top-left-radius: 7.5px; }
  .psl-border-rounded-top-right {
    border-top-right-radius: 7.5px; }
  .psl-border-rounded-bottom-right {
    border-bottom-right-radius: 7.5px; }
  .psl-border-rounded-bottom-left {
    border-bottom-left-radius: 7.5px; }

.border-strong--2px, .psl-faq--first-step-container {
  border: 2px solid #35b5df; }

.border-strong--2px-bottom {
  border-bottom: 2px solid #35b5df; }

.border-strong--3px {
  border: 3px solid #35b5df; }

.border-strong--3px--bottom {
  border-bottom: 3px solid #35b5df; }

.border-strong--1px {
  border: 1px solid #35b5df; }

.border-strong--1px--top {
  border-top: 1px solid #35b5df; }

.border-strong--1px--right {
  border-right: 1px solid #35b5df; }

.border-strong {
  border: 3px solid #35b5df; }

.border-strong--left {
  border-left: 3px solid #35b5df; }

.border-strong--bottom--1px {
  border-bottom: 1px solid #35b5df; }

.border-strong--bottom--2px, .psl-home-title {
  border-bottom: 2px solid #35b5df; }

.border-soft {
  border: 2px solid #e2f1f3; }

.border-gray--bottom--1px, .panel-part--date-bordered, .psl-home-article--title {
  border-bottom: 1px solid #cacaca !important; }

.border-gray--right--1px {
  border-right: 1px solid #cacaca !important; }

.border-rounded {
  border-radius: 7.5px !important; }
  .border-rounded.border-min {
    border-radius: 2px !important; }

.border-rounded--double, .psl-faq--first-step-container {
  border-radius: 8px !important; }

.border-bottom--none {
  border-bottom: none !important; }

.border-right--none {
  border-right: none !important; }

.psl-text-left {
  text-align: left; }

.psl-text-right {
  text-align: right; }

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

.psl-text-justify {
  text-align: justify; }

.psl-text-weight-bold, .psl-text-content.psl.psl-text-weight-bold {
  font-family: PFDinDisplayPro-Bold; }

.psl-text-weight-normal, .psl-text-content.psl.psl-text-weight-normal {
  font-family: PFDinDisplayPro-Med;
  font-size: 1em;
  font-weight: normal; }

.psl-text-weight-thin, .psl-text-content.psl.psl-text-weight-thin {
  font-family: PFDinDisplayProReg;
  font-size: 1em;
  font-weight: normal; }

.psl-text-color-black, .pagingwrapper, .psl-text-content {
  color: #34485a; }

.psl-text-color-dark {
  color: #427da1; }

.psl-text-color-gray {
  color: gray; }

.psl-text-color-light {
  color: #3ab4d5; }

.psl-text-color-white {
  color: #fff; }

.psl-text-size-small {
  font-size: 12px; }

.psl-text-size-normal {
  font-size: 14px; }

.psl-text-size-greater {
  font-size: 16px; }

.psl-text-size-large {
  font-size: 22px !important; }

.psl-text-size-x-large {
  font-size: 32px; }

.psl-text-content {
  font-family: PFDinDisplayProReg; }

.text-weight--normal {
  font-family: PFDinDisplayProReg !important;
  /*font-family: PFDinDisplayPro-Med !important;*/
  font-size: 1em !important; }

.text-weight--bold {
  font-family: PFDinDisplayPro-Med !important;
  font-size: 1em !important; }

.text-weight-caps, .psl-home-title {
  font-family: pantonblackcaps !important;
  color: #718892; }

.text-spacing--ordinal {
  line-height: 1.25rem !important; }

.text-spacing--greater {
  line-height: 1.5rem !important; }

.text-color--dark {
  /*color: #427da1 !important;*/
  /*color: #4179b4 !important;*/ }

.text-color--black {
  color: #34495e !important; }

.text-color--light {
  color: #3ab4d5 !important; }

.text-color--gray {
  color: gray !important; }

.text-color--white {
  color: #fff !important; }

.text-size--normal {
  font-size: 16px !important; }

.text-size--small {
  font-size: 12px !important; }

.text-size--greater {
  font-size: 14px !important; }

.text-size--x-greater {
  font-size: 22px !important; }

.text-size--large {
  font-size: 16px !important; }

.text-size--x-large {
  font-size: 32px !important; }

.text-align--left {
  text-align: left !important; }

.text-align--right {
  text-align: right !important; }

.text-align--center {
  text-align: center !important; }

.text-align--justify {
  text-align: justify !important; }

.text-one-line {
  white-space: nowrap !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-scroll {
  overflow: scroll !important; }

label {
  font-weight: normal !important; }

.text-word-break--all {
  word-break: break-all; }

.order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  height: inherit;
  padding: 20px 15px;
  min-height: 105px;
  margin-bottom: 0.3em;
  line-height: 1em; }

.order-row > * {
  flex-basis: 0;
  flex-grow: 4; }

hr.orders-separator {
  border-width: 2px;
  width: 90%; }

/* .order-border-left */
/* see borders.css  */
.order-row .border-strong--left {
  height: inherit; }

.order-name-container {
  flex-grow: 4;
  height: inherit;
  padding: 0 10px; }

.order-name, .order-name-extra {
  line-height: 1.5rem;
  font-size: 18px;
  margin: 0 -10px; }

.order-name {
  font-family: PFDinDisplayPro-Med; }

.order-name-extra {
  font-size: 16px; }

.order-row-price {
  font-family: PFDinDisplayPro-Med;
  font-size: 16px; }

.order-extra-subtext {
  font-size: 16px; }

.order-extra-subsubtext {
  font-size: 14px; }

.order-name-pic > img {
  display: block;
  margin: 0 auto; }

.order-details {
  flex-grow: 12;
  padding: 10px 20px;
  text-align: justify; }

.order-no-price {
  font-size: 0.9em; }

.order-no-price a {
  display: block;
  color: inherit;
  text-decoration: underline; }

.order-button {
  flex-grow: 5;
  /*    width: 175px;*/
  display: block;
  margin: auto;
  vertical-align: middle; }

.transition-transform {
  -moz-transition: transform linear 0.5s;
  -o-transition: transform linear 0.5s;
  -webkit-transition: transform linear 0.5s;
  transition: transform linear 0.5s; }

.flip-vertical {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.table.table-bordered.delivery td:nth-child(even) {
  border-right: none; }

.link-item-parcel {
  margin-bottom: 5px; }

.delivery-detail {
  color: #687583; }
  .delivery-detail:hover {
    background-color: white !important; }
  .delivery-detail .delivery-detail-row {
    padding: 3px !important; }
    .delivery-detail .delivery-detail-row .delivery-detail-row-item {
      height: 29px;
      line-height: 29px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 1px solid gainsboro;
      margin: 0px; }
      .delivery-detail .delivery-detail-row .delivery-detail-row-item .col-md-11.col-md-offset-1 {
        padding-left: 45px; }

.parcelPayment .parcelPayment-table.sizes li {
  height: 41px; }
  .parcelPayment .parcelPayment-table.sizes li > * {
    padding: 0; }

.parcelPayment .parcelPayment-table.sizes .panel-item-style {
  line-height: 41px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .parcelPayment .parcelPayment-table.sizes .panel-item-style.psl-label {
    width: 50%;
    padding-left: 43px; }
  .parcelPayment .parcelPayment-table.sizes .panel-item-style.psl-value {
    width: 50%;
    padding-left: 72px; }

.parcelPayment .parcelPayment-table.address li {
  height: 31px; }
  .parcelPayment .parcelPayment-table.address li > * {
    padding: 0; }

.parcelPayment .parcelPayment-table.address .panel-item-style {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 31px; }
  .parcelPayment .parcelPayment-table.address .panel-item-style.psl-label {
    width: 30%;
    padding-left: 43px; }
  .parcelPayment .parcelPayment-table.address .panel-item-style.psl-value {
    width: 70%;
    padding-left: 72px; }

.persPanel {
  border: 2px solid #35B5DF;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px; }

.persFileRow {
  font-family: PFDinDisplayPro-Med;
  background-color: #fff5bf;
  line-height: 40px;
  vertical-align: middle;
  margin-top: 20px;
  margin-bottom: 20px; }

.parcelContainerTable {
  background-color: #fcfcfc; }
  .parcelContainerTable .parcelItem {
    padding: 15px 25px;
    line-height: 1.5;
    vertical-align: middle;
    text-align: left;
    font-size: 0.9em;
    font-family: PFDinDisplayPro-Med;
    border-right: 2px solid #3ab4d5;
    border-bottom: 2px solid #3ab4d5;
    white-space: nowrap;
    /*&:nth-child(odd){
            border-right:0;
        }*/
    /*&:nth-last-child(1),
        &:nth-last-child(2){
            border-bottom: 0;
        }*/ }
    .parcelContainerTable .parcelItem .parcelItem-card > * {
      border-bottom: 1px solid #f0f1f2;
      overflow: hidden; }
    .parcelContainerTable .parcelItem .parcelItem-header {
      font-family: PFDinDisplayPro-Bold;
      font-size: 18px; }
    .parcelContainerTable .parcelItem .parcelItem-content {
      height: 170px;
      font-family: PFDInDisplayProReg;
      font-size: 14px; }
      .parcelContainerTable .parcelItem .parcelItem-content .parcelItem-aside img {
        min-height: 120px;
        margin-bottom: 20px; }
      .parcelContainerTable .parcelItem .parcelItem-content .parcelItem-content-label {
        float: left;
        width: 40%; }
      .parcelContainerTable .parcelItem .parcelItem-content .parcelItem-content-value {
        float: left;
        width: 60%; }
    .parcelContainerTable .parcelItem .parcelItem-subfooter {
      margin-top: 0.5em;
      margin-bottom: 0.5em; }
    .parcelContainerTable .parcelItem .parcelItem-footer {
      margin-top: 0.5em;
      margin-bottom: 0.5em; }
      .parcelContainerTable .parcelItem .parcelItem-footer .text {
        line-height: 40px; }

/*clearfix flex-autocenter text-size--normal text-weight--bold text-spacing--ordinal*/
.psl-home-title {
  padding: 10px 0;
  font-size: 1.8em;
  display: block;
  text-align: center; }

/* little bit stupid*/
.psl-home-article-list {
  padding: 5px 0; }

.psl-home-article--container {
  margin: 20px 0; }

.psl-home-article--title *, .psl-home-article--body * {
  font-family: PFDinDisplayProReg !important;
  /*font-family: PFDinDisplayPro-Med !important;*/
  font-size: 1em !important;
  line-height: 150% !important;
  /*font-weight: normal !important;*/ }

.psl-home-article--title {
  color: #57A427;
  /*text-indent: 20px;*/
  padding: 5px 0; }

.psl-home-article--body {
  text-align: justify;
  -ms-text-justify: inter-word;
  text-justify: inter-word;
  padding: 10px 0;
  color: #385A68; }
  .psl-home-article--body p {
    /* Отступ первой строки в пикселах */
    /*text-indent: 20px;*/
    line-height: 150%;
    padding: 5px 0; }

.psl-home-article--date {
  font-size: 1em;
  color: #C4CCD0; }

.psl-home-article--read-more {
  text-decoration: none;
  color: #385A68;
  font-size: 0.8em; }

.psl-title, .psl-faq-item .psl-faq-item--title {
  width: 100%;
  line-height: 35px;
  text-align: left;
  margin-bottom: 5px;
  font-family: PFDinDisplayPro-Med;
  color: #34485a;
  font-size: 18px; }

.psl-label {
  font-size: 1rem;
  color: #315564;
  font-family: PFDinDisplayPro-Med; }

.psl-faq-item .psl-faq-item--title {
  border-bottom: 2px solid #2FC7F7; }

.psl-faq-item .psl-faq-item--body {
  font-family: PFDinDisplayProReg;
  color: #34485a;
  font-size: 16px;
  line-height: 24px; }
  .psl-faq-item .psl-faq-item--body ul, .psl-faq-item .psl-faq-item--body li {
    list-style-position: inside !important;
    list-style-type: disc !important; }

.psl-faq-item .psl-faq-item--read-more {
  display: block;
  float: right;
  padding-top: 10px;
  width: 115px;
  height: 17px;
  float: right;
  font-family: PFDinDisplayPro-Med;
  color: #33b3de;
  font-size: 16px;
  line-height: 17px;
  text-decoration: none; }

.psl-faq-item .psl-faq-item--read-more--image {
  float: right;
  width: 17px;
  height: 17px;
  background: url(/uploads/images/arrow_faq.png) no-repeat center right; }

.remove-icon, .remove-icon-reverse {
  background: none;
  border: none;
  color: #F1060D;
  cursor: pointer; }

.remove-icon::after, .remove-icon-reverse::before {
  content: url("/uploads/images/del_tovar.png");
  margin-top: 1px;
  position: absolute;
  cursor: pointer; }

.remove-icon::after {
  margin-left: 6px; }

.remove-icon-reverse {
  margin-left: 18px;
  float: right;
  margin-right: 10px; }

.remove-icon-reverse::before {
  margin-left: -14px; }

.article-container-default {
  /*doesnt work for not*/
  /*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;*/ }

#fastRegister_modal1,
#fastRegister_modal2 {
  top: 25%;
  position: absolute;
  overflow-y: hidden; }

.fastRegisterModalContent {
  font-family: PFDinDisplayProReg; }
  .fastRegisterModalContent p {
    margin-top: 5px;
    line-height: 115%;
    padding-right: 15px;
    padding-left: 15px; }
    .fastRegisterModalContent p:first-letter {
      /*padding-left: 15px;*/ }

.fastRegisterModalFooter {
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-around; }
  .fastRegisterModalFooter input, .fastRegisterModalFooter input:hover {
    -webkit-text-fill-color: #34495e;
    color: #34495e;
    -ms-flex: 0 1 45%;
    -webkit-flex: 0 1 45%;
    flex: 0 1 45%;
    white-space: normal; }

body[data-highlight=help] header {
  z-index: auto !important; }
  body[data-highlight=help] header .login-form-account-avatar {
    position: relative;
    z-index: 2000; }
    body[data-highlight=help] header .login-form-account-avatar:before {
      -moz-animation: highlight 5s normal 0s infinite;
      -o-animation: highlight 5s normal 0s infinite;
      -webkit-animation: highlight 5s normal 0s infinite;
      animation: highlight 5s normal 0s infinite;
      position: absolute;
      z-index: 2000;
      opacity: 0.8;
      content: "";
      background: url("../../../uploads/images/arrow-blue-min.png") no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      width: 300px;
      height: 300px;
      display: block;
      top: -25px;
      right: -35px;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      /*background : radial-gradient(transparent, red 10%);*/
      /*top: -100px;
                    border-radius: 50%;
                    content : " ";
                    width: 200px;
                    height: 200px;
                    background : radial-gradient(transparent, red 10%);*/ }

@-moz-keyframes highlight {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

@-webkit-keyframes highlight {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

@keyframes highlight {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

.isHover.colorless {
  color: inherit !important; }

a.isHover {
  color: #35b5df !important;
  text-decoration: underline !important; }

.button-blue.isHover {
  background-color: #2fa2c7; }

.is-hidden {
  display: none !important; }

.is-transparent {
  opacity: 0 !important; }

input.is-invalid {
  border-color: red; }

.psl-cursor-pointer {
  cursor: pointer;
  cursor: hand; }
