@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=latin,latin-ext);
@import "bootstrap/bootstrap.min.css";
@import "jquery/jquery-ui.min.css";
@import "mcustomscrollbar/jquery.mCustomScrollbar.css";
@import "animate/animate.min.css";

/* ICONS */
@font-face{
    font-family:"FontAwesome";
    src:url("webfonts/fontawesome-regular-400.eot");
    src:url("webfonts/fontawesome-regular-400.eot?#iefix") format("embedded-opentype"),
    url("webfonts/fontawesome-regular-400.woff2") format("woff2"),
    url("webfonts/fontawesome-regular-400.woff") format("woff"),
    url("webfonts/fontawesome-regular-400.ttf") format("truetype"),
    url("webfonts/fontawesome-regular-400.svg#fontawesome") format("svg");
    font-weight:400;
    font-style:normal
}



.fa {
    font-family: "FontAwesome";
    font-weight: 400;
}

.fa.fa-user::before {
    content: '\f007';
    vertical-align: bottom;
}
.fa.fa-sign-out::before {
    content: '\f08b';
    vertical-align: bottom;
}
.fa.fa-bullhorn::before {
    content: '\f0a1';
    vertical-align: bottom;
}
.fa-check:before {
    content: '\f00c';
}
.fa.fa-power-off::before {
    content: '\f011';
    vertical-align: bottom;
}
.fa.fa-refresh::before {
    content: '\f021';
    vertical-align: bottom;
}
.fa.fa-expand::before {
    content: '\f065';
    vertical-align: bottom;
}


