body {
    overflow-y: hidden !important
}

.body-margin {
    padding: 50px 0;
}

.m-t-70 {
    margin-top: 70px;
}

.p-t-10 {
    padding-top: 10px;
}

.w-100-p {
    width: 100%;
}

.step h1 {
    color: rgba(0, 0, 0, .87) !important;
}

.html-height, .body-height {
    padding-bottom: 70px;
!important;
}

.clear-both {
    clear: both;
}

ul.steps-indicator {
    clear: both;
}

.p-5-20 {
    padding: 5px 20px;
}

#editor {
    display: block;
    width: 100%;
    min-height: 800px;
}

.page-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 3000;
    overflow: hidden;
    background-color: white;
}

.progress-data {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 3000;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.93);
}

.page-loaded {
    visibility: hidden;
}

.app-initialized {
    margin-top: 90px;
}

#loader-wrapper {
    width: 100%;
    height: 100%;
    z-index: 3000;
}

#loader-div {
    display: block;
    margin: 0 auto;
    top: 35%;
    position: relative;
}

#loader {
    display: block;
    position: relative;
    top: 35%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgb(255, 153, 3);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgb(128, 128, 128);
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgb(255, 153, 3);
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

.toaster-loader {
    position: fixed;
    top: 18px;
    right: 18px;
    width: 106px;
    background-color: rgba(0, 0, 0, 0.6);
    height: 50px;
    display: block;
    z-index: 2500;
    line-height: 50px;
    text-align: center;
    color: rgb(255, 153, 3);
    border-radius: 3px;
    padding: 17px 17px;
}

tr.red, tr.k-alt.red {
    background-color: antiquewhite;
}

.invalid-cell {
    background-color: darksalmon;
}

#circleG {
    width: 30px;
    margin: auto;
}

.circleG {
    background-color: rgb(255, 255, 255);
    float: left;
    height: 6px;
    margin-left: 3px;
    width: 6px;
    animation-name: bounce_circleG;
    -o-animation-name: bounce_circleG;
    -ms-animation-name: bounce_circleG;
    -webkit-animation-name: bounce_circleG;
    -moz-animation-name: bounce_circleG;
    animation-duration: 1.1675s;
    -o-animation-duration: 1.1675s;
    -ms-animation-duration: 1.1675s;
    -webkit-animation-duration: 1.1675s;
    -moz-animation-duration: 1.1675s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#circleG_1 {
    animation-delay: 0.2295s;
    -o-animation-delay: 0.2295s;
    -ms-animation-delay: 0.2295s;
    -webkit-animation-delay: 0.2295s;
    -moz-animation-delay: 0.2295s;
}

#circleG_2 {
    animation-delay: 0.5455s;
    -o-animation-delay: 0.5455s;
    -ms-animation-delay: 0.5455s;
    -webkit-animation-delay: 0.5455s;
    -moz-animation-delay: 0.5455s;
}

#circleG_3 {
    animation-delay: 0.6985s;
    -o-animation-delay: 0.6985s;
    -ms-animation-delay: 0.6985s;
    -webkit-animation-delay: 0.6985s;
    -moz-animation-delay: 0.6985s;
}

@keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(255, 154, 3);
    }

    100% {
    }
}

@-o-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(255, 154, 3);
    }

    100% {
    }
}

@-ms-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(255, 154, 3);
    }

    100% {
    }
}

@-webkit-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(255, 154, 3);
    }

    100% {
    }
}

@-moz-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(255, 154, 3);
    }

    100% {
    }
}

table.md-table td.md-cell {
    font-size: 16px !important;
}

table.users-table td.md-cell, table.users-table th.md-column {
    text-align: center !important;
}

a {
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .nav-white {
        background-color: white;
    }
}

.text-red {
    color: red;
}

.k-grid-toolbar {
    background-color: rgb(255, 153, 3) !important;
    border-color: rgb(255, 153, 3) !important;
}

.k-grid-header {
    background-color: #e6e6e6 !important;
    color: #444 !important;
}

