﻿.block.block-themed .k-panelbar > .k-item > .k-link, .block.block-themed .k-panel > .k-item > .k-link {
  padding: 6px 15px;
  border: none;
  transition: color .12s ease-out;
  font-weight: 400;
  background-color: #ffffff; }

.block.block-themed .k-panelbar > li .k-link.k-header {
  line-height: 2.313rem;
  color: #101226;
  /*background-image: none;
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 20px;
    height: 20px;
    font-size: 20px;*/ }
  .block.block-themed .k-panelbar > li .k-link.k-header .k-icon {
    background-image: none;
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1.688rem;
    height: 1.688rem;
    font-size: 1.688rem; }
  .block.block-themed .k-panelbar > li .k-link.k-header .k-i-arrow-s:before {
    content: "\f104"; }
  .block.block-themed .k-panelbar > li .k-link.k-header .k-i-arrow-n:before {
    content: "\f107"; }
  .block.block-themed .k-panelbar > li .k-link.k-header:hover {
    font-weight: 700;
    background-color: #fcfcfc; }
    .block.block-themed .k-panelbar > li .k-link.k-header:hover.link-effect:before {
      visibility: visible;
      transform: scaleX(1); }

.font-w300 {
  font-weight: 300 !important; }

.font-w600 {
  font-weight: 600 !important; }

.font-w700 {
  font-weight: 700 !important; }

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

.font-s13 {
  font-size: 13px !important; }

.push-5 {
  margin-bottom: 5px !important; }

.push-5-t {
  margin-top: 5px !important; }

.push-5-r {
  margin-right: 5px !important; }

.push-5-l {
  margin-left: 5px !important; }

.push-10 {
  margin-bottom: 10px !important; }

.push-10-t {
  margin-top: 10px !important; }

.push-10-r {
  margin-right: 10px !important; }

.push-10-l {
  margin-left: 10px !important; }

.push-15 {
  margin-bottom: 15px !important; }

.push-15-t {
  margin-top: 15px !important; }

.push-15-r {
  margin-right: 15px !important; }

.push-15-l {
  margin-left: 15px !important; }

.push-20 {
  margin-bottom: 20px !important; }

.push-20-t {
  margin-top: 20px !important; }

.push-20-r {
  margin-right: 20px !important; }

.push-20-l {
  margin-left: 20px !important; }

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

.remove-margin-t {
  margin-top: 0 !important; }

.remove-margin-r {
  margin-right: 0 !important; }

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

.remove-margin-l {
  margin-left: 0 !important; }

.remove-padding {
  padding: 0 !important; }

.remove-padding-t {
  padding-top: 0 !important; }

.bg-primary {
  background-color: #5b9bd1; }

.bg-warning-light {
  background-color: #fdf3e5; }

.bg-info-light {
  background-color: #edf6fd; }

.bg-danger-light {
  background-color: #f9eae8; }

.bg-white {
  background-color: #ffffff; }

.bg-white-op {
  background-color: rgba(255, 255, 255, 0.075); }

.bg-crystal-op {
  background-color: rgba(255, 255, 255, 0.15); }

.bg-black {
  background-color: black; }

.bg-black-op {
  background-color: rgba(0, 0, 0, 0.4); }

.bg-gray {
  background-color: #c5c5c5; }

.bg-gray-dark {
  background-color: #999999; }

.bg-gray-darker {
  background-color: #2279ca; }

.bg-gray-darker-op {
  background-color: #ebeef0; }

.bg-gray-light {
  background-color: #f5f6f7; }

.bg-gray-lighter {
  background-color: #f9f9f9; }

.text-primary {
  color: #5b9bd1; }

.text-success {
  color: #46c37b; }

.text-warning {
  color: #f3b760; }

.text-info {
  color: #14adc4; }

.text-danger {
  color: #e35b5a; }

.text-success-light {
  color: #e0f5e9; }

.text-white {
  color: #ffffff; }

.text-gray {
  color: #c5c5c5; }

.text-gray-dark {
  color: #999999; }

.text-gray-darker {
  color: #363839; }

.css-input {
  position: relative;
  display: inline-block;
  margin: 2px 0;
  font-weight: 400;
  cursor: pointer; }
  .css-input input {
    position: absolute;
    opacity: 0; }
    .css-input input + span {
      position: relative;
      display: inline-block;
      margin-top: -2px;
      margin-right: 3px;
      vertical-align: middle; }
      .css-input input + span:after {
        position: absolute;
        content: ""; }
    .css-input input:focus + span {
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }

.css-input-disabled {
  opacity: .5;
  cursor: not-allowed; }

.switch {
  margin: 3px 0; }
  .switch input + span {
    width: 54px;
    height: 30px;
    background-color: #eeeeee;
    border-radius: 30px;
    transition: background-color .4s; }
    .switch input + span:after {
      top: 2px;
      bottom: 2px;
      left: 2px;
      width: 26px;
      background-color: #ffffff;
      border-radius: 50%;
      box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
      transition: transform .15s ease-out; }
  .switch input:checked + span {
    background-color: #dee0dc; }
    .switch input:checked + span:after {
      box-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
      transform: translateX(23px); }
  .switch.switch-sm {
    margin: 8px 0 7px;
    font-size: 12px; }
    .switch.switch-sm input + span {
      width: 36px;
      height: 20px; }
      .switch.switch-sm input + span:after {
        width: 16px; }
    .switch.switch-sm input:checked + span:after {
      transform: translateX(15px); }
  .switch.switch-lg {
    margin: 1px 0; }
    .switch.switch-lg input + span {
      width: 70px;
      height: 34px; }
      .switch.switch-lg input + span:after {
        width: 30px; }
    .switch.switch-lg input:checked + span:after {
      transform: translateX(35px); }
  .switch.switch-square input + span {
    border-radius: 0; }
    .switch.switch-square input + span:after {
      border-radius: 0; }

.switch-default input:checked + span {
  background-color: #7db0f2; }

.switch-primary input:checked + span {
  background-color: #5b9bd1; }

.block {
  /*margin-bottom: 30px;*/
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  /*.block {
        -webkit-box-shadow: none;
        box-shadow: none;
    }*/ }
  .block > .nav-tabs {
    background-color: #f9f9f9;
    border-bottom: none; }
    .block > .nav-tabs > li {
      margin-bottom: 0; }
      .block > .nav-tabs > li > a {
        margin-right: 0;
        padding-top: 12px;
        padding-bottom: 12px;
        color: #646464;
        font-weight: 600;
        border: 1px solid transparent;
        border-radius: 0; }
        .block > .nav-tabs > li > a:hover {
          color: #5c90d2;
          background-color: transparent;
          border-color: transparent; }
    .block > .nav-tabs > li.active > a {
      color: #646464;
      background-color: #fff;
      border-color: transparent; }
      .block > .nav-tabs > li.active > a:hover {
        color: #646464;
        background-color: #fff;
        border-color: transparent; }
      .block > .nav-tabs > li.active > a:focus {
        color: #646464;
        background-color: #fff;
        border-color: transparent; }
  .block > .nav-tabs.nav-tabs-right > li {
    float: right; }
  .block > .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; }
  .block > .nav-tabs.nav-tabs-alt {
    background-color: transparent;
    border-bottom: 1px solid #e9e9e9; }
    .block > .nav-tabs.nav-tabs-alt > li > a {
      -webkit-transition: all .15s ease-out;
      transition: all .15s ease-out; }
      .block > .nav-tabs.nav-tabs-alt > li > a:hover {
        -webkit-box-shadow: 0 2px #5c90d2;
        box-shadow: 0 2px #5c90d2; }
    .block > .nav-tabs.nav-tabs-alt > li.active > a {
      -webkit-box-shadow: 0 2px #5c90d2;
      box-shadow: 0 2px #5c90d2; }
      .block > .nav-tabs.nav-tabs-alt > li.active > a:hover {
        -webkit-box-shadow: 0 2px #5c90d2;
        box-shadow: 0 2px #5c90d2; }
      .block > .nav-tabs.nav-tabs-alt > li.active > a:focus {
        -webkit-box-shadow: 0 2px #5c90d2;
        box-shadow: 0 2px #5c90d2; }
  .block .block-content.tab-content {
    overflow: hidden; }

.side-content .block {
  -webkit-box-shadow: none;
  box-shadow: none; }

.block-header {
  padding: 15px 15px;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }
  .block-header:before {
    content: " ";
    display: table; }
  .block-header:after {
    content: " ";
    display: table;
    clear: both; }

.block-content1 {
  margin: 0 auto;
  padding: 20px 20px 1px;
  max-width: 100%;
  overflow-x: visible;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }

.block-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2; }
  .block-title.text-ellipsis {
    width: 185px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: sans-serif; }
  .block-title small {
    font-size: 13px;
    font-weight: normal;
    text-transform: none; }
  .block-title.text-normal {
    text-transform: none; }
  .block-title.text-normal.text-ellipsis {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.block-content {
  margin: 0 auto;
  padding: 20px 20px 1px;
  max-width: 100%;
  overflow-x: visible;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }
  .block-content p {
    margin-bottom: 20px; }
  .block-content .push {
    margin-bottom: 20px; }
  .block-content .block {
    margin-bottom: 20px; }
  .block-content .items-push > div {
    margin-bottom: 20px; }
  .block-content .items-push-2x > div {
    margin-bottom: 40px; }
  .block-content .items-push-3x > div {
    margin-bottom: 60px; }
  .block-content .pull-t {
    margin-top: -20px; }
  .block-content .pull-r-l {
    margin-right: -20px;
    margin-left: -20px; }
  .block-content .pull-b {
    margin-bottom: -1px; }

.block-content.block-content-full {
  padding-bottom: 20px; }
  .block-content.block-content-full .pull-b {
    margin-bottom: -20px; }

.block-content.block-content-mini {
  padding-top: 10px; }

.block-content.block-content-mini.block-content-full {
  padding-bottom: 10px; }

.block.block-full .block-content {
  padding-bottom: 20px; }

.block.block-full .block-content.block-content-mini {
  padding-bottom: 10px; }

.block-table {
  width: 100%; }
  .block-table td {
    padding: 10px;
    vertical-align: middle; }

.block.block-bordered {
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .block.block-bordered > .block-header {
    border-bottom: 1px solid #e9e9e9; }

.block.block-rounded {
  border-radius: 4px; }
  .block.block-rounded > .block-header {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .block.block-rounded > .block-content:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .block.block-rounded > .block-content:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.bg-modern {
  background-color: #2279ca; }

a.bg-modern:hover {
  background-color: #0f8496; }

a.bg-modern:focus {
  background-color: #0f8496; }

.block.block-themed > .block-header {
  border-bottom: none; }
  .block.block-themed > .block-header > .block-title {
    color: #ffffff; }
    .block.block-themed > .block-header > .block-title small {
      color: rgba(255, 255, 255, 0.75); }
  .block.block-themed > .block-header .block-options > li > a {
    color: #fff; }
  .block.block-themed > .block-header .block-options > li > button {
    color: #fff; }
  .block.block-themed > .block-header .block-options > li > span {
    color: #fff; }

.block.block-themed .k-panelbar > li {
  /*.k-header {
            //background-color: $white;
        }*/ }
  .block.block-themed .k-panelbar > li .k-link.k-header {
    /*.k-icon {
                @extend %extend_panel_icon_expand;
                /*background-image: none;
                font-family: FontAwesome;
                speak: none;
                font-style: normal;                
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                width: 20px;
                height: 20px;
                font-size: 20px;**
            }    

            .k-i-arrow-s:before {
                content: "\f104";
            }

            .k-i-arrow-n:before {
                content: "\f107";
            }

            &:hover {
                font-weight: 700;

                &.link-effect:before {
                    visibility: visible;
                    transform: scaleX(1);
                }
            }*/ }

.block.block-themed .k-panelbar > li.k-state-active .k-header {
  background-color: rgba(0, 0, 0, 0.08); }

.block.block-themed .k-panelbar .k-content {
  color: #101226;
  background-color: rgba(0, 0, 0, 0.012); }
  .block.block-themed .k-panelbar .k-content .switch {
    padding: 0; }

.block.block-themed .k-header.k-panelbar {
  background-color: rgba(0, 0, 0, 0.012);
  border: none; }

.block.block-themed .k-panelbar > .k-item > .k-link, .block.block-themed .k-panel > .k-item > .k-link {
  /*padding: 6px 15px;
        border: none;
        transition: color .12s ease-out;
        font-weight: 400;*/ }

.block.block-themed .k-panelbar > li.k-state-default > .k-link.k-state-hover {
  color: #101226;
  text-decoration: none;
  font-weight: 700;
  background-color: #fcfcfc; }
  .block.block-themed .k-panelbar > li.k-state-default > .k-link.k-state-hover.link-effect:before {
    visibility: visible;
    transform: scaleX(1); }

.block.block-themed .k-panelbar > li > .k-state-selected,
.block.block-themed .k-panelbar > li.k-state-default > .k-link.k-state-selected {
  color: #101226;
  background-color: rgba(0, 0, 0, 0.08); }

.block.block-themed .k-animation-container, .block.block-themed .k-widget * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .block.block-themed .k-animation-container .form-group > span *, .block.block-themed .k-widget * .form-group > span * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .block.block-themed .k-animation-container .k-dropdown-wrap > span *, .block.block-themed .k-animation-container .k-dropdown > span *, .block.block-themed .k-widget * .k-dropdown-wrap > span *, .block.block-themed .k-widget * .k-dropdown > span * {
    box-sizing: content-box; }

.block.block-themed .k-panelbar-expand, .block.block-themed .k-panelbar-collapse {
  right: 16px; }

.block.block-themed .k-panelbar .k-panel, .block.block-themed .k-panelbar .k-content {
  border-bottom-style: none; }

.block.block-transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.block.block-opt-refresh > .block-header {
  opacity: .25; }

.block.block-opt-refresh > .block-content {
  opacity: .15; }

.block.block-opt-refresh:before {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: " "; }

.block.block-opt-refresh:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #7db0f2;
  font-family: "FontAwesome";
  font-size: 38px;
  text-align: center;
  z-index: 2;
  content: "\f110";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.block.block-opt-refresh.block-opt-refresh-icon2:after {
  content: "\e06e"; }

.block.block-opt-refresh.block-opt-refresh-icon3:after {
  content: "\e020"; }

.block.block-opt-refresh.block-opt-refresh-icon4:after {
  font-family: 'FontAwesome';
  content: "\f021"; }

.block.block-opt-refresh.block-opt-refresh-icon5:after {
  font-family: 'FontAwesome';
  content: "\f185"; }

.block.block-opt-refresh.block-opt-refresh-icon6:after {
  font-family: 'FontAwesome';
  content: "\f1ce"; }

.block.block-opt-refresh.block-opt-refresh-icon7:after {
  font-family: 'FontAwesome';
  content: "\f250"; }

.block.block-opt-refresh.block-opt-refresh-icon8:after {
  font-family: 'FontAwesome';
  content: "\f01e"; }

.ie9 .block.block-opt-refresh:after {
  content: "Loading.." !important; }

.block.block-opt-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1029;
  margin-bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.block.block-opt-hidden.block-bordered > .block-header {
  border-bottom: none; }

.block.block-opt-hidden > .block-content {
  display: none; }

a.block {
  display: block;
  color: #646464;
  font-weight: normal;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out; }
  a.block:hover {
    color: #646464;
    opacity: .9; }

a.block.block-link-hover1:hover {
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px rgba(0, 0, 0, 0.1);
  opacity: 1; }

a.block.block-link-hover1:active {
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.01);
  box-shadow: 0 2px rgba(0, 0, 0, 0.01); }

a.block.block-link-hover2:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  opacity: 1; }

a.block.block-link-hover2:active {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); }

a.block.block-link-hover3:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  opacity: 1; }

a.block.block-link-hover3:active {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }

.block-options-simple {
  float: right;
  margin: -3px 0 -3px 15px;
  padding: 1px 0;
  min-height: 24px; }

.block-options-simple.block-options-simple-left {
  float: left;
  margin-right: 15px;
  margin-left: 0; }

.block-options-simple.block-options-simple-left + .block-title {
  float: right; }

.block-options {
  float: right;
  margin: -3px 0 -3px 0;
  padding: 0;
  height: 24px;
  list-style: none; }
  .block-options:before {
    content: " ";
    display: table; }
  .block-options:after {
    content: " ";
    display: table;
    clear: both; }
  .block-options > li {
    display: inline-block;
    margin: 0 2px;
    padding: 0; }
    .block-options > li > a {
      display: block;
      padding: 2px 3px;
      color: #999999;
      opacity: .6; }
      .block-options > li > a:hover {
        text-decoration: none;
        opacity: 1; }
      .block-options > li > a:active {
        opacity: .6; }
      .block-options > li > a:focus {
        text-decoration: none;
        opacity: 1; }
    .block-options > li > button {
      display: block;
      padding: 2px 5px;
      color: #8b91a0;
      opacity: .6;
      background: none;
      border: none;
      outline: none;
      font-size: large; }
      .block-options > li > button:hover {
        text-decoration: none;
        opacity: 1; }
      .block-options > li > button:active {
        opacity: .6; }
    .block-options > li > span {
      display: block;
      padding: 2px 3px; }
  .block-options > li.active > a {
    text-decoration: none;
    opacity: 1; }
  .block-options > li.open > button {
    text-decoration: none;
    opacity: 1; }

.block-options.block-options-left {
  float: left;
  margin-right: 15px;
  margin-left: 0;
  margin-top: -5px; }

.block-options.block-options-left + .block-title {
  float: right; }

@media (max-width: 550px), (min-width: 768px) and (max-width: 790px) {
  .ui-feed__full-width {
    overflow: hidden;
    margin-right: -10px;
    margin-left: -22px; }
    .ui-feed__full-width .next-card {
      border-radius: 0; }
    .ui-feed__full-width .ui-feed__item {
      margin-right: 4px; }
    .ui-feed__full-width .ui-feed__item--framed {
      margin-right: 9px; }
    .ui-feed__full-width .ui-feed__item--framed::before {
      left: -9px;
      right: -5px; } }

.ui-feed__section {
  position: relative;
  z-index: 2;
  /*position: absolute; 
    width:100%;
    z-index: 2;*/ }

.acc-activator {
  cursor: pointer; }

.ui-feed__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /*> * {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    &:not(.ui-feed__item--card) + .ui-feed__item--card {
        margin-top: 10px;
    }*/ }

.ui-feed__item--card {
  flex-direction: column;
  width: 100%;
  margin-left: 0; }
  .ui-feed__item--card > .next-card {
    width: 100%; }
  .ui-feed__item--card + .ui-feed__item:not(.ui-feed__item--card) {
    margin-top: 25px; }

.ui-feed__item--heading {
  margin-top: 25px;
  margin-bottom: 10px; }
  .ui-feed__item--heading .ui-feed__marker {
    width: auto;
    height: auto;
    margin-right: 5px;
    border: 0;
    background-color: transparent; }

.ui-feed__item--action {
  margin-left: 26px;
  margin-top: -10px; }

.ui-feed__item--message {
  margin-left: 26px; }

.ui-feed__item--date {
  margin-left: 26px;
  margin-top: 15px;
  margin-bottom: 20px; }
  .ui-feed__item--date + .ui-feed__item--message {
    margin-top: 20px; }

.ui-feed__item--card-context {
  padding-top: 10px;
  margin-bottom: 15px; }

.ui-feed__item--framed {
  padding: 5px 0; }

.ui-feed__item--framed::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -26px;
  right: 0;
  bottom: -10px;
  border: 1px solid #c3cfd8;
  border-radius: 3px;
  z-index: -1; }

.ui-feed__separator {
  margin-top: -5px;
  color: white;
  background-color: white; }

.ui-feed__marker {
  flex: none;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
  border: 3px solid #ebeef0;
  background-color: #c3cfd8; }

.ui-feed__spacer {
  flex: none;
  align-self: baseline;
  width: 19px;
  height: 13px;
  margin-right: 10px; }

.ui-feed__marker--date {
  background-color: #c3cfd8; }

.ui-feed__marker--user-action {
  background-color: #0078bd; }

.ui-feed__marker--error {
  background-color: #f35958; }

.ui-feed__item--accordion {
  margin-bottom: 0;
  margin-left: 0;
  /*padding-left: 16px;

    &.ui-accordion--is-expanded {
        //margin-bottom: 15px;
    }*/ }

.ui-feed__timeline {
  position: relative;
  border-radius: 3px;
  transition: background-color 200ms ease-in-out;
  overflow: hidden; }
  .ui-feed__timeline > .ui-feed__item--accordion {
    opacity: 0;
    transition: opacity 200ms ease-in-out; }
  .ui-feed__timeline > .ui-feed__item--action {
    margin-top: 0; }
  .ui-feed__timeline .ui-feed__marker {
    z-index: 1;
    transition: border-color 200ms ease-in-out; }
  .ui-feed__timeline .ui-feed__message {
    min-width: 0;
    max-width: 100%; }
  .ui-feed__timeline.ui-feed__item--revealed > .ui-feed__item--accordion {
    opacity: 1; }
  .ui-feed__timeline.ui-feed__item--revealed > .ui-feed__item--action {
    padding-bottom: 15px; }
  .ui-feed__timeline.ui-feed__item--revealed .ui-feed__marker {
    border-color: #ffffff; }
  .ui-feed__timeline.ui-feed__item--revealed::after {
    opacity: 1; }

.timeline__embed {
  margin-top: 10px;
  padding: 10px;
  max-width: 400px;
  font-size: 14px;
  border: 1px solid #ebeef0;
  border-radius: 3px;
  background: #ffffff; }

.timeline__embed__customer-note {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ebeef0; }

.timeline__embed__title {
  padding-bottom: 5px; }

.timeline__embed__badges {
  padding-top: 5px; }

.timeline__update-tracking {
  min-width: 245px; }

@media screen and (min-width: 768px) {
  .timeline__update-tracking {
    min-width: 400px; }
  .timeline__file-attachment-covering-span {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 18px;
    position: absolute; } }

.timeline__popover-link {
  padding: 0 10px; }

.timeline__popover-link--is-selected {
  background: #eff9fd; }

.timeline__popover-link-main-category {
  font-weight: 700;
  margin-left: 4px; }

.timeline__popover-link-sub-category {
  margin-left: 35px; }

.timeline__popover-link-helper-text {
  color: #9eacb4;
  float: right; }

.timeline__popover-table ul {
  list-style-position: inside;
  padding: 0 !important;
  margin: 0; }

.timeline__popover-table li {
  list-style-position: inside;
  padding: 0 !important;
  margin: 0; }

.timeline__popover-table tr:last-child > td {
  border-bottom: 1px solid #ebeef0; }

.timeline__popover-td-nested-table {
  padding: 0; }

.timeline__titled-section {
  padding-top: 10px; }
  .timeline__titled-section:last-of-type {
    padding-bottom: 10px; }

.timeline__order-transaction-heading {
  padding-top: 10px; }

.timeline__action-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.timeline__action-button {
  margin-right: 10px;
  background-color: transparent;
  color: #0078bd;
  cursor: pointer;
  text-decoration: none; }
  .timeline__action-button:hover {
    background-color: transparent;
    text-decoration: underline; }
  .timeline__action-button:focus {
    background-color: transparent;
    text-decoration: underline; }
  .timeline__action-button:active {
    background-color: transparent;
    text-decoration: underline; }

.timeline__file-attachment-covering-span {
  z-index: 4; }

@media screen and (max-width: 768px) {
  .timeline__file-attachment-covering-span {
    display: none; } }

.timeline__file-attachment {
  position: relative;
  overflow: hidden; }

.timeline__list--bottom-bordered {
  border-bottom: 1px solid #ebeef0; }

.timeline__list__item {
  margin: 5px 0; }

.timeline__list--compact {
  margin: 0; }

.description-list {
  margin: 0;
  padding: 0; }
  .description-list dt {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px; }
    .description-list dt:first-child {
      margin-top: 0; }
  .description-list dd {
    margin: 0;
    padding: 0; }
  .description-list + * {
    margin-top: 20px; }

.description-list--bullet-separated {
  display: flex; }
  .description-list--bullet-separated dt {
    position: absolute !important;
    top: 0;
    clip: rect(1px, 1px, 1px, 1px) !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important; }
  .description-list--bullet-separated dd::after {
    content: '\00B7';
    margin: 0 5px; }
  .description-list--bullet-separated dd:last-of-type::after {
    content: '';
    margin: 0; }

.description-list--specifications {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .description-list--specifications dt {
    color: #707070;
    min-width: 0;
    max-width: 100%;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    box-sizing: border-box;
    font-weight: 400;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebeef0; }
    .description-list--specifications dt:last-of-type {
      border-bottom: 0;
      padding-bottom: 0; }
    .description-list--specifications dt:first-of-type {
      padding-top: 0; }
  .description-list--specifications dd {
    word-wrap: break-word;
    word-break: break-word;
    -webkit-flex: 0 1 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
    box-sizing: border-box;
    padding-left: 10px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebeef0; }
    .description-list--specifications dd:last-of-type {
      border-bottom: 0;
      padding-bottom: 0; }
    .description-list--specifications dd:first-of-type {
      padding-top: 0; }
    .description-list--specifications dd > dl {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 10px; }
  .description-list--specifications .description-list__heading {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: 0;
    padding-bottom: 0;
    color: #31373d;
    font-weight: 400;
    font-size: 14px; }
  .description-list--specifications .description-list__nested {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

@media screen and (max-width: 450px) {
  .description-list--specifications dt {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: 0;
    padding-bottom: 0; }
  .description-list--specifications dd {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0; }
    .description-list--specifications dd:first-of-type {
      padding-top: 10px; } }

/*ui-feed__item__accordion-content{

}*/
/*.ui-feed__item__accordion-content > .ui-accordion__panel {
    //padding: 10px 10px 10px 0;
    padding: 2rem;
}*/
.ui-feed__item__accordion-content {
  -webkit-flex: 2 1 48rem;
  -ms-flex: 2 1 48rem;
  flex: 2 1 48rem;
  max-width: 100%;
  min-width: 0; }

.ui-accordion__panel {
  padding: 2rem 2rem; }

/*@media screen and (min-width: 720px) {
    .ui-accordion__panel {
        padding: 2rem 2rem;
    }
}*/
.timeline__embed__body ul {
  list-style-type: disc; }

.timeline__popover-inner-table tr:last-child > td {
  border-bottom: none; }

.timeline__popover-inner-table tr:last-child > th {
  border-bottom: none; }

.timeline__new-event .timeline__comment-card {
  background-color: #fffbe9; }

.body:hover .description-list--bullet-separated dt a {
  display: none !important; }

.body:hover .description-list--bullet-separated dt input {
  display: none !important; }

.body:hover .description-list--bullet-separated dt .autocomplete-field {
  display: none !important; }

.body:hover .description-list--bullet-separated dt button {
  display: none !important; }

.body:hover .description-list--hidden-titles dt a {
  display: none !important; }

.body:hover .description-list--hidden-titles dt input {
  display: none !important; }

.body:hover .description-list--hidden-titles dt .autocomplete-field {
  display: none !important; }

.body:hover .description-list--hidden-titles dt button {
  display: none !important; }

.description-list--hidden-titles dt {
  position: absolute !important;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px) !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important; }

#side-overlay .test1 {
  background: #FFF;
  position: absolute;
  height: 100%;
  left: 13px;
  width: 100%;
  width: 300px; }

#side-overlay .header1 {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px; }

#side-overlay .content1 {
  position: absolute;
  bottom: 40px;
  top: 40px;
  overflow-y: auto; }

/*html, body{
        font-size:10.5px; 
    }*/
.modal-body .noUi-horizontal {
  margin: 15px; }