.fa-home:before {
    content: '\f015'
}
.fa.fa-lock::before {
    content: '\f023';
}
.fa-angle-left:before {
    content: '\f104'
}
.fa-angle-right:before {
    content: '\f105'
}
.fa-angle-up:before {
    content: '\f106'
}
.fa-angle-down:before {
    content: '\f107'
}
.fa.fa-dedent::before {
    content: '\f03b';
    font-size: 16px;
    line-height: 25px;
}
.fa.fa-indent::before {
    content: '\f03c';
    font-size: 16px;
    line-height: 25px;
}
.fa-clipboard:before {
    content: '\f328'
}
.fa-book:before {
    content: '\f02d'
}
.fa-shopping-cart:before {
    content: '\f07a';
    font-style: normal;
}
.fa-copy:before {
    content: '\f0c5';
}
.fa-trash:before {
    content: '\f1f8';
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrows-alt:before {
    content: "\f0b2";
    font-style: normal;
}
.fa-search-plus:before {
    content: "\f00e";
    font-size: 1.5em;
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-sitemap:before {
    content: "\f302";
}
.fa-chart-line:before {
    content: "\f201";
}
.fa-bar-chart:before {
    content : "\f080";
}
.fa-star:before {
    content : "\f005";
}

.fa-retweet:before {
    content : "\f079";
    vertical-align: middle;
}

/* END ICONS */

/* FLAGS */

  .flag {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    background-position: left top;
    vertical-align: inherit;
    margin-right: 5px;
    margin-top: -5px;
    margin-left: -2px;
  }
  .flag.flag-es {
    background-image: url(../img/flags/es.png);
  }
  .flag.flag-ca {
    background-image: url(../img/flags/ca.png);
  }
  .flag.flag-en {
    background-image: url(../img/flags/en.png);
  }
  .flag.flag-fr {
    background-image: url(../img/flags/fr.png);
  }
  /* END FLAGS */

html, body {
    position: relative;
    min-height: 100%;
    padding: 0px;
    margin: 0px;
    color: #656d78;
    background-color: #f2f2f2;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
html * {
    outline: none !important;
}

b, strong {
    font-weight: 600;
}
a:hover {
    text-decoration: none;
}
img.media-object {
    width: 120px;
    display: inline;
}

.xn-search input::-webkit-input-placeholder {
    color: #a6a8ac;
}

.xn-search input:-moz-placeholder {
    color: #a6a8ac;
    opacity: 1;
}

.xn-search input::-moz-placeholder {
    color: #a6a8ac;
    opacity: 1;
}

.xn-search input:-ms-input-placeholder {
    color: #a6a8ac;
}

.form-control {
    height: 32px;
    font-size: 1.10em;
    line-height: 22px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* -webkit-appearance: none; */
    border: 1px solid #D5D5D5;
    background: #F9F9F9;
    border-radius: 0px;
    padding: 4px;
}
input.comments {
    font-size: 0.75em;
    display: inline;
    position: relative;
    bottom: auto;
    height: 30px;
    padding: 3px;
    font-size: 13px;
    color: #555;
    /* -webkit-appearance: none; */
    border: 1px solid #c1c1c1;
    border-radius: 1px;
    box-shadow: none;
    padding: 6px;
    width: 90%
}
input.qty {
    display: inline;
    position: relative;
    bottom: auto;
    width: 75px;
    height: 28px;
    margin: 0 5px;
    padding: 3px 0 0 0;
    text-align: center;
    font-size: 13px;
    color: #555;
    /* -webkit-appearance: none; */
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: none;
}
input.qty.udemb {
    display: inline;
    max-width: 35px;
    margin: 0 0 0 5px;
}
input.minus,
input.plus {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    width: 32px;
    height: 32px;
    line-height: 25px;
    padding-top: 3px;
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 600;
    background-color: #ffc50d;
    border: none;
    border-radius: 50%;
}
input.minus.void,
input.plus.void {
    background-color: #c9cacf;
}

.row [class^="col-xs-"],
.row [class^="col-sm-"],
.row [class^="col-md-"],
.row [class^="col-lg-"] {
    min-height: 1px;
}

/* LOGIN */
.login-container {
    float: left;
    width: 100%;
    background-color: #035c67;
}
.login-container input::-webkit-input-placeholder {
    color: #b9b9b9;
}
.login-container input:-moz-placeholder {
    color: #b9b9b9;
    opacity: 1;
}
.login-container input::-moz-placeholder {
    color: #b9b9b9;
    opacity: 1;
}
.login-container input:-ms-input-placeholder {
    color: #b9b9b9;
}
.login-container .login-box {
    width: 70%;
    max-width: 400px;
    height: 100%;
    margin: 0px auto;
}

.login-container .login-logo {
    float: left;
    width: 100%;
    margin-top: 40%;
    margin-bottom: 40;
    text-align: center;
    padding-left: 40px;
    /* OFA : 14/12/2017 */
    /* padding-bottom: 30px; */
    padding-right: 50px;
}

.login-container .login-logo .login-logo-backimg{
    width: 100%;
    /* OFA : 14/12/2017 */
    /* min-height: 15%; */
    min-height: 100px;
    margin-bottom: 15px;
    /* background-size: 180px !important; */
    background-size: 220px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.login-container .login-box .login-body {
    float: left;
    width: 100%;
}

.login-container .login-box .login-body a {
    color: #fff;
}

.login-container .login-box .login-body form p {
    width: 80%;
    margin: 5px auto 10px;
    text-align: center;
    color: #FFF;
    /* text-shadow: 1px 1px 2px #000; */
    background: rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 5px;
}
.login-container .login-box .login-body .login-title {
    display: none;
    color: #FFF;
    font-size: 1.6em;
    font-weight: 300;
}
.login-container .login-box .login-body .login-recover {
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    font-weight: normal;
    /* text-shadow: 1px 1px 1px #222; */
}

.login-container .login-box .login-body .login-recover-alert {
    margin: 20px auto;
    width: 70%;
}

.login-container .login-box .login-body .login-recover-hide {
    display: none!important;
}
.login-container .login-box .login-body .login-recover-alert-danger {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    text-align: center;
}

.login-container .login-box .login-body .login-recover-alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.login-container .login-box .login-body .form-group {
    margin-bottom: 0;
}
.login-container .login-box .login-body .form-control {
    padding: 15px 5px 15px 40px !important;
    line-height: 25px;
    height: auto;
    color: #b9b9b9;
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #444750;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.login-container .login-box .login-body .fa {
    right: initial;
    line-height: 55px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    color: #fcdf51;
}
.login-container .login-box .login-body .form-group:first-child .form-control {
    border-top: 2px solid #444750;
}
.login-container .login-box .login-body .form-control:focus {
    background: rgba(0, 0, 0, 0.3);
}
.login-container .login-box .login-body .alert-message {
    color: #ff625d;
    margin-left: -5px;
    line-height: 24px;

}
.login-container .login-box .login-body .btn-submit {
    width: 40%;
    padding: 10px;
    margin: 35px 0 5px 0;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    background-color: #444750;
    border: 0px;
    border-radius: 25px;
}
.login-container .login-box .login-body .btn-link {
    color: #444750;
    /*color: #fff !important; */
    color: #fff;
    border: 0px;
    font-size: 12px;
    font-weight: 400;
}

.btn.btn-submit:hover {
    background-color: #ffc50d !important;
	color: #fff;
}

.btn.btn-submit:focus {

	background-color: #ffc50d !important;
	color: #fff;
	outline:0px;
}

/* END LOGIN */

.page-title {
    color: #535b6d;
}

.page-container {
    width: 100%;
    float: left;
    min-height: 100%;
    position: relative;
    font-size: 14px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.page-container .page-sidebar {
    position: relative;
    float: left;
    width: 250px;
    background-color: #035c67;
    z-index: 3;
}
.page-container .page-sidebar.page-sidebar-fixed {
    position: fixed;
}
.page-container.page-container-wide .page-sidebar {
    width: 50px;
}
.page-container.page-navigation-top-fixed .page-content {
    padding-top: 65px;
}
.page-container .page-content {
    position: relative;
    min-height: 100%;
    margin-left: 250px;
    zoom: 1;
}
.page-container.page-container-wide .page-content {
  margin-left: 50px;
}

.page-container .page-content:before,
.page-container .page-content:after {
    content: '';
    display: table;
}
.page-container .page-content:after {
    clear: both;
}

.page-container .page-content .page-content-wrap {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.page-container .page-content-wrap > .content-frame {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0 10px 0;
    font-size: 0.9em;
}
.page-container .page-content-wrap > .content-frame > .content-frame-top {
    float: left;
    width: 100%;
    padding: 0px 10px 0px 50px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
}
.page-container .page-content-wrap > .content-frame > .content-frame-top .breadcrumb {
    float: left;
    list-style: none;
    margin-bottom: 0px;
    padding: 0px;
    /* background: transparent; */
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-left: 1px solid #ddd;
}
.page-container .page-content-wrap > .content-frame > .content-frame-top .breadcrumb li {
    vertical-align: middle;
    padding: 0;
}
/*.page-container .page-content-wrap > .content-frame > .content-frame-top > .breadcrumb > li a:hover {
    color: #46494f;
}
.page-container .page-content-wrap > .content-frame > .content-frame-top > .breadcrumb > li + li::before {
    font-family: "FontAwesome";
    content: "\f105";
    line-height: 20px;
    vertical-align: middle;
    color: #6c7079;
}*/
.page-container .page-content-wrap > .content-frame > .content-frame-top > .breadcrumb > li + li::before {
    content: '';
    padding: 0;
}
.page-container .page-content-wrap > .content-frame > .content-frame-top > .breadcrumb > li a {
    position: relative;
    display: block;
    line-height: 22px;
    padding: 10px 10px 8px 15px;
    /* important overrides media queries */
    color: #5b5e66;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.page-container .page-content-wrap > .content-frame > .content-frame-top > .breadcrumb > li a:hover {
    background: #eee;
}


.page-container .page-content-wrap > .content-frame > .content-frame-top > .breadcrumb > li a span:first-child {
    display: inline-block;
    width: 20px;
    height: 22px;
    line-height: 20px;
    padding: 0px;
    margin-right: 0px;
    font-size: 15px;
}

.page-container .page-content-wrap > .content-frame > .content-frame-top > .breadcrumb > li a:before,
.page-container .page-content-wrap > .content-frame > .content-frame-top > .breadcrumb > li a:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 100%;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 10px solid transparent;
}

.page-container .page-content-wrap > .content-frame > .content-frame-top > .breadcrumb > li a:before {
    margin-left: 1px;
    border-left-color: #ddd;
}

.page-container .page-content-wrap > .content-frame > .content-frame-top > .breadcrumb > li a:after {
    border-left-color: #f2f2f2;
}

.page-container .page-content-wrap > .content-frame > .content-frame-top > .breadcrumb > li a:hover:after {
    border-left-color: #eee;
}

.page-container .page-content-wrap > .content-frame > .content-frame-top > .breadcrumb > li.active a {
    background-color: #e9e9e9;
}
.page-container .page-content-wrap > .content-frame > .content-frame-top > .breadcrumb > li.active a:after {
    border-left-color: #e9e9e9;
}

.page-container .page-content-wrap > .content-frame > .content-frame-top > div > h5 {
    display: inline;
    line-height: 40px;
    margin-right: 5px;
    color: #3f4045;
    font-size: 1.2em;
    font-weight: 600;
}
.page-container .page-content-wrap > .content-frame > .content-frame-top > div > a > span {
    display: none;
}
.page-container .page-content-wrap > .content-frame > .content-frame-top > div > a::after {
    content: "\f057";
    float: right;
    line-height: 40px;
    font-family: FontAwesome;
    font-size: 14px;
    color: #5b5e66;
}

.page-container .page-content .page-content-wrap > div:not(.content-frame){
    padding: 0 35px;
}
.page-container .page-content .page-content-wrap > div:not(.content-frame) > .page-title {
    padding-left: 15px;
}
.page-container .page-content .page-content-wrap.cart.list > div:not(.content-frame){
    padding: 0 50px;
}

.page-container .page-content-wrap .panel-body-image {
    /* width: 100%; */
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 5px;
}

.panel-footer{
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.panel-footer-min{
    border-top:none;
    border-radius: 3px;
}

.page-container .page-content .cart-alert {
    position: fixed;
    top: 120px;
    right: 15px;
    width: 250px;
    height: 50px;
    padding: 15px;
    font-size: 1em;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background-color: #6ec2a3;
    border-color: #6ec2a3;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    z-index: 10;
    display: none;
}

.page-container .page-content .manuf-obs {
    position: fixed;
    top: 120px;
    right: 15px;
    width: 250px;
    height: 50px;
    padding: 15px;
    font-size: 1em;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background-color: #c98935;
    border-color: #c98935;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    z-index: 10;
    display: none;
}

.page-container .page-content .btn-action {
    position: fixed;
    bottom: 40px;
    right: 15px;
    width: 50px;
    height: 50px;
    padding-left: 8px;
    font-size: 0;
    border-radius: 50%;
    background-color: #ffc50d;
    border-color: #ffc50d;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    z-index: 10;
}
.page-container .page-content .btn-action .fa {
    font-size: 15px;
    color: #5b5e66;
}
.page-container .page-content .btn-return {
    position: fixed;
    bottom: 40px;
    right: 15px;
    width: 50px;
    height: 50px;
    padding-left: 8px;
    font-size: 0;
    border-radius: 50%;
    background-color: #3fbae4;
    border-color: #3fbae4;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
.page-container .page-content .btn-return .fa {
    font-size: 15px;
    color: #fff;
}



.page-sidebar {
    background-color: #5b5e66;
}

.x-navigation,
.x-navigation ul {
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    z-index: 3;
}
.x-navigation li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.page-sidebar .x-navigation li:not(.xn-logo) {
    box-shadow: 0.5px -1px 0.5px rgba(0,0,0,0.25);
}
.page-sidebar .x-navigation li > a {
    float: left;
    display: block;
    width: 100%;
    line-height: 19px;
    padding: 15px 10px 15px 15px;
    color: rgba(255,255,255);
    /* color: rgba(255,255,255,0.95); */
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    vertical-align: text-bottom;
    background-color: rgba(0,10,30,0.18);
}
.page-sidebar .x-navigation li.xn-logo {
    background-color: transparent;
}
.page-sidebar .x-navigation li.xn-logo > a.logo {
    display: block;
    height: 60px;
    padding: 0px;
    margin-top: 5px;
    font-size: 0px;
    text-align: center;
    color: rgba(255,255,255);
    /* color: rgba(255,255,255,0.95); */
    border-bottom: 0px;
    background-color: transparent;
}
.page-sidebar .x-navigation li.xn-logo > a.icon {
    display: none;
}
.page-sidebar .x-navigation-minimized li.xn-logo > a.logo {
    display: none;
}
.page-sidebar .x-navigation-minimized li.xn-logo > a.icon {
    display: block;
    height: 65px;
    padding: 0px;
    font-size: 0px;
    text-align: center;
    color: rgba(255,255,255);
    /* color: rgba(255,255,255,0.95); */
    border-bottom: 0px;
    background-color: transparent;
}
.page-sidebar .x-navigation li.active > a {
    color: #fcdf51;
    background-color: rgba(255,255,255,0.1);
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.page-sidebar .x-navigation li.xn-openable::before {
    font-family: "FontAwesome";
    content: '\f107';
    position: absolute;
    right: 0px;
    top: 15px;
    width: 20px;
    height: 20px;
    font-size: 1.15em;
    color: #ffffff;
    cursor: pointer;
}
.page-sidebar .x-navigation li.xn-openable.active::before {
    content: '\f106';
}
.page-sidebar .x-navigation li > a .fa,
.page-sidebar .x-navigation li > a .glyphicon {
    width: 20px;
    margin-right: 10px;
    text-align: center;
    vertical-align: baseline;
    font-size: 1.15em;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -ms-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}
.page-sidebar .x-navigation li > a:hover {
    color: #e2af00;
    background-color: rgba(255,255,255,0.3);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.page-sidebar .x-navigation li > a:hover .fa,
.page-sidebar .x-navigation li > a:hover .glyphicon {
    color: #ffc50d;
}
.page-sidebar .x-navigation li.active > ul {
    max-height: 5200px;
}
.page-sidebar .x-navigation li > ul {
    max-height: 0px;
    /* opacity: 0.75; */
    overflow: hidden;
    box-shadow: 0px 1px 0.1px rgba(0,0,0,0.3);
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.page-sidebar .x-navigation li > ul li > a {
    line-height: 19px;
    padding: 12px 10px;
    padding-left: 25px;
    color: #fbfbfb;
}
.page-sidebar .x-navigation > li > ul > li > ul > li.active > a {
    padding-left: 35px;
}
.page-sidebar .x-navigation > li.xn-openable:before {
    top: 15px;
}
.page-sidebar .x-navigation > li > ul > li > a {
    padding-left: 25px;
}
.page-sidebar .x-navigation > li > ul > li > a:hover {
    padding-left: 30px;
}
.page-sidebar .x-navigation > li > ul > li.active > a {
    padding-left: 30px;
}
.page-sidebar .x-navigation > li > ul > li > ul > li > a {
    padding-left: 40px;
}
.page-sidebar .x-navigation > li > ul > li > ul > li > a:hover {
    padding-left: 45px;
}
.page-sidebar .x-navigation > li > ul > li > ul > li.active > a {
    padding-left: 45px;
}
.page-sidebar .x-navigation > li > ul > li > ul > li > ul > li > a {
    padding-left: 50px;
}
.page-sidebar .x-navigation > li > ul > li > ul > li > ul > li > a:hover {
    padding-left: 55px;
}
.page-sidebar .x-navigation > li > ul > li > ul > li > ul > li.active > a {
    padding-left: 55px;
}
.page-sidebar .x-navigation > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 60px;
}
.page-sidebar .x-navigation > li > ul > li > ul > li > ul > li > ul > li > a:hover {
    padding-left: 65px;
}
.page-sidebar .x-navigation > li > ul > li > ul > li > ul > li > ul > li.active > a {
    padding-left: 65px;
}
.page-sidebar .x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 70px;
}
.page-sidebar .x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li > a:hover {
    padding-left: 75px;
}
.page-sidebar .x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li.active > a {
    padding-left: 75px;
}
.page-sidebar .x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 80px;
}
.page-sidebar .x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a:hover {
    padding-left: 85px;
}
.page-sidebar .x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li.active > a {
    padding-left: 85px;
}

.page-sidebar .x-navigation .x-navigation-control {
    display: none;
}

.x-navigation.x-navigation-minimized li {
  width: auto;
  position: relative;
}
.x-navigation.x-navigation-minimized li ul {
  display: none;
}
.x-navigation.x-navigation-minimized li.active ul {
  display: block;
}
.x-navigation.x-navigation-minimized > li > ul {
    position: absolute;
    top: 0px;
    right: -243px;
    opacity: 0.7;
    width: 240px;
    overflow: visible;
}
.x-navigation.x-navigation-minimized > li > ul:after {
    content: " ";
    position: absolute;
    right: 100%;
    top: 20px;
    height: 0;
    width: 0;
    pointer-events: none;
    margin-top: -5px;
    border: solid transparent;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-right-color: #292d39;
    border-width: 7px;
}
.x-navigation.x-navigation-minimized > li > ul > li {
    background-color: #292d39;
}
.x-navigation.x-navigation-minimized > li > ul > li:first-child {
  -moz-border-radius: 2px 2px 0px 0px;
  -webkit-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
}
.x-navigation.x-navigation-minimized > li > ul > li:last-child
{
  border-bottom: 0px;
  -moz-border-radius: 0px 0px 2px 2px;
  -webkit-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
}
.x-navigation.x-navigation-minimized > li {
    width: 100%;
}
.x-navigation.x-navigation-minimized > li > a {
    padding: 15px 10px;
    text-align: center;
}
.x-navigation.x-navigation-minimized > li > a .fa,
.x-navigation.x-navigation-minimized > li > a .glyphicon {
    margin: 0px;
}
.x-navigation.x-navigation-minimized > li li {
    width: 100%;
}
.x-navigation.x-navigation-minimized > li.active:before,
.x-navigation.x-navigation-minimized > li.xn-openable:before {
    display: none;
}
.x-navigation.x-navigation-minimized > li li.xn-openable:before {
    top: 13px;
}
.x-navigation.x-navigation-minimized > li li.active.xn-openable:before {
}
.x-navigation.x-navigation-minimized > li > a > .xn-text {
    display: none;
}

.x-navigation.x-navigation-horizontal {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 65px;
    padding-left: 250px;
    background: rgba(255,255,255,0.95);
}
.page-container.page-container-wide .x-navigation.x-navigation-horizontal {
    padding-left: 50px;
}

.x-navigation.x-navigation-horizontal li {
    width: auto;
    position: relative;
    padding: 0;
    margin: 0;
}
.x-navigation.x-navigation-horizontal > li {
    margin: 15px 8px 0 0;
}
.x-navigation.x-navigation-horizontal > li li {
    width: 100%;
}
.x-navigation.x-navigation-horizontal li > .panel {
    display: none;
    position: absolute;
    float: left;
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top-width: 1px;
    box-shadow: 1px 0px 1px rgba(50,50,50,0.35);
    z-index: 3;
}
.x-navigation.x-navigation-horizontal li.active > .panel {
    display: block;
    left: 0px;
    top: 37px;
    width: 400px;
    z-index: 3;
    border-top-width: 0px;
}
.x-navigation.x-navigation-horizontal li > .panel:after {
    content: " ";
    position: absolute;
    top: -10px;
    left: 20px;
    height: 0;
    width: 0;
    margin-left: -4px;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(0, 0, 0, 0);
    border-width: 6px;
}
.x-navigation.x-navigation-horizontal li > .panel.xn-drop-left {
    left: auto;
    right: 0px;
}
.x-navigation.x-navigation-horizontal li > .panel.xn-drop-left:after {
    right: 20px;
    left: auto;
}
.x-navigation.x-navigation-horizontal li > .panel .panel-heading {
    float: left;
    width: 100%;
    padding: 15px 10px;
    box-shadow: 0px -1px 1px rgba(50,50,50,0.25);
    border: 0px;
}
.x-navigation.x-navigation-horizontal li > .panel .panel-heading .panel-title {
    font-size: 1.1em;
    color: rgba(250,250,250,0.75);
}
.x-navigation.x-navigation-horizontal li > .panel .panel-heading .panel-title .list-button {
    float: right;
    font-size: 0.8em;
    color: rgba(30, 30, 30, 0.75);
}
.x-navigation.x-navigation-horizontal li > .panel .panel-body {
    width: 100%;
    float: left;
    padding: 3px;
    background-color: #f9f9f9;
}
.x-navigation.x-navigation-horizontal li > .panel .panel-footer {
    width: 100%;
    float: left;
    /* padding: 5px 10px; */
    padding: 10px;
    background-color: #e9e9e9;
    text-align: left;
    font-size: 1.1em;
}
.x-navigation.x-navigation-horizontal li > .panel .panel-footer a {
    font-size: 1em;
    font-weight:500;
    /* color: rgba(30, 30, 30, 0.75); */
    color: #04478a;
}
.x-navigation.x-navigation-horizontal li > .panel .panel-footer a:hover {
    color: #2175c9;
}

.x-navigation.x-navigation-horizontal > li > a {
    display: block;
    float: left;
    width: 25px;
    height: 35px;
    padding: 15px;
    color: #5b5e66;
    text-shadow: none;
    border-bottom: 0px;
}
.x-navigation.x-navigation-horizontal > li > a > span {
    font-size: 12px;
    margin: -2px 0 0 -5px;
}
.x-navigation.x-navigation-horizontal > li .list-group .list-group-item img {
    width: 40px;
    height: 40px;
    margin-left: -5px;
    border-radius: 50%;
    border: 2px solid #F5F5F5;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.x-navigation.x-navigation-horizontal > li ul {
    position: absolute;
    top: 60px;
    width: 220px;
    overflow: visible;
    display: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 3;
}
.x-navigation.x-navigation-horizontal > li > ul:after {
    bottom: 100%;
    left: 27px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #33414e;
    border-width: 5px;
    margin-left: -5px;
}
.x-navigation.x-navigation-horizontal > li > a.x-navigation-minimize {
    padding: 5px 10px;
    text-decoration: none;
}

.x-navigation.x-navigation-horizontal .xn-search {
    margin-left: 15px;
}
.x-navigation.x-navigation-horizontal .xn-search form {
    display: inline-flex;
}
.x-navigation.x-navigation-horizontal .xn-search input {
    width: 180px;
    height: 35px;
    padding: 0 30px 0 25px;
    color: #5b5e66;
    background-color: #f2f2f2;
    border-radius: 25px;
    border: none;
    font-size: 11px;
}
.x-navigation.x-navigation-horizontal .xn-search input:focus {
    width: 300px;
}
.x-navigation.x-navigation-horizontal .xn-search .btn-search {
    height: 35px;
    margin-left: -25px;
    background-color: #c9cacf;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 600;
}
.x-navigation.x-navigation-horizontal .xn-search:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    left: 8px;
    top: 8px;
    font-size: 12px;
    color: #5b5e66;
    z-index: 2;
}
.x-navigation.x-navigation-horizontal .users-button,
.x-navigation.x-navigation-horizontal .product-catalog,
.x-navigation.x-navigation-horizontal .suggestions-mailbox,
.x-navigation.x-navigation-horizontal .contact-form,
.x-navigation.x-navigation-horizontal .products-button {
    padding: 0 15px 0 10px;
    color: rgba(255,255,255,0.85);
    font-size: 11px;
    border-radius: 25px;
}
.x-navigation.x-navigation-horizontal .products-button {
    background-color: #ffc50d;
}
.x-navigation.x-navigation-horizontal .users-button {
    background-color: #5b5e66;
}
.x-navigation.x-navigation-horizontal .product-catalog {
    background-color: #0088cc;
}
.x-navigation.x-navigation-horizontal .suggestions-mailbox {
    background-color: #15968a;
}
.x-navigation.x-navigation-horizontal .contact-form {
    background-color: #5bc0de;
}
.x-navigation.x-navigation-horizontal .users-button > a,
.x-navigation.x-navigation-horizontal .product-catalog > a,
.x-navigation.x-navigation-horizontal .suggestions-mailbox > a,
.x-navigation.x-navigation-horizontal .contact-form > a,
.x-navigation.x-navigation-horizontal .products-button > a {
    padding: 0 0 0 10px;
    color: rgba(250,250,250,0.7);
    font-weight: 500;
    cursor: pointer;
}
.x-navigation.x-navigation-horizontal .users-button > a .fa,
.x-navigation.x-navigation-horizontal .product-catalog > a .fa,
.x-navigation.x-navigation-horizontal .suggestions-mailbox > a .fa,
.x-navigation.x-navigation-horizontal .contact-form > a .fa,
.x-navigation.x-navigation-horizontal .products-button > a .fa {
    line-height: 33px;
}

.x-navigation.x-navigation-horizontal .product-catalog > a + div + a
.x-navigation.x-navigation-horizontal .product-catalog > a + div + a:link,
.x-navigation.x-navigation-horizontal .product-catalog > a + div + a:hover,
.x-navigation.x-navigation-horizontal .product-catalog > a + div + a:visited,
.x-navigation.x-navigation-horizontal .product-catalog > a + div + a:active
{
    color: rgba(255,255,255,0.85);
}
.x-navigation.x-navigation-horizontal .suggestions-mailbox > a + div + a
.x-navigation.x-navigation-horizontal .suggestions-mailbox > a + div + a:link,
.x-navigation.x-navigation-horizontal .suggestions-mailbox > a + div + a:hover,
.x-navigation.x-navigation-horizontal .suggestions-mailbox > a + div + a:visited,
.x-navigation.x-navigation-horizontal .suggestions-mailbox > a + div + a:active
{
    color: rgba(255,255,255,0.85);
}
.x-navigation.x-navigation-horizontal .contact-form > a + div + a
.x-navigation.x-navigation-horizontal .contact-form > a + div + a:link,
.x-navigation.x-navigation-horizontal .contact-form > a + div + a:hover,
.x-navigation.x-navigation-horizontal .contact-form > a + div + a:visited,
.x-navigation.x-navigation-horizontal .contact-form > a + div + a:active
{
    color: rgba(255,255,255,0.85);
}
.x-navigation.x-navigation-horizontal .users-button > a + div,
.x-navigation.x-navigation-horizontal .product-catalog > a + div,
.x-navigation.x-navigation-horizontal .suggestions-mailbox > a + div,
.x-navigation.x-navigation-horizontal .contact-form > a + div,
.x-navigation.x-navigation-horizontal .products-button > a + div {
    float: left;
    line-height: 35px;
    font-weight: 500;
    cursor: pointer;
}

.x-navigation.x-navigation-horizontal .products-button > .panel .panel-heading {
    background-color:  #ffc50d;
}
.x-navigation.x-navigation-horizontal .products-button > .panel:after {
    border-bottom-color:  #ffc50d;
}
.x-navigation.x-navigation-horizontal .users-button > div .short-name {
    display: none;
}
.x-navigation.x-navigation-horizontal .product-catalog > div .short-name {
    display: none;
}
.x-navigation.x-navigation-horizontal .suggestions-mailbox > div .short-name {
    display: none;
}
.x-navigation.x-navigation-horizontal .contact-form > div .short-name {
    display: none;
}
.x-navigation.x-navigation-horizontal .users-button > .panel .panel-heading {
    background-color:  #5b5e66;
}
.x-navigation.x-navigation-horizontal .users-button > .panel:after {
    border-bottom-color:  #5b5e66;
}
.x-navigation.x-navigation-horizontal .product-catalog > .panel .panel-heading {
    background-color:  #5b5e66;
}
.x-navigation.x-navigation-horizontal .product-catalog > .panel:after {
    border-bottom-color:  #5b5e66;
}
.x-navigation.x-navigation-horizontal .suggestions-mailbox > .panel .panel-heading {
    background-color:  #5b5e66;
}
.x-navigation.x-navigation-horizontal .suggestions-mailbox > .panel:after {
    border-bottom-color:  #5b5e66;
}
.x-navigation.x-navigation-horizontal .contact-form > .panel .panel-heading {
    background-color:  #5b5e66;
}
.x-navigation.x-navigation-horizontal .contact-form > .panel:after {
    border-bottom-color:  #5b5e66;
}
.x-navigation.x-navigation-horizontal > li.last > a {
    width: 38px;
    height: 38px;
    background-color: #f2f2f2;
    border-radius: 50%;
}

.x-navigation.x-navigation-horizontal > li.last > a > span {
    line-height: 6px;
    margin-left: -3px;
    font-size: 12px;
    color: #6f7178;
}

.x-navigation.x-navigation-horizontal > li.last > a > span.fa-language {
    margin-left: -5px;
}

.x-navigation.x-navigation-horizontal > li > a.fa-language {
    /* padding-top: 8px; */
    padding-left: 18px;
}

.x-navigation.x-navigation-horizontal li.last.active > ul {
    display: block;
    top: 38px;
    left: auto;
    right: 5px;
    width: 150px;
    background-color: rgba(240,240,240,0.98);
    font-size: 0.8em;
}
.x-navigation.x-navigation-horizontal > li.last.active > ul:after {
    right: 10px;
    left: auto;
    border-bottom-color: #efefef;
}
.x-navigation.x-navigation-horizontal li.last.active > ul a {
    display: block;
    float: left;
    width: 100%;
    line-height: 19px;
    color: #707070;
    font-size: 1.15em;
    font-weight: 400;
    padding: 10px 10px 10px 15px;
    /* padding: 15px 10px 15px 15px; */
    text-decoration: none;
    vertical-align: text-bottom;

}

.x-navigation.x-navigation-horizontal li.last > ul > li:not(:last-child) {
    border-bottom: 1px solid #d0cccc;
}

#lstCart {
    color: rgba(20,20,20,0.85);
}

#lstCart a.list-group-item img {
        width: 16px;
        height: 16px;
    }


/* SEARCH CUSTOMER */
#list-customers .panel-heading {
    display: inline-flex;
    background-color: #5b5e66;
}
#list-customers .panel-heading h3 {
    font-size: 0em;
}
#list-customers .panel-heading h3 .fa {
    font-size: 15px;
    line-height: 32px;
}

#list-customers .panel-heading input {
    height: 25px;
    margin: 5px 0 5px 10px;
    padding: 3px 9px;
    font-size: 0.9em;
    color: #555;
    background-color: #f2f2f2;
    border-radius: 15px;
    border: none;
}
/* END SEARCH CUSTOMER */


