﻿/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/* ==========================================================================
Base Mixins
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Mixins
   ========================================================================== */
/*when used ALLWAYS use in this order 
       @include phones {
                bottom: 117px;
            }

            @include tablets {
                bottom: 190px;
            }

            @include desktops {
                bottom: 300px;
            }
*/
/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/* ==========================================================================
Base utility
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for font-family 
 *  2. Other variables
 *  3. Animations
 *  4. Shadows
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for font-family
   ========================================================================== */
/* 2. Other variables
   ========================================================================== */
/*sizes*/
/*input, select*/
/*Buttons*/
/*$button-min-width: 50px;*/
/*$button-max-width: 130px;*/
/*$button-min-width-small: $input-select-height;*/ /*same as $button-min-height*/
/*$button-background-color: $blue;*/
/* 3. animations
   ========================================================================== */
/*Buttons*/
/* ==========================================================================
Base my profile
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. myprofile
 *  2. acordion
 *  3. order statistics
 *  4. product-picker
 *  5. budgets
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. myprofile
   =============================================================================== */
.my-profile-wrapper h2 {
  display: inline-block;
  margin-top: 20px;
}
.my-profile-wrapper h4 {
  margin-bottom: 10px;
}
.my-profile-wrapper .radiobutton-wrapper {
  border: none !important;
  float: right;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .my-profile-wrapper .radiobutton-wrapper {
    float: none;
  }
}
.my-profile-wrapper .radiobutton-wrapper ul li {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .my-profile-wrapper .radiobutton-wrapper ul li {
    display: block;
    margin-top: 10px;
  }
}
.my-profile-wrapper .faded-text {
  color: #cccccc;
  font-weight: normal;
}
.my-profile-wrapper .btn-primary-med, .my-profile-wrapper .btn-secondary-med {
  margin-top: 10px;
}
.my-profile-wrapper .tab-content {
  min-height: 0;
}
.my-profile-wrapper .tab-content .tab-pane .order-commands {
  margin-top: 10px;
}
.my-profile-wrapper .tab-content .tab-pane .order-commands .btn-primary-med {
  margin-top: 0;
}
.my-profile-wrapper .tab-content .tab-pane .order-commands .btn-secondary-med {
  margin-top: 0;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .order-commands {
  margin-bottom: 10px;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .order-commands .btn-primary-med {
  margin-top: 0;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel {
  border-radius: 0 !important;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-heading {
  position: relative;
  border-radius: 0 !important;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-heading .panel-title {
  margin-bottom: 0;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-heading .panel-title a {
  width: 100%;
  display: block;
  text-align: left;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-heading .panel-title a i {
  float: right;
  background: #cccccc;
  height: 45px;
  color: #fff;
  width: 45px;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-heading .panel-title a .order-status-received {
  color: #ff841d;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-heading .panel-title a .order-status-shipped {
  color: #339900;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-heading .panel-title a .order-status-notapproved {
  color: red;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-heading .panel-title a .main-span {
  padding-right: 15px;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-heading .panel-title a .main-span-price {
  position: absolute;
  right: 65px;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-heading .panel-title a:hover, .my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-heading .panel-title a:active, .my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-body .adresses {
  padding: 5px 0 0 0;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-body .adresses .expected-delivery {
  padding-top: 15px;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-body .adresses .expected-delivery a {
  color: #333333;
  text-decoration: underline !important;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-body .info-details {
  padding: 5px 0 0 0;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-body .info-details li span {
  width: 140px;
  display: inline-block;
}
.my-profile-wrapper .tab-content .tab-pane .panel-group .panel .panel-body .info-details-assortment li span {
  width: 180px;
}
.my-profile-wrapper .panel .panel-heading {
  text-align: center;
}
.my-profile-wrapper .panel .panel-heading ul li {
  display: inline-block;
  float: none;
}
.my-profile-wrapper .panel .panel-heading.inactive {
  color: #acacac;
}
.my-profile-wrapper .delivery-product-list ul {
  padding: 0;
}
.my-profile-wrapper .delivery-product-list .product-info-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-profile-wrapper .delivery-product-list .product-info-wrapper .amount input {
  width: 50px;
  text-align: center;
}
.my-profile-wrapper .subtotal-prices .text-left {
  text-align: left;
}
.my-profile-wrapper .subtotal-prices .text-left .text-total {
  color: #333333;
  font-weight: 600;
}
.my-profile-wrapper .subtotal-prices .text-left .text-total-vat {
  color: #999999;
  font-weight: 600;
}
.my-profile-wrapper .subtotal-prices .text-right {
  display: inline-block;
  float: right;
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .my-profile-wrapper .subtotal-prices .text-right {
    float: none;
  }
}
.my-profile-wrapper .subtotal-prices .text-right .text-order-total {
  color: #333333;
}
.my-profile-wrapper .border {
  margin: 15px 0 15px 0;
}
.my-profile-wrapper .input-field-wrapper .input-wrapper {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}

button.close-grey {
  background-image: url(../../graphics/Close-icon.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  box-shadow: none !important;
  top: -7px;
  right: 15px;
  width: 20px;
  height: 20px;
  opacity: 0.5;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#my-assortments-tab .btn-primary-med {
  min-height: 35px;
  height: auto;
}

.input-fields-myprofile {
  margin-top: 10px;
}
.input-fields-myprofile select {
  width: 100%;
  max-width: none;
}
.input-fields-myprofile input, .input-fields-myprofile .ui-select-container, .input-fields-myprofile button, .input-fields-myprofile select {
  margin-top: 5px;
}
.input-fields-myprofile span.input-label {
  font-weight: 600;
  font-size: 1.143em;
}

.close.ui-select-match-close {
  float: none;
}

.loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}

.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #2980b9;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
/* 3. order statistics
   =============================================================================== */
.struct ul.order-stats {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.struct ul.order-stats ul {
  margin: 0;
  padding: 0;
}

.struct ul.order-stats li {
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: none;
  list-style-type: none;
  clear: both;
}

.struct ul.order-stats li.row {
  background-color: #a4a4a4;
}

.struct ul.order-stats li.row2 .column1, .struct ul.order-stats li.row2 .column2, .struct ul.order-stats li.row2 .column3, .struct ul.order-stats li.row2 .column4 {
  background-color: #bebebe;
}

.struct ul.order-stats li.row3 .column1, .struct ul.order-stats li.row3 .column2, .struct ul.order-stats li.row3 .column3, .struct ul.order-stats li.row3 .column4 {
  background-color: #d8d8d8;
}

.struct ul.order-stats li.row4 .column1, .struct ul.order-stats li.row4 .column2, .struct ul.order-stats li.row4 .column3, .struct ul.order-stats li.row4 .column4 {
  background-color: #eaeaea;
}

.struct ul.order-stats li.rowOrder .column1, .struct ul.order-stats li.rowOrder .column2, .struct ul.order-stats li.rowOrder .column3, .struct ul.order-stats li.rowOrder .column4 {
  background-color: #f5f5f5;
}

.struct ul.order-stats li.rowOrder {
  background-color: #ffffff;
}
.struct ul.order-stats li.rowOrder .adresses {
  font-weight: normal;
}
.struct ul.order-stats li.rowOrder .adresses li {
  margin-top: 2px;
  margin-bottom: 2px;
}
.struct ul.order-stats li.rowOrder .product-info-wrapper.line-price {
  text-align: right;
}

.struct ul.order-stats li div.column {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  padding: 10px;
  height: 40px;
  float: left;
}

.struct ul.order-stats li div.column1 {
  width: 5%;
}

.struct ul.order-stats li div.column2 {
  width: 35%;
  overflow: hidden;
}

.struct ul.order-stats li div.column3 {
  width: 25%;
  overflow: hidden;
}

.struct ul.order-stats li div.column4 {
  float: right;
  width: 35%;
  text-align: right;
}

.struct ul.order-stats li div.order {
  height: auto;
  width: 100%;
  background-color: #fff;
}

/* 4. product-picker
   =============================================================================== */
.product-picker-modal-wrapper i.btn-close {
  cursor: pointer;
}
.product-picker-modal-wrapper .modal-content {
  padding: 30px;
}
.product-picker-modal-wrapper .selected-items span {
  width: 30px;
  padding-right: 15px;
}
.product-picker-modal-wrapper .item-tree-container {
  height: 300px;
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-picker-modal-wrapper .item-tree-container i {
  padding-right: 5px;
  width: 20px;
  cursor: pointer;
}
.product-picker-modal-wrapper .item-tree-container i.no-children::before {
  content: "";
}
.product-picker-modal-wrapper .item-tree-container ul.item-tree {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-picker-modal-wrapper .item-tree-container ul.item-tree li {
  padding: 5px;
}
.product-picker-modal-wrapper .item-tree-container ul.item-tree li span {
  cursor: pointer;
}
.product-picker-modal-wrapper .item-tree-container ul.item-tree ul {
  padding-top: 5px;
  padding-left: 10px;
}

/* 5. Budgets
   =============================================================================== */
#my-budgets-tab ._720kb-datepicker-calendar {
  margin-top: 40px !important;
}
#my-budgets-tab .allocations ul {
  padding: 0;
}

.my-profile-wrapper .tab-content.my-page-navigation > .tab-pane {
  display: block;
}
.my-profile-wrapper .tab-content.my-page-navigation > .fade {
  opacity: 1;
}