.k-button {
    background-color: rgb(128, 128, 128) !important;
    border-color: rgb(128, 128, 128) !important;
    color: #fff !important;
}

html, body, #parent, #grid {
    margin: 0;
    padding: 0;
    border-width: 0;
    height: 100%; /* DO NOT USE !important for setting the Grid height! */
}

.main-navigation.stuck {
    background-color: #fff;
}

.unknown-cell {
    background-color: darkgrey;
    color: #fff;
}

.login-form {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: white;
    z-index: 101;
}

.my-container {
    width: 100% !important;
    padding: 0 25px !important;
}

.navbar .nav-bar-inner .my-container {
    position: relative;
    display: table;
}

.navbar .nav-bar-inner .my-container > * {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

@media screen and (min-width: 767px) {
    .filter-border-right-grey-5 {
        border-right: 1px solid rgba(128, 128, 128, 0.5);
    }
}

.filter-border-bottom-grey-5 {
    border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}

.filter-container {
    font-size: 0.8em;
}

.first-filter-checkbox {
    margin-top: -3px !important;
}

.filter-container .custom-group md-checkbox {
    margin-bottom: 0px !important;
}

.filter-container .custom-group {
    margin-bottom: 5px !important;
    margin-top: 10px;
}

md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
    color: rgb(255, 153, 3) !important;
}

md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: rgba(255, 153, 3, 0.87) !important;
}

.form-group-scroll-mh-300 {
    /*max-height: 300px;*/
    /*overflow: auto;*/
    display: block;
}

.no-product-match {
    text-align: center;
    padding: 40px;
    color: rgba(128, 128, 128, 0.50);
    font-size: 24px;
}

.no-filter-match {
    text-align: center;
    padding: 40px;
    color: rgba(128, 128, 128, 0.50);
    font-size: 20px;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.18);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(128, 128, 128, 1);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(70, 70, 70, 1);
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.m-l--20 {
    margin-left: -20px;
}

.m-l--20 md-checkbox {
    margin-top: 40px;
}

article.col-xs-12.portfolio-item {
    margin-left: 20px;
    font-size: 0.93em;
}

article.col-xs-12.portfolio-item:not(:last-child) {
    border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}

.middle-line-checkbox {
    margin-top: 50px;
}

.orange {
    color: rgba(255, 153, 3, 1);
}

.page-title .breadcrumbs > * {
    font-size: 14px !important;
}

.li-logo-nav {
    vertical-align: top;
}

a.site-logo-mini.waves-effect.waves-light {
    padding: 0px;
    width: 126px;
    left: -15px !important;
}

.main-navigation.menu-left-align .menu {
    margin-top: 10px;
}

.articleAttributes {
    font-size: 0.92em;
}

.articleAttributes.attr {
    font-weight: bolder;
}

.compare-info {
    background-color: rgba(255, 153, 3, 0.7);
    position: fixed;
    bottom: 0;
    padding: 25px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    z-index: 200;
}

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

md-dialog.fullscreen-dialog {
    max-width: 100%;
    max-height: 100%;
    width: 97%;
    height: 95%;
    border-radius: 0;
}

.md-dialog-container {
    z-index: 3000 !important;
}