.page-content-wrap > .content-frame + div > a > .col-md-3 > .panel {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 1px;
    z-index: 0;
}
.page-content-wrap > .content-frame + div > a > .col-md-3 > .panel > .panel-heading,
.page-content-wrap > .content-frame + div > a > .col-md-3 > .panel > .panel-footer,
.page-content-wrap > .content-frame + div > a > .col-md-3 > .panel > .panel-body {
    float: left;
    width: 100%;
}
.page-content-wrap > .content-frame + div > a > .col-md-3 > .panel > .panel-footer {
    padding: 10px;
    line-height: 30px;
    text-align: center !important;
    font-size: 1.2em;
    font-weight: 500;
    color: #3f4045;
    background: #f9f9f9;
}

.page-container .page-content-wrap .page-title {
    min-height: 1px;
    padding-left: 50px;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: 600;
}
.page-container .page-content-wrap .page-title:empty {
    display:none;
}

.faq .faq-item .faq-title {
    padding: 15px;
    background-color: #fefefe;
    cursor: pointer;
}
.faq .faq-item.active .faq-title {
    background-color: #fff;
}
.faq .faq-title .fa {
    float: right;
    font-size: 15px;
    font-weight: 500;
}
.faq .faq-item .faq-text {
    font-size: 1.1em;
    color: #494a4f !important;
    line-height: 20px;
    float: left;
    width: 100%;
    padding: 0px 20px;
    max-height: 0px;
    height: 0px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden;
}
.faq .faq-item.active .faq-text {
    max-height: 95000px;
    height: auto;
    background: transparent !important;
    padding: 2px 2px 0 2px;
}

#products .panel-default {
    min-height: 1px;
    padding: 0 15px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 1px;
    box-shadow: none;
}

#products .panel-default .panel-body {
    padding: 15px 0 0 0;
    margin-bottom: 15px;
}

#products .faq .faq-item .faq-text .panel {
    padding: 0px;
    margin: 2px -1px;
}
#products .panel-body.subfaq {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    background-color: #efefef !important;
    border: 1px solid rgba(0,0,0,0.1);font-style: normal;
}
#products .subfaq .subfaq-item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f0f0f0bb;
}
#products .subfaq .subfaq-item.active {
    padding-bottom: 0px;
}
#products .subfaq .subfaq-item:last-child {
    padding-bottom: 1px;
}
#products .subfaq .subfaq-item .subfaq-title {
    position: relative;
    float: left;
    width: 100%;
    line-height: 82px;
    font-size: 1.2em;
    font-weight: 400;
    color: #494a4f;
    cursor: pointer;
}
#products .faq .faq-item .faq-title .fa-angle-down {
    height: 25px;
    width: 25px;
    background-color: #f7f7f7;
    border-radius: 50%;
    text-align: center;
}
#products .subfaq .subfaq-item .subfaq-title .subfaq-toggle {
    position: absolute;
    left: auto;
    top: 20px;
    right: 10px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #656d78;
    background-color: #fbfbfb;
    border-radius: 50%;
}
#products .faq .faq-item.active .faq-title .fa-angle-down,
#products .subfaq .subfaq-item.active .subfaq-title .subfaq-toggle {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: all .2s ease-in-out;
}
#products .faq .faq-item:not(.active) .faq-title .fa-angle-down,
#products .subfaq .subfaq-item:not(.active) .subfaq-title .subfaq-toggle {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all .2s ease-in-out;
}
#products .subfaq .subfaq-item .subfaq-text {
    float: left;
    width: 100%;
    height: 0px;
    max-height: 0px;
    line-height: 20px;
    color: #656d78;
    overflow: hidden;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
#products .subfaq .subfaq-item.active .subfaq-text {
    max-height: 500px;
    max-height: 35000px;
    height: auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#products .panel-body .item-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    width: 100%;
    padding: 2px 0;
    margin-top: 3px;
    background-color: rgba(255,255,255,0.85);
}
#products  .panel-body .item-container .image-container{
    text-align: center;
    flex: 0 0 120px;
    margin-left: 5px;
}
#products  .panel-body .item-container .data-container{
    flex: 1;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    margin-right: 5px;
    background-color: transparent !important;
}
/**/

#products  .panel-body .item-container .item-group-1{
    flex: 1 1 auto;
    display: flex;
    flex-flow: row nowrap;
}
#products  .panel-body .item-container .item-group-1 div,
#products  .panel-body .item-container .item-group-2 div{
    flex: 1 1 auto;
    align-items: center;
}
#products  .panel-body .item-container .item-group-1 .item-description {
    font-size: 1em;
    color: #3f4045;
}
#products  .panel-body .item-container .item-group-1 .item-description span{
    line-height: 15px;
}
#products  .panel-body .item-container .item-group-1 .item-description a,
#products  .panel-body .item-product .item-description a{
    /* color: #3f4045; */
}
#products  .panel-body .item-container .item-group-1 .item-description span.item-product-up{
    font-weight: 500;
    line-height: 16px;
}
#products  .panel-body .item-container .item-group-1 .item-description span.item-product-up a {
    text-decoration: underline;
}
#products  .panel-body .item-container .item-group-1 .item-description span.item-product-up a:hover {
    text-decoration: none;
}
#products  .panel-body .item-container .item-group-1 .item-description span.item-product-down{
    font-size: 0.85em;
    line-height: 25px;
}
#products  .panel-body .item-container .item-group-1 .item-description span.item-product-down:before{
    content: 'Prod: ';
    opacity: 0.75;
}
#products  .panel-body .item-container .item-group-1 .item-description span.item-reference-up{
    font-weight: 500;
    line-height: 16px;
}
#products  .panel-body .item-container .item-group-1 .item-description span.item-reference-up a {
    text-decoration: underline;
}
#products  .panel-body .item-container .item-group-1 .item-description span.item-reference-up a:hover {
    text-decoration: none;
}
#products  .panel-body .item-container .item-group-1 .item-description span.item-reference-down{
    font-size: 0.85em;
    line-height: 25px;
}
#products  .panel-body .item-container .item-group-1 .item-description span.item-reference-down:before{
    content: 'Ref: ';
    opacity: 0.75;
}
#products  .panel-body .item-container .item-group-1 .item-description span.item-packaging {
    font-size: 0.75em;
    opacity: 0.75;
}
#products  .panel-body .item-container .item-group-1 .item-description span.item-return {
    font-size: 0.75em;
    opacity: 0.75;
    align-self: center;
    text-align: center;
}
#products  .panel-body .item-container .item-group-1 .item-description span.item-quantity{
    font-size: 0.85em;
    color: #656d78;
}
#products  .panel-body .item-container .item-group-1 .item-description span.item-comments{
    font-size: 0.75em;
    color: #b1b1b1;
    line-height: 20px;
}
#products  .panel-body .item-container .item-group-1 .item-description span.item-minimum{
    font-size: 0.75em;
    color: #706e6e;
    padding: 5px 0px 5px 0px;
}
#products  .panel-body .item-container .item-group-1 .item-description span.item-emb{
    font-size: 0.75em;
    line-height: 16px;
    letter-spacing: 1.2;
}
#products  .panel-body .item-container .item-group-1 .item-description div.item-rules{
    font-size: 0.85em;
    line-height: 25px;
    padding: 10px 0px 10px 0px;
}
#products  .panel-body .item-container .item-group-1 .item-description div.item-rate{
    font-size: 0.85em;
    line-height: 25px;
    padding: 10px 0px 10px 0px;
}
#products  .panel-body .item-container .item-group-1 .item-description div.item-stock{
    font-size: 0.85em;
    line-height: 25px;
    padding: 10px 0px 10px 0px;
}
#products  .panel-body .item-container .item-info{
    flex: 1 1 140px;
}
#products  .panel-body .item-container .item-group-2{
    flex: 1 1 auto;
    min-width: 150px;
    text-align: right;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-right: 5px;
}
#products  .panel-body .item-container div.item-price div.label {
    display: inline-block;
    font-size: 0.7em;
    padding: 3px;
    margin-bottom: 2px;
}

#products  .panel-body .item-container div.item-price div.label > .old-price {
    text-decoration: line-through;
    line-height: 0.5em;
    font-size: 0.80em;
}
#products  .panel-body .item-container div.item-price div.label > .discounts {
     font-size: 0.9rem;
     color: #ffffff;
     margin-left: 0.3rem;
}

#products .add-cart {
    width: 166px;
}
#products .add-button {
    cursor: pointer;
    padding: 12px;
    margin-top: 4px;
    margin-right: 25%;
}

.product-detail .add-button {
    cursor: pointer;
    padding: 12px;
    margin-top: 4px;
    margin-left: 38px;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 0.85em;
}

div.row.orders .panel {
    /*
    margin-bottom: 10px;
    border: none;
    box-shadow: none;
    */
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-radius: 0px;
}

/* PRODUCT DETAIL */
.page-content-wrap.deta {
    padding-bottom: 30px;
}
.page-content-wrap.deta .product-detail-title-up{
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 10px;
}

.page-content-wrap.deta .product-detail-name-down{
    font-size: 1.1em;
    font-weight: 500;
    /* padding-bottom: 10px; */
}
.page-content-wrap.deta .product-detail-name-up{
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 10px;
}

.page-content-wrap.deta .product-detail-title-down{
    font-size: 1.1em;
    font-weight: 500;
    /* padding-bottom: 10px; */
}

.page-content-wrap.deta .product-detail-packaging{
    display: inline-block;
    font-size: 1em;
    line-height: 12px;
}

.page-content-wrap.deta .product-detail-return{
    display: inline-block;
    font-size: 0.85em;
    padding: 5px 10px;
    line-height: 12px;
    margin-bottom: 15px;
}

.page-content-wrap.deta .product-detail-desc{
    font-size: 1em;
    padding-bottom: 10px;
}

.page-content-wrap.deta .product-detail-emb{
    font-size: 1em;
    padding-bottom: 10px;
    letter-spacing: 1.2;
}

.page-content-wrap.deta .product-detail-rate{
    font-size: 1.1em;
    font-weight: 500;
    padding-bottom: 10px;
}

.page-content-wrap.deta .product-detail-stock{
    font-size: 1.1em;
    font-weight: 500;
    padding-bottom: 10px;
}

.page-content-wrap.deta .product-detail-rules{
    font-size: 1.1em;
    padding: 10px 0px 10px 0px;
}
.page-content-wrap.deta .product-detail-tarif{
    font-size: 1.1em;
    padding: 10px 0px 10px 0px;
}
.page-content-wrap.deta .product-detail-dispo{
    font-size: 1.1em;
    padding: 10px 0px 10px 0px;
}

.page-content-wrap.deta .product-detail-carac{
    font-size: 1em;
    padding-bottom: 10px;
}

.page-content-wrap.deta .product-detail-minimum{
    font-size: 1em;
    padding-bottom: 10px;
}

.page-content-wrap.deta .product-detail-price{
    font-size: 1.2em;
    font-weight: 400;
    padding-bottom: 20px;
}

.page-content-wrap.deta .product-detail-price .old-price {
    text-decoration: line-through;
    line-height: 0.5em;
    font-size: 0.80em;
}
.page-content-wrap.deta .product-detail-price .discounts {
    font-size: 1rem;
    color: #e53935; /* Rojo */
    font-weight: bold;
}
.page-content-wrap.deta .product-detail-price .label.label-default .old-price {
    font-size: 1rem;
    color: #ffffff; /* Rojo */
    font-weight: bold;
}
.page-content-wrap.deta .product-detail-price .label.label-default .discounts {
    font-size: 0.9rem;
    color: #ffffff;
    margin-left: 0.3rem;
}

.page-content-wrap.deta .product-detail-comments{
    font-size: 0.95em;
    color: #b1b1b1;
    line-height: 20px;
    padding-bottom: 10px;
}
/* END PRODUCT DETAIL */

/* SEARCH PRODUCT RESULTS */
.page-content-wrap.busc .row #products {
    padding: 0 15px;
}
.page-content-wrap.busc .alert {
    /* margin: 0px 15px 0px 15px; */
}
.page-content-wrap.busc .row #products .alert-warning {
    background-color: #999;
    color: #fff;
    padding: 15px;
    margin-bottom: 0px;
    border: none;
    font-size: 1.5em !important;
    font-weight: 500;
}
.page-content-wrap.busc .row #products .panel {
    padding: 0;
}
.page-content-wrap.busc .row #products .panel-body {
    border-radius: 1px !important;
}
.page-content-wrap.busc .row #products .faq-item .faq-title .fa-angle-down {
    height: 25px;
    width: 25px;
    background-color: #f7f7f7;
    border-radius: 50%;
    text-align: center;
}
.page-content-wrap.busc .row #products .subfaq-item .subfaq-title .subfaq-toggle {
    background-color: #fbfbfb;
    border-radius: 50%;
}
.page-content-wrap.busc .row #products .subfaq-item .subfaq-title > .fa-angle-down + div {
    padding: 3px;
}
.page-content-wrap.busc .row #products .item-container {
    background-color: rgba(255,255,255,0.8) !important;
}


/* END SEARCH */

/* CART */
.page-content-wrap.cart.list .panel {
    background-color: #e0e0e0 !important;
}
.page-content-wrap.cart.list .panel .panel-body h4 {
    margin-top: 0;
    color: #656d78;
}

div.cart-item {
    width: 100%;
    clear: both;
    padding: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: 1.2em;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.75);
}

div.row.cart .panel,
div.row.cart + #products .panel {
    border: 1px solid #e0e0e0 !important;
    border-radius: 2px !important;
    box-shadow: none;
}
div.row.cart + #products div.item-product{
    flex: 1;
    display: inline-flex;
}
div.row.cart + #products div.item-product .item-image{
    flex: 0 0 80px;
    text-align: center;
}
div.row.cart + #products div.item-product .item-description{
    flex: 1 1 auto;
}
div.row.cart + #products div.item-product .item-description{
    margin-left: 5px;
}
div.row.cart + #products div.item-product .item-minimum{
    flex: 1 1 auto;
    margin-left: 5px;
    font-size: 0.75em;
}
div.row.cart + #products div.item-product .item-description .item-product-up {
    font-weight: 500;
    line-height: 16px;
}
div.row.cart + #products div.item-product .item-description .item-product-up a {
    text-decoration: underline;
}
div.row.cart + #products div.item-product .item-description .item-product-up a:hover {
    text-decoration: none;
}
div.row.cart + #products div.item-product .item-description .item-product-down {
    font-size: 0.85em;
    line-height: 25px;
}
div.row.cart + #products div.item-product .item-description .item-reference-up {
    font-weight: 500;
    line-height: 16px;
}
div.row.cart + #products div.item-product .item-description .item-reference-up a {
    text-decoration: underline;
}
div.row.cart + #products div.item-product .item-description .item-reference-up a:hover {
    text-decoration: none;
}
div.row.cart + #products div.item-product .item-description .item-reference-down {
    font-size: 0.85em;
    line-height: 25px;
}
div.row.cart + #products div.item-product .item-description .item-product-up-cart {
    line-height: 23px;
    font-weight: normal;
}
div.row.cart + #products div.item-product .item-description .item-product-up-cart a {
    text-decoration: underline;
}
div.row.cart + #products div.item-product .item-description .item-product-up-cart a:hover {
    text-decoration: none;
}
div.row.cart + #products div.item-product .item-description .item-product-down-cart {
    font-size: 0.9em;
}
div.row.cart + #products div.item-product .item-description .item-reference-up-cart {
    line-height: 23px;
    font-weight: bold;
}
div.row.cart + #products div.item-product .item-description .item-reference-up-cart a {
    text-decoration: underline;
}
div.row.cart + #products div.item-product .item-description .item-reference-up-cart a:hover {
    text-decoration: none;
}
div.row.cart + #products div.item-product .item-description .item-reference-down-cart {
    font-size: 0.9em;
}
div.row.cart + #products div.item-product .item-description .item-packaging {
    font-size: 0.75em;
    opacity: 0.75;
}
div.row.cart + #products div.item-product .item-description .item-return {
    font-size: 0.75em;
    opacity: 0.75;
    align-self: center;
    text-align: center;
}
div.row.cart + #products div.item-product .item-description .item-details{
    font-size: 0.9em;
    padding-top: 10px;
}

div.row.cart + #products div.item-product .item-description .item-comments{
    font-size: 0.85em;
    color: #b1b1b1;
    line-height: 22px;
    padding-bottom: 10px;
    padding-top: 5px;
}

div.row.cart + #products div.item-product .item-description .item-rules{
    padding: 10px 0px 10px 0px;
}

div.row.cart + #products div.item-product .item-description textarea.comments{
    margin: 0px; width: 90%; height: 100px;
    font-size: 0.9em;
}

div.row.cart + #products div.item-price{
    flex: 0 0 150px;
    text-align: right;
    margin-right: 15px;
}
div.row.cart + #products div.item-price .old-price {
    text-decoration: line-through;
    font-size: 0.80em;
}
div.row.cart + #products div.item-price .discounts {
    font-size: 0.9rem;
     color: #e53935;
     margin-left: 0.3rem;
}

div.row.cart + #products div.item-price span.label.label-form{
    align-self: flex-end;
    padding: 2px 3px;
    margin-top: 2px;
}
div.row.cart + #products div.item-quantity{
    flex: 0 0 150px;
    text-align: center;
}
div.row.cart + #products .item-quantity input.minus {
    float: left;
}
div.row.cart + #products .item-quantity input.plus {
    float: right;
}
div.row.cart + #products div.add-cart {
    flex: 0 0 100px;
    text-align: center;
}
div.row.cart + #products div.add-cart div.add-button {
    cursor: pointer;
    padding: 12px;
    margin-right: 0px;
}

div.row.cart + #products div.item-total{
    flex: 0 0 150px;
    text-align: right;
}
div.row.cart + #products div.item-remove a span {
    padding: 1px 0 0 15px;
}

div.row.orders {
    font-size: 0.95em;
}
div.row.orders .faq {
    padding: 0;
    background-color: transparent !important;
}
div.row.orders .faq-item .faq-title{
    padding: 10px 15px;
    font-size: 1.09em;
}
div.row.orders .faq-item .faq-title .fa{
    width: 1%;
    height: auto;
}
div.row.orders .faq-item .faq-title div.order-data {
    line-height: 20px;
    width: 78%;
    float: left;
}
div.row.orders .faq-item .faq-title div.order-est {
    float: left;
    text-align: right;
    width:20%;
    /*
    min-width: 12%;
    */
}
div.row.orders .faq-item .faq-title div.order-est a{
    font-size: 0.7em;
    padding-top: 3px;
    line-height: 20px;
}
div.row.orders .faq-item .faq-title div.order-data div > strong {
    font-size: 0.8em;
}
div.row.orders .faq-item .faq-title div.order-data div.order-id {
    color: #08c;
    width: 10%;
    float: left;
}
div.row.orders .faq-item .faq-title div.order-data div.order-fec {
    width: 13%;
    float: left;
}

div.row.orders .faq-item .faq-title div.order-data div.order-cli {
    width: 26%;
    float: left;
}
div.row.orders .faq-item .faq-title div.order-data div.order-env {
    width: 12%;
    float: left;
}
div.row.orders .faq-item .faq-title div.order-data div.order-ref {
    width: 12%;
    float: left;
}
div.row.orders .faq-item .faq-title div.order-data div.order-fec-prev {
    width: 13%;
    float: left;
}

div.row.orders .faq-item .faq-title div.order-data div.order-tot {
    width: 14%;
    float: left;
}

div.row.orders .faq-item .faq-text {
    padding: 5px 10px;
    font-size: 0.90em;
}

div.row.orders .panel-body .item-header {
    padding: 15px 5px 5px 5px;
    font-size: 1.05em;
    color: rgba(30,30,30,0.75);
}

div.row.orders .panel-body .item-header .item-description {
    width: 20%;
    float: left;
}

div.row.orders .panel-body .item-header .item-quantity {
    width: 10%;
    text-align: right;
    float: left;
}

div.row.orders .panel-body .item-header .item-price {
    width: 10%;
    text-align: right;
    float: left;
}

div.row.orders .panel-body .item-header .item-discounts {
    width: 10%;
    text-align: right;
    float: left;
}

div.row.orders .panel-body .item-header .item-amount {
    width: 10%;
    text-align: right;
    float: left;
}

div.row.orders .panel-body .item-header .item-total {
    width: 10%;
    text-align: right;
    float: left;
}

div.row.orders .panel-body .item-header .item-status {
    width: 10%;
    text-align: right;
    float: left;
}

div.row.orders .panel-body .item-header .item-remaining {
    width: 10%;
    text-align: right;
    float: left;
}

div.row.orders .panel-body .item-header .item-delivery {
    width: 10%;
    text-align: right;
    float: left;
}



div.row.orders .panel-body .item-container {
    padding: 10px 5px 5px 5px;
    border-top: 1px solid rgba(50,50,50,0.085);
    font-size: 1.05em;
    color: rgba(30,30,30,0.75);
    clear: both;
}


div.row.orders .panel-body .item-container .item-description {
    width: 20%;
    float: left;
    line-height: 16px;
}

div.row.orders .panel-body .item-container div.item-description br {
    margin-bottom: 6px;
}

div.row.orders .panel-body .item-container div.item-description span.item-reference{
    font-size: 1.1em;
    font-weight: 500;
}
div.row.orders .panel-body .item-container div.item-description span.item-info{
    font-size: 0.9em;
    opacity: 0.75;
}
div.row.orders .panel-body .item-container .item-quantity {
    width: 10%;
    text-align: right;
    float: left;
}

div.row.orders .panel-body .item-container .item-price {
    width: 10%;
    text-align: right;
    float: left;
}

div.row.orders .panel-body .item-container .item-discounts {
    width: 10%;
    text-align: right;
    float: left;
}

div.row.orders .panel-body .item-container .item-amount {
    width: 10%;
    text-align: right;
    float: left;
}

div.row.orders .panel-body .item-container .item-total {
    width: 10%;
    text-align: right;
    float: left;
}

div.row.orders .panel-body .item-container .item-status {
    width: 10%;
    text-align: right;
    float: left;
}

div.row.orders .panel-body .item-container .item-remaining {
    width: 10%;
    text-align: right;
    float: left;
}

div.row.orders .panel-body .item-container .item-delivery {
    width: 10%;
    text-align: right;
    float: left;
}



div.row.orders .panel-body .item-container .emb_units {
    font-size: 0.85em;
    font-style: italic;
}
div.row.orders .panel-body .item-container  .emb_units:after {
    content: attr(data-siglas);
    margin-left: 3px;
}
div.row.orders .panel-body .item-container:not(.item-header) .item-price::after,
div.row.orders .panel-body .item-container:not(.item-header) .item-amount::after,
div.row.orders .panel-body .item-container:not(.item-header) .item-total::after{
    content: '\20AC';
    margin: -2px 0 3px 0;
    font-size: 0.75em;
    /*font-style: italic;*/
    font-weight: 300;
}
div.row.orders .panel-body .item-container .item-status .label-form{
    margin-top: -2px;
    font-size: 0.8em;
}

div.row.orders .panel-body div.item-copy{
    margin: 20px 0px 5px 3px;
    text-align: right;
    font-size: 1.2em;
    float: right;
}