.image-center {
    max-width: 120px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.comparable-attr-header {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(128, 128, 128, 0.1);
}

.comparable-subAttr-header {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(128, 128, 128, 0.05);
    font-size: 0.8em;
}

.comparable-table th {
    text-align: center;
}

.different-values {
    background-color: rgba(255, 153, 3, 0.2);
}

.required {
    color: red;
    font-weight: bold;
}

.p-t-39 {
    padding-top: 39px;
}

.img-card {
    border: 1px solid rgba(128, 128, 128, 0.3);
    padding: 10px;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.img-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.footer .bottom-footer {
    border-top: 0 !important;
}

.modal-dialog .close-btn {
    font-size: 80px !important;
    line-height: 80px !important;
    position: fixed !important;
}

.k-state-default img {
    max-height: 150px;
    max-width: 150px;
}

.navbar {
    z-index: 100 !important;
}

.warning .md-toast-content {
    background-color: #ffb25e !important;
}

.error .md-toast-content {
    background-color: #dd2c00 !important;
}

.success .md-toast-content {
    background-color: #8bc34a !important;
}

.md-toast-content .md-toast-text {
    font-weight: bolder !important;
}

main {
    background-color: white;
    padding-bottom: 100px;
}

.navbar-white {
    background-color: white;
}

.navbar {
    width: 100% !important;
}

.navbar .nav-bar-inner {
    width: 97% !important;
}

.linked-article-card {
    height: 100px;
    margin-bottom: 30px;
}

.linked-article {
    border: 1px solid rgb(255, 153, 3);
    height: 100px;
    display: block;
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.linked-article:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.linked-article img {
    height: 92%;
    width: auto;
    margin-top: 5px;
}

label {
    text-transform: capitalize;
}

.container.space-top-3x.padding-top-3x.padding-bottom-3x.space-bottom-3x {
    padding-top: 15% !important;
    margin-top: 0 !important;
}

md-checkbox .md-icon {
    width: 15px !important;
    height: 15px !important;
}

md-checkbox {
    margin-bottom: 0px !important;
}

.preconised-article {
    font-size: 0.8em;
    white-space: nowrap;
    text-align: center;
    background-color: rgb(253, 153, 3);
    color: white;
}

.prod-table {
    padding: 6px 7px !important;
    text-align: center;
}

.portfolio-bar .port-meta span {
    font-weight: normal !important;
}

.action-button {
    display: inline-block;
    height: 36px;
    width: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    margin-right: 2px;
    margin-bottom: 6px;
    border: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.md-default-theme {
    background-color: white !important;
}

.custom-tile {
    width: 24px;
    display: block;
    height: 24px;
    text-align: center;
}

.tile {
    text-align: center;
    display: block;
    color: #ff2b2b;
    padding: 8px;
    border: 1px solid #ff2b2b;
    border-radius: 3px;
}

.btn-custom {
    height: auto !important;
    line-height: 30px !important;
    margin-top: 20px !important;
}

.list-no-style {
    list-style: none;
}

.acl-td {
    text-align: center;
    background-color: rgba(255, 153, 3, 0.6);
    line-height: 6px;
    font-size: 13px;
}

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

.list-no-style {
    list-style: none;
}

.textarea-font-black {
    color: black !important;
}

.tree {
    min-height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    position: relative
}

.tree ul ul li span:hover {
    background: rgba(0, 0, 0, .2)
}

.tree li:after, .tree li:before {
    content: '';
    left: -20px;
    position: absolute;
    right: auto
}

.tree li:before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: -11px;
    width: 1px;
    -webkit-transition: "border-color 0.1s ease 0.1s";
    -moz-transition: "border-color 0.1s ease 0.1s";
    -o-transition: "border-color 0.1s ease 0.1s";
    transition: "border-color 0.1s ease 0.1s"
}

.tree li:after {
    border-top: 1px solid #999;
    height: 20px;
    top: 18px;
    width: 25px
}

.tree li span:not(.no-style) {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px dotted #999;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
    -webkit-transition: color .2s ease .1s, background-color .2s ease .1s, border-color .3s ease .2s;
    -moz-transition: color .2s ease .1s, background-color .2s ease .1s, border-color .3s ease .2s;
    -o-transition: color .2s ease .1s, background-color .2s ease .1s, border-color .3s ease .2s;
    transition: color .2s ease .1s, background-color .2s ease .1s, border-color .3s ease .2s
}

.tree li.parent_li > span {
    cursor: pointer;
    padding: 7px
}

.tree > ul > li::after, .tree > ul > li:before {
    border: 0
}

.tree li:last-child::before {
    height: 30px
}

.tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000
}

.tree > ul {
    padding-left: 0
}

.tree ul ul {
    padding-left: 34px;
    padding-top: 10px
}

.tree li.parent_li > span:hover {
    background-color: #DF8505;
    border: 1px solid #C67605;
    color: #fff
}

.tree li.parent_li > span:hover + ul li::before {
    border-left-color: #F89406
}

.tree li.parent_li > span:hover + ul li::after {
    border-top-color: #F89406
}

.tree li.parent_li > span:hover + ul li span {
    background: #FDDFB3 !important;
    border: 1px solid #FAA937;
    color: #000
}

.tree .fa.icon-minus-sign:before {
    content: "\f056" !important
}

.tree .fa.icon-plus-sign:before {
    content: "\f055" !important
}

.label-default {
    background-color: #999;
}

.label-success {
    background-color: #00c96d;
}

.label-warning {
    background-color: #ff8f2b;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.current-model {
    background-color: rgba(253, 153, 3, 0.7);
}

.dialog-container {
    margin: 10px !important;
}

.danger {
    color: red;
}

.result {
    display: block;
    border: 1px solid rgba(128, 128, 128, 0.7);
    margin: 10px;
    -webkit-transition: box-shadow 0.3s, background-color 1s, color 0.3s;
    -moz-transition: box-shadow 0.3s, background-color 1s, color 0.3s;
    -ms-transition: box-shadow 0.3s, background-color 1s, color 0.3s;
    -o-transition: box-shadow 0.3s, background-color 1s, color 0.3s;
    transition: box-shadow 0.3s, background-color 1s, color 0.3s;
}

.result-search {
    display: block;
    border: 1px solid rgba(128, 128, 128, 0.7);
    margin: 10px;
    -webkit-transition: box-shadow 0.3s, background-color 1s, color 0.3s;
    -moz-transition: box-shadow 0.3s, background-color 1s, color 0.3s;
    -ms-transition: box-shadow 0.3s, background-color 1s, color 0.3s;
    -o-transition: box-shadow 0.3s, background-color 1s, color 0.3s;
    transition: box-shadow 0.3s, background-color 1s, color 0.3s;
}

.result:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.result img {
    display: inline-block;
    height: 85px;
    margin: 14px;
    position: absolute;
    top: -55px;
}

.result-search img {
    display: inline;
    height: 85px;
    margin-left: 14px;
}

.result-text {
    display: inline-block;
    margin: 20px;
    text-align: center;
    width: 39%;
}

.result-text-search {
    display: inline;
    margin: 20px;
    text-align: center;
}

.app-price{
    line-height: 20px;
    text-align: center;
}

.navbar .toolbar .search-btn .search-box.open {
    width: 850px !important;
}

.cart-count {
    font-size: .846154em;
    color: white;
    background: rgb(253, 153, 3);
    text-align: center;
    border-radius: 50%;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.add-to-cart {
    float: right;
    position: relative;
    left: -30px;
    font-size: 92%;
    padding: 1em;
}

.add-to-cart-search {
    float: right;
    top: -74px;
    position: relative;
    left: -30px;
    font-size: 92%;
    padding: 1em;
}

.cart-article {
    display: block;
    padding: 20px 0;
    height: 110px;
}

.cart-article:not(:last-child) {
    border-bottom: 1px solid rgba(128, 128, 128, 0.4);
}

.cart-article img {
    height: 69px;
    display: inline;
    width: auto;
    float: left;
    margin: 0 20px;
}

.cart-article-designation {
    display: inline;
    float: left;
    color: black !important;
    font-weight: normal !important;
    height: 70px;
    overflow: auto;
    padding-top: 10px;
}

.cart-article-designation:hover {
    color: rgb(253, 153, 3) !important;
}

.cart-article-price {
    display: block;
    float: right;
    line-height: 70px;
    width: 126px;
    text-align: right;
}

.m-r-0{
    margin-right: 0 !important;
}
.cart-delete-article {
    display: inline;
    float: right;
    line-height: 70px;
    margin: 0 10px 0 0;
}

.cart-article-quantity {
    float: right;
    line-height: 50px;
    font-weight: 300;
    color: #989898;
    height: 100%;
    margin: 0 20px;
    position: relative;
    width: 30px;
    vertical-align: middle;
    display: table-cell;
}

.cart-price {
    text-align: center;
    font-size: 2em;
}

.cart-alert {
    text-align: center;
}

.cart-article-quantity-increase {
    top: 0;
    line-height: 26px;
}

.cart-article-quantity-decrease, .cart-article-quantity-increase {
    height: 26px;
    font-size: 26px;
}

.cart-article-quantity-decrease, .cart-article-quantity-increase, .cart-article-quantity-field {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    border: 0;
    background: 0;
    display: block;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

button[disabled], html input[disabled] {
    cursor: default;
}

.cart-article-quantity-field {
    color: #232323;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    top: 26px;
}

.cart-article-quantity-decrease {
    top: 46px;
    line-height: 24px;
}

.page-wrapper {
    min-height: 100%;
    background-color: white;
    position: relative;
}

footer {
    clear: both;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

i:focus, button:focus, span:focus {
    outline: 0;
}
.flex-50{
    width: 50%;
}
.no-text-transform{
    text-transform: none !important;
}

.preloader {
    position: relative;
    margin: 0 auto;
    display: inline-block
}

.preloader:not([class*=pl-]) {
    width: 40px
}

.preloader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.preloader.pl-xs {
    width: 20px
}

.preloader.pl-sm {
    width: 30px
}

.preloader.pl-lg {
    width: 50px
}

.preloader.pl-xl {
    width: 80px
}

.preloader.pl-xxl {
    width: 100px
}

.preloader:not([class*=pls-]) .plc-path {
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite
}

.preloader[class*=pls-] .plc-path {
    animation: dash 1.5s ease-in-out infinite
}

.preloader.pls-red .plc-path {
    stroke: #F44336
}

.preloader.pls-blue .plc-path {
    stroke: #2196F3
}

.preloader.pls-green .plc-path {
    stroke: #4CAF50
}

.preloader.pls-yellow .plc-path {
    stroke: #FFEB3B
}

.preloader.pls-bluegray .plc-path {
    stroke: #607D8B
}

.preloader.pls-amber .plc-path {
    stroke: #FFC107
}

.preloader.pls-teal .plc-path {
    stroke: #009688
}

.preloader.pls-gray .plc-path {
    stroke: #9E9E9E
}

.preloader.pls-pink .plc-path {
    stroke: #E91E63
}

.preloader.pls-purple .plc-path {
    stroke: #BA68C8
}

.preloader.pls-white .plc-path {
    stroke: #fff
}

.pl-circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.plc-path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 2;
    stroke-miterlimit: 10;
    fill: none
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes color {
    0%, 100% {
        stroke: #F44336
    }
    40% {
        stroke: #2196F3
    }
    66% {
        stroke: #4CAF50
    }
    80%, 90% {
        stroke: #FFC107
    }
}
.m-b-20{
    margin-bottom: 20px !important;
}
.f-s-18{
    font-size: 18px;
}
.t--12{
    top: -12px;
}
.t--85{
    top: -85px;
}
.m-l-0{
    margin-left: 0;
}
.l-40{
    left: 40px;
}

.inline-label{
    display: inline-block !important;
    min-width: 15%;
    text-transform: none;
}

.btn-mini{
    height: 23px !important;
    line-height: 21px !important;
    font-size: 10px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    margin-left: 10px !important;
}
.md-select-menu-container.md-active{
    z-index: 2000 !important;
}

@media print {
    .hidden-print {
        display: none !important;
    }
    .cart-detail, .cart-resume, .cart-delete-article{
        width: 100% !important;
    }
    
	.cart-article > table {
		width: 100%;
	}
}

.portfolio-item .port-thumb img {
    border: 1px solid rgba(128, 128, 128, 0.3);
    padding: 10px;
}

.table-no-border, .table-no-border>tbody>tr>td{
    border: 0 !important;
}

.general-conditions{
    font-size: 0.9em;
}

.price_card{
    border: 1px solid lightgray;
    padding: 10px;
    margin: 0 0 10px 0;
}

.price_card:hover{
    background-color: lightgray;
}

.btn-print-prices{
    margin-top: 15px;
    margin-left: 20px;
}

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

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

.d-b{
    display: block !important;
}

.l-s-p{
    list-style-position: inside !important;
}