@media only screen and (max-width: 768px) {
    div.row.orders {
        margin: 5px 1% 0px 1%;
        font-size: 0.9em;
    }

    div.row.orders .faq .faq-title .fa {
        padding-right: 2%;
    }

    div.row.orders .faq-item .faq-title div.order-data {
        width: 95%;
        float: left;
    }
    div.row.orders .faq-item .faq-title div.order-est {
        float: left;
        text-align: left;
        width:95%;
    }
    div.row.orders .faq-item .faq-title div.order-est a{
        font-size: 0.7em;
        padding-top: 3px;
        line-height: 20px;
    }
    div.row.orders .faq-item .faq-title div.order-data div > strong {
        font-size: 0.8em;
    }
    div.row.orders .faq-item .faq-title div.order-data div.order-id {
        color: #08c;
        width: 95%;
        clear: both;
    }
    div.row.orders .faq-item .faq-title div.order-data div.order-fec {
        width: 95%;
        clear: both;
    }

    div.row.orders .faq-item .faq-title div.order-data div.order-cli {
        width: 95%;
        clear: both;
    }
    div.row.orders .faq-item .faq-title div.order-data div.order-env {
        width: 95%;
        clear: both;
    }
    div.row.orders .faq-item .faq-title div.order-data div.order-ref {
        width: 95%;
        clear: both;
    }
    div.row.orders .faq-item .faq-title div.order-data div.order-fec-prev {
        width: 95%;
        clear: both;
    }

    div.row.orders .faq-item .faq-title div.order-data div.order-tot {
        width: 95%;
        clear: both;
    }

    div.row.orders .faq-item .faq-title div.order-data div.order-id > span {
        margin-left: 37px;
    }

    div.row.orders .faq-item .faq-title div.order-data div.order-fec > span {
        margin-left: 40px;
    }

    div.row.orders .faq-item .faq-title div.order-data div.order-cli > span {
        margin-left: 35px;
    }
    div.row.orders .faq-item .faq-title div.order-data div.order-env > span {
        margin-left: 22px;
    }
    div.row.orders .faq-item .faq-title div.order-data div.order-ref > span {
        margin-left: 42px;
    }
    div.row.orders .faq-item .faq-title div.order-data div.order-fec-prev > span {
        margin-left: 6px;
    }
    div.row.orders .faq-item .faq-title div.order-data div.order-tot > span {
        margin-left: 46px;
    }

    div.row.orders .faq-item .faq-title div.order-data .item-void {
        display: none;
    }

/*
    div.row.orders .panel-body .item-container {
        padding: 10px 5px 5px 5px;
        border-top: 1px solid rgba(50,50,50,0.085);
        font-size: 1.05em;
        color: rgba(30,30,30,0.75);
        clear: both;
    }
  */
    div.row.orders .panel-body .item-container .item-description {
        width: 95%;
        clear: both;
        line-height: 13px;
        padding-bottom: 5px;
    }

    div.row.orders .panel-body .item-container .item-quantity {
        width: 95%;
        clear: both;
        text-align: left;
    }

    div.row.orders .panel-body .item-container .item-price {
        width: 95%;
        clear: both;
        text-align: left;
    }

    div.row.orders .panel-body .item-container .item-discounts {
        width: 95%;
        clear: both;
        text-align: left;
    }

    div.row.orders .panel-body .item-container .item-amount {
        width: 95%;
        clear: both;
        text-align: left;
    }

        div.row.orders .panel-body .item-container .item-total {
        width: 95%;
        clear: both;
        text-align: left;
    }

    div.row.orders .panel-body .item-container .item-status {
        width: 95%;
        clear: both;
        text-align: left;
    }

    div.row.orders .panel-body .item-container .item-remaining {
        width: 95%;
        clear: both;
        text-align: left;
    }

    div.row.orders .panel-body .item-container .item-delivery {
        width: 95%;
        clear: both;
        text-align: left;
    }

    div.row.orders .panel-body div.item-copy{
        margin: 20px 0px 5px 3px;
        font-size: 1.2em;
        width: 95%;
        clear: both;
    }

    div.row.orders .panel-body .item-container .item-quantity > span {
       margin-left: 23px;
    }
    div.row.orders .panel-body .item-container .item-price > span {
       margin-left: 39px;
    }
    div.row.orders .panel-body .item-container .item-discounts > span {
        margin-left: 7px;
   }
    div.row.orders .panel-body .item-container .item-amount > span {
        margin-left: 31px;
    }
    div.row.orders .panel-body .item-container .item-total > span {
        margin-left: 46px;
    }
    div.row.orders .panel-body .item-container .item-status > span {
        margin-left: 34px;
    }
    div.row.orders .panel-body .item-container .item-status .label-form {
        margin-top: -2px;
        font-size: 0.8em;
    }
    div.row.orders .panel-body .item-container .item-remaining > span {
        margin-left: 20px;
    }
    div.row.orders .panel-body .item-container .item-delivery > span {
        margin-left: 8px;
    }

    div.row.orders .panel-body .item-container .item-void {
        display: none;
    }

    div.row.orders .panel-body div.item-copy {
        margin: 8px 0px 0px 0px;
    }
}

.cart_product_list h3 {
    display: none;
}
.total-section {
    clear: both;
    width: 100%;
}
.total-section .total-cart-lbl {
    width: 80%;
    float: left;
    font-size: 1.25em;
    line-height: 1.5em;
}
.total-section .total-cart {
    width: 17%;
    float: left;
    font-size: 1.25em;
    line-height: 1.5em;
}

.portes-section {
    clear: both;
    padding-top: 15px;
    font-size: 1.2em;
}

#cgv {
    height: 20px;
    vertical-align: bottom;
}
#order_confirm {
    width: 100%;
}
#order_confirm div {
    float: left !important;
    line-height: 25px !important;
}
#order_confirm #order_ref {
    padding: 10px 10px 0px 0px;
}
#order_confirm #order_num {
    height: 42px;
    margin: 0 5px;
}
#order_confirm #cnf, #tpv, #pre {
    /* width: 130px; */
    height: 42px;
    /* font-size: 14px; */
    font-weight: 500;
    /* padding: 0px 10px 0px 10px; */
    margin-left: 15px;
    color: #f9f9f9;
    background-color: #6bc3a2;
}
#order_confirm #cnf, #tpv, #pre i {
    line-height: 15px;
    /* margin-right: 5px; */
    vertical-align: text-top;
    /* font-size: 12px; */
    font-weight: 500;
}


/* END CART */

/* LABELS */
.label {
    font-weight: 500;
}
.label-form {
    display: inline-block;
    font-size: 0.75em;
    padding: 5px 10px;
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.label-form-config,
.label-form-send {
    display: inline-block;
    font-size: 0.8em;
    padding: 12px;
    line-height: 12px;
    margin-top: 2px;
    margin-bottom: 5px;
}

.label-primary {
    background-color: #33414e;
}
.label-success {
    background-color: #6ec2a3;
}
.label-info {
    background-color: #7aa2d5;
}
.label-warning {
    background-color: #ffc50d;
}
.label-danger {
    background-color: #ff625d;
}
/* END LABELS */

.btn-action {
    background-color: #ffc50d;
    color:#fbfbfb;
}

.btn-return {
    background-color: #66fb6ff5;
    color:#fff;
}

/* MESSAGE BOX */
.message-box {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
}
.message-box.open {
    display: block;
}
.message-box .mb-container {
    position: absolute;
    /* left: 0px; */
    left: 15%;
    top: 30%;
    /* top: 1%; */
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    width: 70%;
    /* width: 100%; */
}

.message-box .mb-publications {
    position: absolute;
    left: 15%;
    top: 3%;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    width: 70%;
    height: 94%;
}

.message-box .mb-tutorials {
    position: absolute;
    left: 0%;
    top: 0%;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    width: 100%;
    height: 100%;
}

.message-box .mb-nostock-hist {
    position: absolute;
    left: 20%;
    top: 20%;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    width: 70%;
    height: 60%;
}

.message-box .mb-budget {
    position: absolute;
    left: 15%;
    top: 3%;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    width: 70%;
}

.message-box .mb-container .mb-middle {
    width: 90%;
    /* width: 50%; */
    left: 5%;
    /* left: 25%; */
    position: relative;
    color: #FFF;
}
.message-box .mb-container .mb-middle .mb-title {
    width: 100%;
    float: left;
    padding: 10px 0px 0px;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 36px;
}
.message-box .mb-container .mb-middle .mb-title .fa,
.message-box .mb-container .mb-middle .mb-title .glyphicon {
    font-size: 3.15em;
    float: left;
    margin-right: 10px;
}
.message-box .mb-container .mb-middle .mb-content {
    width: 100%;
    float: left;
    padding: 10px 0px 0px;
}

.message-box .mb-container .mb-middle .mb-publications-content {
    max-height: 80%;
    overflow: auto;
}

.message-box .mb-container .mb-middle .mb-tutorials-content {
    max-height: 80%;
    overflow: auto;
}

.message-box .mb-container .mb-middle .mb-nostock-hist-content {
    max-height: 60%;
    overflow: auto;
}


/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.message-box .mb-container .mb-middle .mb-publications-content::-webkit-scrollbar {
    -webkit-appearance: none;
}

.message-box .mb-container .mb-middle .mb-publications-content::-webkit-scrollbar:vertical {
    width:10px;
}

.message-box .mb-container .mb-middle .mb-publications-content::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
}

.message-box .mb-container .mb-middle .mb-publications-content::-webkit-scrollbar:horizontal {
    height: 10px;
}

.message-box .mb-container .mb-middle .mb-publications-content::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.message-box .mb-container .mb-middle .mb-publications-content::-webkit-scrollbar-track {
    border-radius: 10px;
}

.message-box .mb-container .mb-middle .mb-tutorials-content::-webkit-scrollbar {
    -webkit-appearance: none;
}

.message-box .mb-container .mb-middle .mb-tutorials-content::-webkit-scrollbar:vertical {
    width:10px;
}

.message-box .mb-container .mb-middle .mb-tutorials-content::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
}

.message-box .mb-container .mb-middle .mb-tutorials-content::-webkit-scrollbar:horizontal {
    height: 10px;
}

.message-box .mb-container .mb-middle .mb-tutorials-content::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.message-box .mb-container .mb-middle .mb-tutorials-content::-webkit-scrollbar-track {
    border-radius: 10px;
}

.message-box .mb-container .mb-middle .mb-nostock-hist-content::-webkit-scrollbar {
    -webkit-appearance: none;
}

.message-box .mb-container .mb-middle .mb-nostock-hist-content::-webkit-scrollbar:vertical {
    width:10px;
}

.message-box .mb-container .mb-middle .mb-nostock-hist-content::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
}

.message-box .mb-container .mb-middle .mb-nostock-hist-content::-webkit-scrollbar:horizontal {
    height: 10px;
}

.message-box .mb-container .mb-middle .mb-nostock-hist-content::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.message-box .mb-container .mb-middle .mb-nostock-hist-content::-webkit-scrollbar-track {
    border-radius: 10px;
}

.message-box .mb-container .mb-middle .mb-content p {
    margin-bottom: 0px;
}
.message-box .mb-container .mb-middle .mb-footer {
    width: 100%;
    float: left;
    /*padding: 30px 0px;*/
    position: relative;
    margin-top: 20px;
}
.message-box .mb-container .mb-middle .mb-footer .mb-control-close {
    color: #000;
}
.message-box .mb-container .mb-middle .mb-footer .mb-control-close:hover {
    color: #c7a129;
}
.message-box .mb-container .mb-middle .mb-footer .mb-control-confirm {
    background-color: #ffc50d;
    color: #fbfbfb;
}
.message-box .mb-container .mb-middle .mb-footer .mb-control-confirm:hover {
    color: #000;
}
.message-box.message-box-warning .mb-container {
    background: rgba(254, 162, 35, 0.9);
}
.message-box.message-box-danger .mb-container {
    background: rgba(182, 70, 69, 0.9);
}
.message-box.message-box-info .mb-container {
    background: rgba(63, 186, 228, 0.9);
}
.message-box.message-box-success .mb-container {
    background: rgba(149, 183, 93, 0.9);
}

@media only screen and (max-width: 420px) {
    .message-box .mb-container .mb-middle .mb-title {
        padding: 0px 0px 30px 0px;
    }

    .message-box .mb-container .mb-middle .mb-content {
        padding: 0px;
    }

    .message-box .mb-container .mb-middle .mb-footer {
        text-align: center;
    }
}

/* END MESSAGE BOX */


/* PAGE LOADING FRAME */
.page-loading-frame {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url("../img/bg.png") left top repeat #33414e;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.page-loading-frame .page-loading-loader {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.page-loading-frame.v2 {
    /* OFA : 28/02/2017 */
    /* background: url(../img/bg.png) left top repeat rgba(0, 0, 0, 0.8); */
    background: url("../img/bg.png") left top repeat rgba(0, 0, 0, 0.5);
}
.page-loading-frame.v2 .page-loading-loader {
    /* width: 64px; */
    width: 80px;
    /* height: 64px; */
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    /* margin-left: -32px; */
    margin-left: -40px;
    /* margin-top: -32px; */
    margin-top: -40px;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
}
.page-loading-frame.v2 .page-loading-loader .dot1,
.page-loading-frame.v2 .page-loading-loader .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #F5F5F5;
    border-radius: 100%;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}
.page-loading-frame.v2 .page-loading-loader .dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.page-loading-frame.removed {
    opacity: 0;
    filter: alpha(opacity = 0);
}
.page-loading-frame.removed .page-loading-loader {
    opacity: 0;
    filter: alpha(opacity = 0);
}

.page-loading-frame.v2 .page-loading-loader .loader {
    border: 6px solid #e2e2e2; /* Light grey */
    border-top: 6px solid #f5c700; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    z-index: 100;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* PAGE LOADING FRAME */

.download {
    max-width: 24px;
    max-height: 24px;
    /*
    margin-left: 8px;
    margin-right: 8px;
    */
}

.mocacota {
    width: 32px;
    height: 32px;
    margin: 25px 0px 0px 20px;
    opacity: 0.6;
}

/* Tabs Informacion */
/* Slider */
.tabs .row {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 30px;
}

.tab-content>.tab-pane {
    margin: 20px;
}

.tab-content>.tab-pane .label-form {
    font-size: 0.9em;
    padding: 10px;
}

/* Slider */
.slider .row {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 30px;
}
.title h3 {
    font-size: 1.2em;
    font-weight: 600px;
}
.controls {
    margin-top: 15px;
    margin-bottom: 5px;
}
[data-slide="prev"] {
    margin-right: 5px;
}

.page-container .page-content-wrap .panel-body-rels {
    /* width: 100%; */
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 5px;
}

/* estilizaciÃ³n select y input de pantalla productos configurables */

/* Manufacturing */
.manufacturing {
    margin-left: 10px;
}

.manufacturing .config-title {
    width: 100%;
    float: left;
    line-height: 1em;
}

.manufacturing .config-data {
    width: 55%;
    float: left;
}

@media only screen and (max-width: 768px) {
    .manufacturing .config-data  {
        width: 99%;
        float: left;
    }

    .manufacturing {
        margin-left: 0px;
    }
}

.manufacturing .config-data .fields-row {
    width: 100%;
    float: left;
    min-height: 70px;
    margin: 6px;
}

.manufacturing .config-data .component {
    margin-bottom: 20px;
}

.manufacturing .config-data .fields-row .fields-title {
    width: 30%;
    /*float: left;
    text-align: right;*/
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.manufacturing .config-data .fields-row .fields-value {
    width: 100%;
    float: left;
}

.manufacturing .config-data .fields-row .fields-value .filter-input {
    width: 85%;
    float: left;
}

.manufacturing .config-data .fields-row .fields-value .filter-input .panel-primary {
    border-color: transparent;
    width: 100%;
    display: grid;
}

.manufacturing .config-data .fields-row .fields-value .filter-input .panel .panel-body {
    height: 300px;
    display: none;
    background-color: #fff;
    border:1px solid;
    z-index: 11;
}

.manufacturing .config-data .fields-row .fields-value .filter-input .panel>.list-group .list-group-item-selected {
    background-color: #f5f5f5;
}
/*
a.list-group-item, button.list-group-item {
    color: #555;
}
*/
.manufacturing .config-data .fields-row .fields-value .filter-search {
    width: 5%;
    text-align: right;
    float: left;
}


.manufacturing .config-data .fields-row .fields-value .details {
    width: 100%;
    float: left;
}

.manufacturing .config-data .fields-row .fields-value .details img {
    width: 100px;
}

.manufacturing .config-data .fields-row .fields-value .message-box {
    height: 100;
}

.manufacturing .config-data .fields-row .fields-value .message-box .mb-container {
    top: 0px;
}

.manufacturing .config-data .fields-row .fields-value .message-box .mb-container .mb-middle .mb-content {

}

.manufacturing .config-data .fields-row .fields-value .message-box .btn-group-lg>.btn, .btn-lg {

    font-size: 13px;
}

.manufacturing .config-data .fields-row .fields-value .message-box input {
   border:1px solid #d9d9d9;
   height:auto;
   overflow: hidden;
   width: auto;
   position:relative;
   padding: 8px;
   display: inline;
   margin: 0;
}

.manufacturing .config-data .fields-row .fields-value .message-box .panel-body-image {
    height: 100px;
}

.manufacturing .config-data .fields-row .fields-value .message-box .panel-footer {
    background-color: #757373;
}

.manufacturing .config-data .fields-row .fields-value .message-box .container {
    width: 100%;
    height: 280px;
    /* max-height: 320px; */
    overflow-y: scroll;
}

.manufacturing .config-data .fields-row .fields-value .message-box .thumbnails {
    width: 100%;
    /* height: auto; */
}

.manufacturing .config-data .fields-row .fields-value .message-box .thumbnails .thumbnail {
    color: #656d78;
    width: 14%;
    height: 100px;
}

.manufacturing .config-data .fields-row .fields-value .message-box .thumbnails .thumbnail img {
    max-width: 90%;
    /* max-height: 45%; */
    height: 75%;
}

.manufacturing .config-data .fields-row .fields-value .message-box .thumbnails .thumbnail-text {
    height: 20px;
}

.manufacturing .config-data .fields-row .fields-value select {
    border-radius: 0;
    width: 90%;
}

.manufacturing .config-data .fields-row .fields-value .container {
    width: 90%;
    height: 170px;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
}

.manufacturing .config-data .fields-row .fields-value .thumbnails {
    /*width: 90%;
    height: 170px;
    overflow-y: scroll;*/
}

.manufacturing .config-data .fields-row .fields-value .thumbnails .thumbnail {
    width: 18%;
    height: 130px;
    float: left;
    font-size: 0.8em;
    margin-right: 2%;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    background-size: contain;
    border-radius: 1px;
    border: 1px solid #fff;
}

.manufacturing .config-data .fields-row .fields-value .thumbnails .thumbnail img {
    height: auto;
    max-height: 75px;
}

.manufacturing .config-data .fields-row .fields-value .thumbnails .thumbnail.active {
    border: 1px solid #08c
}

.manufacturing .config-data .fields-row .fields-value .thumbnails .thumbnail .zoom {
    float: right;
    margin-top: -25px;
    opacity: 0.5;
    font-size: 10px;
}

.manufacturing .thumbnail-text {
    height: 40px;
    margin-top: 3px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    .controls {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

.manufacturing .config-data select {
   -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
    padding: .5em;
    padding-right: 1.5em;
    height:36px;
    background-color: rgb(255, 255, 255);
}

.manufacturing .config-data select:focus{ outline: none;}

.manufacturing .config-data .fields-value input {
   border:1px solid #d9d9d9;
   height:36px;
   overflow: hidden;
   width: 90%;
   position:relative;
   padding: 8px;
}

.manufacturing .fields-value .filter-input input {

   width: 100%;
}

.manufacturing .fields-value  input {

   padding: .5em;
}

.manufacturing .config-data .fields-value input[type=radio] {
    width: 8px;
    height: 8px;
    cursor: pointer;
    margin: 4px;
    /*display: none;*/
    margin-top: -5px;
}

.manufacturing .config-order {
    width: 40%;
    float: right;
}

@media only screen and (max-width: 768px) {
    .manufacturing .config-order  {
        width: 100%;
        float: left;
    }
}

.manufacturing .config-order .config-image {
    width: 100%;
    float: left;
}

.manufacturing .config-order .config-image img {
    width: 80%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.manufacturing .config-order .config-comp {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.manufacturing .config-order .config-comp table {
    width: 90%;
    font-size: 0.9em;
}

.manufacturing .config-order .config-comp table .title {
    height: 30px;
}

.manufacturing .config-order .config-comp table .col_1 {
    width: 75%;
}

.manufacturing .config-order .config-comp table .col_2 {
    width: 25%;
    text-align: right;
}

.manufacturing .config-order .config-price {
    width: 100%;
    font-size: 1.6em;
    font-weight: normal;
    float: left;
    margin-top: 20px;
}

.manufacturing .config-order .config-confirm {
    padding-top: 10px;
    width: 100%;
    float: right;
}

.manufacturing .config-order .config-confirm .item-comments {
    padding-top: 15px;
}

.manufacturing .config-order .config-confirm .item-attached {
    padding-top: 15px;
}

.manufacturing .config-order .config-confirm .item-attached .glyphicon {
    font-size: 16px;
    top: 3px;
    color: #f30b0b;
    margin-left: 10px;
}

.manufacturing .config-order .config-confirm .item-attached input[type=file] {
    display: none;
}

.manufacturing .config-order .config-confirm .item-attached input[type=button] {
    margin-bottom: 5px;
    font-size: 0.8em;
    padding: 8px;
}

.manufacturing .config-order .config-confirm .item-comments .item-quantity {
    padding-top: 15px;
    padding-bottom: 10px;
}

    .manufacturing .config-order .config-confirm .item-comments textarea.comments{
        margin: 0px; width: 90%; height: 100px;
        font-size: 0.9em;
    }

.manufacturing .config-order .config-confirm input.qty {
    padding: 14px;
}

.manufacturing .config-order .config-confirm .add-button{
    cursor: pointer;
    width: 40%;
    padding: 12px;
    margin-top: 8px;
    margin-left: 12px;
}

.manufacturing .img_viewer {
    /*
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    */
    position: fixed;
    z-index: 999999;
    background: #5b5e66;
    opacity: 1;
    display: none;
    text-align: center;
}

.manufacturing .img_viewer img {
    max-width: 90%;
    max-height: 90%;
    padding-top: 10%
}

.manufacturing .img_viewer .close {
    color: #fff;
    top: 15px;
    right: 15px;
    padding: 15px;
    margin: -15px;
    position: absolute;
    font-size: 30px;
    font-weight: 400;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    cursor: pointer;
}

/* Personalizacion de presupuestos */
.configuration {
}

.configuration .fields-row {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

.configuration .fields-row .fields-title {
    width: 22%;
    float: left;
    margin-top: 5px;
    color: #000;
}

.configuration .fields-row .fields-value {
    width: 78%;
    float: left;
}

.configuration .fields-row .fields-value input {
    width: 70px;
}

.configuration .fields-row .fields-value textarea {
    min-height: 100px;
}

/* Buzon de sugerencias */
.suggestions {
    margin-left: 10px;
}

.suggestions .config-title {
    width: 100%;
    float: left;
    line-height: 1em;
}

.suggestions .fields-row {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.suggestions .fields-row .fields-title {
    width: 10%;
    /*float: left;
    text-align: right;*/
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}

.suggestions .fields-row .fields-value {
    width: 88%;
    float: left;
}

.suggestions .fields-row .fields-value .filter-input {
    width: 90%;
    float: left;
}

.suggestions .fields-row .fields-value  textarea {
    margin: 0px; height: 200px;
    /* font-size: 0.9em; */
}

/* Formulario de contacto */
.contact {
    margin-left: 10px;
}

.contact .config-title {
    width: 100%;
    float: left;
    line-height: 1.5em;
}

.contact .fields-row {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.contact .fields-row .fields-title {
    width: 15%;
    /*float: left;
    text-align: right;*/
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}

.contact .fields-row .fields-value {
    width: 83%;
    float: left;
}

.contact .fields-row .fields-value .filter-input {
    width: 90%;
    float: left;
}

.contact .fields-row .fields-value  textarea {
    margin: 0px; height: 200px;
    /* font-size: 0.9em; */
}

/* VideoTutoriales */
.tutorials {
    margin-left: 10px;
}

/* Medios de Envio */
.shipping-data {
    width: 48%;
    padding-right: 2%;
    float: left;
}

.shipping-address  {
    width: 50%;
    float: left;
}

/* Formulario Dropshipping */
.dropshipping .fields-row {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.dropshipping .fields-row .fields-title {
    width: 20%;
    /*float: left;
    text-align: right;*/
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}

.dropshipping .fields-row .fields-value {
    width: 78%;
    float: left;
}

.dropshipping .fields-row .fields-value .filter-input {
    width: 80%;
    float: left;
}

.dropshipping .fields-row .fields-value  textarea {
    margin: 0px; height: 200px;
    /* font-size: 0.9em; */
}

/* Alta de Pre-Contactos */
.pre-contact {
    margin-left: 10px;
}

.pre-contact .config-title {
    width: 100%;
    float: left;
    line-height: 1.3em;
}

.pre-contact .fields-row {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.pre-contact .fields-row .fields-title {
    width: 15%;
    /*float: left;
    text-align: right;*/
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}

.pre-contact .fields-row .fields-value {
    width: 83%;
    float: left;
}

.pre-contact .fields-row .fields-value .filter-input {
    width: 85%;
    float: left;
}

.pre-contact .fields-row .fields-value  textarea {
    margin: 0px; height: 200px;
    /* font-size: 0.9em; */
}


/* Modificacion de los datos del usuario */
.userpass {
    margin-left: 10px;
}

.userpass .config-title {
    width: 100%;
    float: left;
    line-height: 1em;
}

.userpass .fields-row {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.userpass .fields-row .fields-title {
    width: 10%;
    /*float: left;
    text-align: right;*/
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}

.userpass .fields-row .fields-value {
    width: 88%;
    float: left;
}

.userpass .fields-row .fields-value .filter-input {
    width: 90%;
    float: left;
}

.userpass .fields-row .fields-value  textarea {
    margin: 0px; height: 200px;
    /* font-size: 0.9em; */
}

/* Datos de cliente */
.customer-form {
    margin-left: 10px;
}

.customer-form .config-title {
    width: 100%;
    float: left;
    line-height: 1.3em;
}

.customer-form .config-title h4 {
    font-size: 1.2em;
}

.customer-form .fields-row {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.customer-form .fields-row .fields-title {
    width: 15%;
    /*float: left;
    text-align: right;*/
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}

.customer-form .fields-row .fields-value {
    width: 83%;
    float: left;
}

.customer-form .fields-row .fields-value input {
    width: 85%;
    float: left;
    background-color: #f6f6f6;
    opacity: 1;
    font-weight: 500;
}

.customer-form .fields-row .fields-value  textarea {
    margin: 0px; height: 200px;
    /* font-size: 0.9em; */
    background-color: #f6f6f6;
    opacity: 1;
    font-weight: 500;
}

.customer-form .section-separator {
    border: none;
    border-top: 2px solid #e0e0e0;
    height: 0;
    clear: both;
    display: block;
    margin: 40px 0 30px;
}

/* Entrada rápida de pedidos - Entrada manual */
.quick-entry {
    margin-left: 15px;
}

.quick-entry .config-title {
    width: 100%;
    float: left;
    line-height: 1.3em;
}

.quick-entry .fields-row {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.quick-entry .fields-row .fields-title {
    /*width: 5%;
    float: left;
    text-align: right;*/
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}

.quick-entry .fields-row .fields-value {
    width: 15%;
    padding-left: 5px;
    padding-right: 35px;
    float: left;
}

.quick-entry .fields-row .fields-value .filter-input {
    width: 15%;
    float: left;
}

.quick-entry .fields-row .fields-value .label-form-send {
    margin: 0px;
    padding: 10px;
}

.minPortesPedido {
        font-size: 1em !important;
    }

@media only screen and (max-width: 768px) {
    .shipping-data, .shipping-address {
        width: 100%;
        clear: both;
    }

    .shipping-data {
        padding: 0px;
    }

    .minPortesPedido {
        font-size: 0.9em !important;
    }
}

@media only screen and (max-width: 768px) {
    #cgv {
        height: 15px;
    }

    #order_confirm #order_num {
        width: 150px;
    }
    #order_confirm #order_submit  {
        font-size: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding: 0;
        margin: -2px  0 0 2px;
    }
    .label-form {
        font-size: 0.7em;
    }

    .manufacturing .config-image {
        float: left;
        margin-bottom: 20px;
        /* text-align: center; */
    }

}

/* OFA : 08/11/2021 */
@media only screen and (max-width: 600px) {
    div.row.cart + #products div.add-cart div.add-button {
        margin-left: 57px;
    }
}

 /* @media only screen and (max-width: 768px) { */
    /* OFA : 08/11/2021 */
    @media only screen and (max-width: 1400px) {
    div.cart-item {
        flex-wrap: wrap !important;
        padding-right: 0px !important;
    }

    div.row.cart + #products .panel {
        padding: 0px;
    }

    div.row.cart + #products img.media-object {
        max-width: 60px !important;
        max-height: 60px !important;
    }

    div.row.cart + #products div.item-description .label-form {
        padding: 5px !important;
        margin-bottom: 5px !important;
    }

    div.row.cart + #products div.item-product {
        flex: 1 1 auto !important;
        min-width: 90%;
        margin-bottom: 5px;
    }

    div.row.cart + #products div.item-product .item-image {
        flex: 0 0 70px !important;
        text-align: left !important;
    }

    div.row.cart + #products div.item-price {
        flex: 0 0 72px !important;
        text-align: left !important;
        /* margin: 0 !important; */
        margin: 0;
    }

    div.row.cart + #products div.item-quantity input.qty {
        /* OFA : 08/11/2021 */
        /* width: 35px; */
        width: 68px;
        top: -1px;
    }

    div.row .product-detail .item-quantity .input-group,
    div.row.cart + #products div.item-quantity .input-group {
        position: unset;
        display: inline-block !important;
        width: 77px;
        vertical-align: middle;
    }

    div.row.cart + #products div.item-total {
        /* OFA : 08/11/2021 */
        /* flex: 0 0 70px !important; */
        flex: 0 0 98px !important;
    }

    div.row.cart + #products div.item-remove {
        flex: 0 0 20px;
    }

    div.row.cart + #products div.item-remove a span {
        padding: 1px 0 0 10px !important;
    }


}

@media only screen and (max-width: 1024px) {
    .btn-user {
        padding: 8px;
    }

    [class^='col-xs-'],
    [class^='col-sm-'],
    [class^='col-md-'],
    [class^='col-lg-'] {
        margin-bottom: 10px;
        padding: 0;
    }

    .page-container {
        font-size: 12px;
    }
    .page-container .page-content {
        margin-left: 0 !important;
        padding-top: 0px !important;
    }

    .page-container .page-content .breadcrumb {
        top: 45px;
        height: 40px;
        padding: 0px !important;
        position: relative;
        border-left: none !important;
    }
    .page-container .page-content-wrap > .content-frame > .content-frame-top > .breadcrumb > li a {
        font-size: 9px;
    }

    .page-container .page-content .content-frame {
        top: 0px;
        height: 50px;
    }

    .page-container .page-content .content-frame .content-frame-top {
        padding: 5px;
    }

    .page-container .page-content .content-frame .content-frame-top .page-title h2 {
        font-size: 1.4em;
        font-weight: 600;
        padding: 0px 0px 0px 5px;
    }

    .page-container .page-content .content-frame .content-frame-top div.pull-right {
        clear: both;
        height: 30px;
        margin: 5px;
    }

    .page-container .page-content .content-frame .content-frame-top div.pull-right h5 {
        margin: 0 5px;
        padding-left: 0px;
    }

    .page-container .page-content .content-frame .content-frame-top div.pull-right a {
        margin-top: 0px;
        padding-right: 0px;
        text-align: right;
    }

    .page-container .page-content .content-frame .content-frame-top div.pull-right a::before {
        margin-top: -1px;
        font-size: 12px;
    }

    .page-container .page-content .content-frame + div {
        padding: 50px 45px 0 45px !important;
    }

    .panel .panel-body.scroll {
        max-height: 400px !important;
    }

    .page-container .page-content-wrap .page-title {
        padding-left: 0px !important;
    }
    .page-container .page-content .page-footer {
        padding-left: 0px !important;
    }



    .fields-value select {

    width: 200px;

    }
}


@media only screen and (max-width: 1024px) {
    .page-container .page-sidebar {
        position: relative;
        float: left;
        width: 100%;
    }

    .page-sidebar .x-navigation {
        max-height: 50px;
        overflow: hidden;
    }

    .x-navigation .x-navigation-control {
        display: block !important;
        position: absolute;
        right: 0px;
        width: 50px !important;
        height: 50px !important;
        cursor: pointer;
    }
    .x-navigation .x-navigation-control::before {
        content: "\f0c9";
        font-family: "FontAwesome";
        display: block;
        position: absolute;
        font-size: 15px;
        top: 14px;
        left: 20px;
        color: #f0f0f0;
        text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.5);
    }

    .x-navigation.x-navigation-open {
        max-height: 5200px;
        overflow: visible;
    }
    .x-navigation.x-navigation-open > li.xn-profile {
        display: block;
    }
    .x-navigation.x-navigation-horizontal {
        position: relative !important;
        top: 50px !important;
        height: 50px !important;
        overflow: visible !important;
        padding-left: 0px !important;
        background-color: rgba(253,253,253,0.9) !important;
    }
    .x-navigation.x-navigation-horizontal .x-navigation-minimize {
        display: none !important;
    }
    .x-navigation.x-navigation-horizontal .xn-search {
        width: 200px !important;
        padding: 8px 0px !important;
        margin: 0 0 0 -5px !important;
    }
    .x-navigation.x-navigation-horizontal .xn-search::before {
        top: 17px;
        left: 8px
    }
    .x-navigation.x-navigation-horizontal .xn-search input,
    .x-navigation.x-navigation-horizontal .xn-search input:focus {
        width: 150px !important;
    }
    /*
     * Si no mostrem el boto no es pot fer submit de la cerca
     .x-navigation.x-navigation-horizontal .xn-search .btn-search {
        display: none;
    }*/
}

@media only screen and (max-width: 1300px) {
.x-navigation.x-navigation-horizontal .xn-icon-button {
        margin-top: 8px !important;
        padding: 0;
        border-radius: 50%;
    }
    .x-navigation.x-navigation-horizontal .xn-icon-button > a {
        width: 35px;
        height: 35px;
        padding: 15px;
    }
    .x-navigation.x-navigation-horizontal .users-button > a .fa,
    .x-navigation.x-navigation-horizontal .product-catalog > a .fa,
    .x-navigation.x-navigation-horizontal .suggestions-mailbox > a .fa,
    .x-navigation.x-navigation-horizontal .contact-form > a .fa,
    .x-navigation.x-navigation-horizontal .products-button > a .fa {
        line-height: 5px;
        margin-left: -7px;
        font-size: 15px;
        font-weight: 600;
    }
    .x-navigation.x-navigation-horizontal > li.last > a > .fa-power-off .fa-language {
        line-height: 8px;
        font-size: 15px;
        font-weight: 500;
    }
    .x-navigation.x-navigation-horizontal .users-button > a .fa,
    .x-navigation.x-navigation-horizontal .product-catalog > a .fa,
    .x-navigation.x-navigation-horizontal .suggestions-mailbox > a .fa,
    .x-navigation.x-navigation-horizontal .contact-form > a .fa{
        padding-left: 2px;
    }
    .x-navigation.x-navigation-horizontal .xn-icon-button > div.info {
        font-size: 0.95em;
        position: absolute;
        left: auto;
        bottom: auto;
        right: -5px;
        top: -5px;
        line-height: 15px;
        text-align: center;
        padding: 2px 6px 0 5px;
        color: #5b5e66;
        background-color: #f2f2f2;
        border-radius: 1px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
    }

    .x-navigation.x-navigation-horizontal > li.users-button > div.info > span.fa-fa-inbox,
    .x-navigation.x-navigation-horizontal > li.product-catalog > div.info > span.fa-fa-inbox,
    .x-navigation.x-navigation-horizontal > li.suggestions-mailbox > div.info > span.fa-fa-inbox,
    .x-navigation.x-navigation-horizontal > li.contact-form > div.info > span.fa-fa-inbox {
        display: none;
    }

    .x-navigation.x-navigation-horizontal > li.users-button > div.info > span.fa-user-name,
    .x-navigation.x-navigation-horizontal > li.product-catalog > div.info > span.fa-user-name,
    .x-navigation.x-navigation-horizontal > li.suggestions-mailbox > div.info > span.fa-user-name,
    .x-navigation.x-navigation-horizontal > li.contact-form > div.info > span.fa-user-name {
        display: none;
    }

    .x-navigation.x-navigation-horizontal > li.users-button > div.info > span.short-name,
    .x-navigation.x-navigation-horizontal > li.product-catalog > div.info > span.short-name,
    .x-navigation.x-navigation-horizontal > li.suggestions-mailbox > div.info > span.short-name,
    .x-navigation.x-navigation-horizontal > li.contact-form > div.info > span.short-name {
        display: block;
    }

    .x-navigation.x-navigation-horizontal > li.last {
        margin: 6px 6px 0 7px
    }
}

@media only screen and (min-width: 1300px) {
    .x-navigation.x-navigation-horizontal > li > #infCart + .panel.xn-drop-left {
        width: 350px;
    }
    .x-navigation.x-navigation-horizontal > li.xn-icon-button.pull-right:not(.last) {
        touch-action: manipulation;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-touch-action: manipulation;
        user-select: none;
        -ms-user-select: none;
        transition: all 200ms ease;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }
    .x-navigation.x-navigation-horizontal > li.products-button > div.info:before {
        content: none;
    }
    .x-navigation.x-navigation-horizontal > li.users-button > div.info > span.short-name {
        display:none;
    }

    .x-navigation.x-navigation-horizontal > li.product-catalog > div.info > span.short-name {
        display:none;
    }

    .x-navigation.x-navigation-horizontal > li.suggestions-mailbox > div.info > span.short-name {
        display:none;
    }

    .x-navigation.x-navigation-horizontal > li.contact-form> div.info > span.short-name {
        display:none;
    }

}

@media only screen and (min-width: 1024px) {
    input.qty:not(.udemb) {
        margin: 0 5px !important;
    }
    input.qty.udemb {
        margin: 0 0 0 5px !important;
    }

    #products  .panel-body .item-container .item-group-1 .item-info{
        flex: 0 0 120px;
        align-self: center;
        text-align: center;
    }
    #products  .panel-body .item-container .item-group-2 {
        flex: 0 0 300px;
    }
    #products  .panel-body .item-container .item-group-2 .item-price{
        flex: 0 0 123px;
        text-align: right;
    }
    #products  .panel-body .item-container .item-group-2 .item-price > div > div {
        font-size: 14px;
    }
    #products  .panel-body .item-container .item-group-2 .item-price  > div > div > .old-price {
        text-decoration: line-through;
        font-size: 0.6em;
    }
    #products  .panel-body .item-container .item-group-2 .item-price  > div > div > .discounts {
         font-size: 0.9rem;
         color: #e53935;
         margin-left: 0.3rem;
    }
    #products  .panel-body .item-container .item-group-2 .item-quantity,
    div.row.cart + #products div.item-quantity {
        /* OFA : 08/11/2021 */
        /* flex: 0 0 175px; */
        flex: 0 0 150px;
        text-align: right;
    }
    #products  .panel-body .item-container .item-group-2 .item-quantity .input-group,
    div.row .product-detail .item-quantity .input-group,
    div.row.cart + #products div.item-quantity .input-group {
        position: unset;
        display: inline-block !important;
        width: 75px;
        vertical-align: middle;
    }
    #products  .panel-body .item-container .item-group-2 .item-quantity .input-group-btn,
    div.row .product-detail .item-quantity .input-group-btn,
    div.row.cart + #products div.item-quantity .input-group-btn {
        display: inline-block;
        left: 0;
        float: left;
    }

    #products  .panel-body .item-container .item-group-2 .item-quantity .dropdown-toggle,
    div.row .product-detail .item-quantity .dropdown-toggle,
    div.row.cart + #products div.item-quantity .dropdown-toggle {
        font-size: 8px;
        padding: 3px 3px 1px 5px;
        line-height: 22px;
        width: 35px;
    }
    #products  .panel-body .item-container .item-group-2 .item-quantity .dropdown-toggle .value,
    div.row .product-detail .item-quantity .dropdown-toggle .value,
    div.row.cart + #products div.item-quantity .dropdown-toggle .value {
        width: 25px;
        text-align: left;
    }
    #products  .panel-body .item-container .item-group-2 .item-quantity .dropdown-toggle .caret,
    div.row .product-detail .item-quantity .dropdown-toggle .caret,
    div.row.cart + #products div.item-quantity .dropdown-toggle .caret {
        margin-left: 3px;
        margin-top: -1px;
    }
    #products .panel-body .item-container .item-group-2 .item-quantity .dropdown-menu,
    div.row .product-detail .item-quantity .dropdown-menu,
    div.row.cart + #products div.item-quantity .dropdown-menu {
        min-width: auto;
        padding: 3px 0;
        margin-right: -33px;
    }

    #products .panel-body .item-container .item-group-2 .item-quantity .dropdown-menu>li.selected,
    div.row .product-detail .item-quantity .dropdown-menu>li.selected,
    div.row.cart + #products div.item-quantity .dropdown-menu>li.selected {
        background-color: rgba(240,175,0,0.3);
    }
    #products .panel-body .item-container .item-group-2 .item-quantity .dropdown-menu>li>a,
    div.row .product-detail .item-quantity .dropdown-menu>li>a,
    div.row.cart + #products div.item-quantity .dropdown-menu>li>a {
        padding: 2px 15px;
        text-align: right;
        font-size: 0.75em;
    }
    #products .panel-body .item-container .item-group-2 .item-quantity .dropdown-menu>li.selected>a:before,
    div.row .product-detail .item-quantity .dropdown-menu>li.selected>a:before,
    div.row.cart + #products div.item-quantity .dropdown-menu>li.selected>a:before {
        content: '\f00c';
        font-family: 'FontAwesome';
        color: #777;
        margin-left: -8px;
        margin-right: 10px;
        font-size: 0.75em;
    }
    #products .panel-body .item-container .item-group-2 .item-quantity .dropdown-menu>li.selected>a:hover,
    div.row .product-detail .item-quantity .dropdown-menu>li.selected>a:hover,
    div.row.cart + #products div.item-quantity .dropdown-menu>li.selected>a:hover {
        background-color: unset;
        cursor: default;
    }
}

/* OFA : 01/07/2019 */
 /* @media only screen and (max-width: 768px) { */
    /* OFA : 08/11/2021 */
    @media only screen and (max-width: 1400px) {

    #products .panel-body .item-container .item-group-2 .item-quantity {
        max-width: 120px;
    }

    #products .add-cart {
        width: 135px;
    }

    #products .panel-body .item-container .item-group-2 {
        text-align: center;
    }

    div.row.cart + #products div.item-price {
        margin-left: 75px;
    }

    div.row.cart + #products div.item-quantity {
        /* OFA : 08/11/2021 */
        /* margin: 10px 0px 10px 75px; */
        margin: 10px 0px 10px 12px;
    }

    div.row.cart + #products div.add-cart {
        /* OFA : 08/11/2021 */
        /* margin-left: 64px; */
        margin-left: 19px;
    }

}


@media only screen and (max-width: 1024px) {
    input.qty:not(.udemb) {
        margin: 0 5px !important;
    }
    input.qty.udemb {
        margin: 0 0 0 5px !important;
    }

    div.row.cart + #products .item-price,
    div.row.cart + #products .item-total {
        flex: 0 0 135px !important;
    }

      .manufacturing .config-image {
    float: left;
    margin-bottom: 20px;
    /* text-align: center; */
    }
}

@media only screen and (max-width: 768px) {
    .form-control {
        padding: 6px !important;
        font-size: 1.2em;
    }

    input.qty:not(.udemb) {
        margin: 0 5px !important;
    }
    input.qty.udemb {
        margin: 0 0 0 5px !important;
    }

    .x-navigation #list-customers .panel-heading #quick-search {
        max-width: 202px;
        padding: 2px;
        height: 24px;
        margin-top: 3px;
    }

    #products .panel {
        padding-left: 5px;
        padding-right: 5px;
    }

    #products .panel-body h4 {
        padding-left: 15px;
    }
    #products img.media-object {
        width: 60px !important;
    }

    #products .panel-body .item-container .item-group-1 {
        flex-wrap: wrap;
    }

    #products .panel-body .item-container .image-container {
        flex: 0 0 60px;
        min-width: 60px;
    }

    #products .panel-body .item-container .item-info {
        align-self: flex-end;
    }

    #products .panel-body .item-container .item-info span.label-form {
        line-height: 9px;
        padding: 6px 8px 5px 8px;
    }

    #products .panel-body .item-container .item-group-1 {
        align-self: stretch;
    }

    #products .panel-body .item-container .item-group-2 {
        flex: 1 1 auto;
        min-width: 130px;
        align-self: stretch;
        margin-right: 0px;
    }

    #products .panel-body .item-container .item-group-2 .item-price {
        line-height: 12px;
    }

    #products .panel-body .item-container .item-group-2 .item-price .old-price {
        text-decoration: line-through;
        line-height: 1.2em;
        font-size: 0.70em;
    }
    #products .panel-body .item-container .item-group-2 .item-price .discounts {
        font-size: 0.70em;
    }

    #products .panel-body .item-container .item-group-2 .item-quantity {
        flex: 1 1 auto;
        max-width: 150px;
    }
    #products .panel-body .item-container .item-group-2 .item-quantity input.plus,
    #products .panel-body .item-container .item-group-2 .item-quantity input.minus,
    div.row.cart + #products .item-quantity input.plus,
    div.row.cart + #products .item-quantity input.minus {
        width: 29px;
        height: 29px;
        margin: 0;
    }
    div.row.cart + #products .item-quantity input.qty {
        width: 75px !important;
    }
    #products .panel-body .item-container .item-group-2 .item-quantity input.qty {
        width: 30px;
        top: -1px;
    }
    #products .panel-body .item-container .item-group-2 .item-quantity input.qty.udemb {
        width: 30px;
        top: -1px;
    }
    #products  .panel-body .item-container .item-group-2 .item-quantity .input-group {
        position: unset;
        display: inline-block !important;
        width: 67px;
        vertical-align: middle;
    }
    #products  .panel-body .item-container .item-group-2 .item-quantity .input-group-btn,
    div.row .product-detail .item-quantity .input-group-btn,
    div.row.cart + #products div.item-quantity .input-group-btn {
        display: inline-block;
        left: 0;
        float: left;
    }

    #products  .panel-body .item-container .item-group-2 .item-quantity .dropdown-toggle,
    div.row .product-detail .item-quantity .dropdown-toggle,
    div.row.cart + #products div.item-quantity .dropdown-toggle {
        font-size: 8px;
        padding: 3px 0px 3px 2px;
        line-height: 22px;
        width: 32px;
        height: 28px;
        margin-top: -1px;
    }
    #products  .panel-body .item-container .item-group-2 .item-quantity .dropdown-toggle .value,
    div.row .product-detail .item-quantity .dropdown-toggle .value,
    div.row.cart + #products div.item-quantity .dropdown-toggle .value {
        text-align: left;
    }
    #products  .panel-body .item-container .item-group-2 .item-quantity .dropdown-toggle .caret,
    div.row .product-detail .item-quantity .dropdown-toggle .caret,
    div.row.cart + #products div.item-quantity .dropdown-toggle .caret {
        margin-left: 1px;
        margin-top: -1px;
    }
    #products .panel-body .item-container .item-group-2 .item-quantity .dropdown-menu,
    div.row .product-detail .item-quantity .dropdown-menu,
    div.row.cart + #products div.item-quantity .dropdown-menu {
        min-width: auto;
        padding: 3px 0;
        margin-right: -25px;
    }

    #products .panel-body .item-container .item-group-2 .item-quantity .dropdown-menu>li.selected,
    div.row .product-detail .item-quantity .dropdown-menu>li.selected,
    div.row.cart + #products div.item-quantity .dropdown-menu>li.selected {
        background-color: rgba(240,175,0,0.3);
    }
    #products .panel-body .item-container .item-group-2 .item-quantity .dropdown-menu>li>a,
    div.row .product-detail .item-quantity .dropdown-menu>li>a,
    div.row.cart + #products div.item-quantity .dropdown-menu>li>a {
        padding: 2px 15px;
        text-align: right;
        font-size: 0.75em;
    }
    #products .panel-body .item-container .item-group-2 .item-quantity .dropdown-menu>li.selected>a:before,
    div.row .product-detail .item-quantity .dropdown-menu>li.selected>a:before,
    div.row.cart + #products div.item-quantity .dropdown-menu>li.selected>a:before {
        content: '\f00c';
        font-family: 'FontAwesome';
        color: #777;
        margin-left: -8px;
        margin-right: 10px;
        font-size: 0.75em;
    }
    #products .panel-body .item-container .item-group-2 .item-quantity .dropdown-menu>li.selected>a:hover,
    div.row .product-detail .item-quantity .dropdown-menu>li.selected>a:hover,
    div.row.cart + #products div.item-quantity .dropdown-menu>li.selected>a:hover {
        background-color: unset;
        cursor: default;
    }

    .x-navigation li > #infCart + .panel.xn-drop-left {
        right: -75px;
        width: 300px !important;
    }

    .x-navigation li#list-customers .panel.xn-drop-left {
        right: -25px;
        width: 300px !important;
    }

    .x-navigation li > #infCart + .panel.xn-drop-left::after {
        right: 85px;
    }

    .x-navigation li#list-customers .panel.xn-drop-left::after {
        right: 35px;
    }

    #lstCart a.list-group-item {
        line-height: 15px;
        padding: 5px 8px 5px 3px;
    }

    #lstCart a.list-group-item img {
        width: 16px;
        height: 16px;
    }

    #products .item-container + .dropdown-padding {
        height: 60px;
    }


    #products .add-button {
        /* OFA : 01/07/2019 */
        width: 74%;
        /* width: 43%; */
        padding: 8px;
        margin-top: 4px;
        /* OFA : 04/07/2019 */
        margin-right: 1%;
        /* margin-right: 18%; */
    }

    .product-detail .add-button {
        padding: 12px;
        margin-top: 4px;
        margin-left: 38px;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 1em;
    }

}

@media only screen and (max-width: 768px) {
    .page-content-wrap.busc .row #products {
        padding: 0 !important;
    }

    .page-container .page-content-wrap > .content-frame > .content-frame-top > .breadcrumb > li a {
        font-size: 7px;
    }
    .row {
        margin-right: -30px;
        margin-left: -30px;
    }
}

a:link,a:visited,a:active,a:hover{
    text-decoration:none;
}

#panDocs .filter-input {
    float: left;
    padding-right: 15px;
    padding-top: 0px;
    line-height: 28px;
}

.filter-input input{
    padding-left: 8px;
}

/* BOOTSTRAP DATEPICKER */
div.datepicker {
  padding: 10px;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  min-width: 250px;
}
div.datepicker > div {
  display: none;
}
div.datepicker table {
  width: 100%;
  margin: 0;
}
div.datepicker td,
div.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
}
div.datepicker td.day:hover {
  background: #F5F5F5;
  cursor: pointer;
}
div.datepicker td.day.disabled {
  color: #CCC;
}
div.datepicker td.old,
div.datepicker td.new {
  color: #999;
}
div.datepicker td.active,
div.datepicker td.active:hover {
  background: #33414e;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.datepicker td span {
  display: block;
  width: 31%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}
div.datepicker td span:hover {
  background: #F5F5F5;
}
div.datepicker td span.active {
  background: #33414e;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.datepicker td span.old {
  color: #999;
}
div.datepicker th.switch {
  width: 145px;
}
div.datepicker th.next,
div.datepicker th.prev {
  font-size: 12px;
}
div.datepicker thead tr:first-child th {
  cursor: pointer;
  padding: 8px 0px;
}
div.datepicker thead tr:first-child th:hover {
  background: #F5F5F5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.datepicker.dropdown-menu:after,
.datepicker.dropdown-menu:before {
  left: 16px;
}
.datepicker.datepicker-orient-left.dropdown-menu:after,
.datepicker.datepicker-orient-left.dropdown-menu:before {
  left: auto;
  right: 16px;
}

.input-group-datepicker {
    max-width: 20%;
    padding-right: 15px;
    float: left;
}

@media only screen and (max-width: 812px) {
    #panDocs .input-group-datepicker {
        clear: both;
        padding-top: 15px;
        max-width: 75%;
    }

    #panDocs .filter-input {
        clear: both;
        padding-top: 15px;
    }

    #panDocs .multiple-select {
        padding-bottom: 2px;
    }

    #panDocs .multi-search {
    clear: both;
    padding-top: 15px;
    }
}

@media only screen and (max-width: 375px) {

    #panDocs .multiple-select {
        padding-bottom: 15px;
    }

    #panDocs .filter-input {
        float: left;
        padding-top: 2px;
    }
}


/* EOF BOOTSTRAP DATEPICKER */

.panel-heading-filters {
    min-height: 60px;
}
.panel-heading-results{
    width: 70%;
    float: left;
}
.panel-heading-order{
    width: 30%;
    float: left;
}

@media only screen and (max-width: 768px) {
    .configuration .fields-row .fields-title {
        width: 100%;
    }

    .configuration .fields-row .fields-value textarea {
        min-height: 50px;
    }

    .message-box .mb-container .mb-middle .mb-footer {
        padding: 0px 0px;
    }

    .message-box .mb-container .mb-middle .mb-content {
        width: 100%;
        padding: 0% 0px 0px 10%;
    }

    .panel {
        margin-bottom: 10px;
    }

    .login-container .login-logo .login-logo-backimg{

     background-size: 180px !important;

	}
}

.page-content-wrap .docs_links .row-items {
    padding-bottom: 30px;
}

.page-content-wrap .docs_links .row-items .item {
    padding-bottom: 15px;
}

.page-content-wrap .docs_links .row-items .item .thumbnail-wrapper {
    width: 44px;
	height: 36px;
	border-radius: 3px;
	background-color: #3e69e3;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-content-wrap .docs_links .row-items .item .thumbnail-title {
    margin: -28px 0px 0px 50px;
}

.page-content-wrap .aeat .row-customer {
}

.page-content-wrap .aeat .row-customer .title {
    color: #80a4bf;
    font-size: 1.2em;
    font-weight: 600;
}

.page-content-wrap .aeat .row-customer .description {
    font-size: 0.9em;
    color: #000;
}

.page-content-wrap .aeat .row-model {
    padding-top: 20px;
}

.page-content-wrap .aeat .row-model .title {
    color: rgb(16 121 154);
    font-size: 1.1em;
}

.page-content-wrap .aeat .row-model .description {
    font-size: 0.9em;
    color: #000;
}

.page-content-wrap .aeat .row-amounts{
    padding-top: 20px;
    line-height: 24px !important;
}

.page-content-wrap .aeat .row-amounts .total {
    width: 40%;
    float: left;
}

.page-content-wrap .aeat .row-amounts .total .header {
	font-size: 0.9em;
    font-weight: bold;
    color: #555;
}

.page-content-wrap .aeat .row-amounts .total .amount {
    font-size: 1.5em;
    font-weight: bold;
    color: #80a4bf;
}

.page-content-wrap .aeat .row-amounts .quarter {
    width: 15%;
    float: left;
}

.page-content-wrap .aeat .row-amounts .quarter .header {
	font-size: 0.9em;
    font-weight: bold;
    color: #555;
}

.page-content-wrap .aeat .row-amounts .quarter .amount {
    font-size: 1.5em;
    font-weight: bold;
    color: #80a4bf;
}

.page-content-wrap .aeat .row-info {
    font-size: 0.8em;
    color: #555;
    clear: both;
}

.page-content-wrap .aeat .row-info a {
    font-weight: bold;
}

.page-content-wrap .aeat .row-notes {
    font-size: 0.8em;
    color: #555;
    padding-top: 20px;
}

@media only screen and (max-width: 768px) {
    .page-content-wrap .aeat .row-amounts .total {
        width: 100%;
        clear: both;
    }

    .page-content-wrap .aeat .row-amounts .quarter {
        padding-top: 10px;
        width: 100%;
        clear: both;
    }

    .page-content-wrap .aeat .row-info {
        clear: both;
        padding-top: 8px;
    }
}

.multiple-select .btn-group .multiselect-container>li>a>label>img {
    max-width: 48px;
    max-height: 48px;
}


#summaryCart {
}

#summaryCart .resetCartUp {
    float: right;
    padding-bottom: 10px;
}

#summaryCart .resetCartDown {
    float: right;
    padding: 5px 0px 10px 0px;
}

.pagination {
    width:100%;
    text-align:center;
    padding-top:24px;
}
