@import './../../material-design-icons/iconfont/material-icons.css';

.material-icons.md-14 {
    font-size: 14px;
}

#map {
    width           : 98%;
    height          : 350px;
    background-color: grey;
    margin-top      : 20px
}

#map2 {
    width           : 98%;
    height          : 350px;
    background-color: grey;
    margin-top      : 20px
}

.text-default {
    color: #3C4858;
}

.calculette small {
    font-size: 75% !important;
}

.calculette {
    min-height: 270px;
}

.calculette>.table>thead>tr>th,
.calculette>.table>tbody>tr>td {
    border-right: 1px solid #ddd !important;
}

.calculette>.table>thead>tr>th>small {
    font-weight: bold;
    color      : #eb6428;
}

.h-number-up {
    padding: 0px 10px;
}

.h-number-up b {
    font-size: 1.3em;
}

.product-panel {
    margin-top     : -40px;
    margin-left    : 0px;
    margin-right   : 0;
    padding        : 0px 0px 0px 0px;
    display        : flex;
    justify-content: center;
}

.no-margin {
    margin: 0px !important;
}

.oddRow {
    background-color: #EEEEEE;
}

a {
    cursor: pointer;
}

.label.label-vert {
    background-color: #a7f75f;
}

.ng-cloak {
    display: none !important;
}

.bold {
    font-weight: bold !important;
}

.relatedItem {
    text-align      : center;
    position        : relative;
    background-color: #f2f2f2;
    min-height      : 9vw;
    margin-bottom   : 5%;
    cursor          : pointer;
    /* transition   : all .5s ease-in-out; */
}

.relatedItem:hover {
    /* left: 10px; */
    background-color: #fd0;
}

.relatedItem .label {
    font-size: 75%;
}

.relatedItem .relatedTextWrapper {
    padding: 10px 10px;
    width  : 100%;
}

.img-new-promo {
    position: absolute;
    left    : 16px;
    top     : 0px;
    width   : 40px !important;
    z-index : 99;
}

/* funkyradio */

.funkyradio div {
    clear   : both;
    overflow: hidden;
}

.funkyradio label {
    width        : 100%;
    border-radius: 3px;
    border       : 1px solid #D1D3D4;
    font-weight  : normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
    position           : relative;
    line-height        : 2.5em;
    text-indent        : 3.25em;
    margin-top         : 0.7em;
    cursor             : pointer;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none;
}

.icon-car-auto {
    background-image : url(/assets/img/icons/spare-parts-icon-png.png);
    background-repeat: no-repeat;
    background-size  : contain;
    height           : 60px;
    width            : 60px;
    padding          : 7px 0 !important;
    margin-bottom    : 7px;
}

.button-filter {
    padding        : 0px 0px 0px 0px !important;
    height         : 95px;
    width          : 95px;
    display        : flex !important;
    min-width      : 50px !important;
    flex-direction : column;
    justify-content: center;
    align-items    : center;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
    position     : absolute;
    display      : block;
    top          : 0;
    bottom       : 0;
    left         : 0;
    content      : '';
    width        : 2.5em;
    background   : #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label:before {
    content    : '\2714';
    text-indent: .9em;
    color      : #C2C2C2;
}

.funkyradio input[type="radio"]:checked~label,
.funkyradio input[type="checkbox"]:checked~label {
    color: #777;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
    content         : '\2714';
    text-indent     : .9em;
    color           : #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus~label:before,
.funkyradio input[type="checkbox"]:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked~label:before,
.funkyradio-default input[type="checkbox"]:checked~label:before {
    color           : #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked~label:before,
.funkyradio-primary input[type="checkbox"]:checked~label:before {
    color           : #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked~label:before,
.funkyradio-success input[type="checkbox"]:checked~label:before {
    color           : #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked~label:before,
.funkyradio-danger input[type="checkbox"]:checked~label:before {
    color           : #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked~label:before,
.funkyradio-warning input[type="checkbox"]:checked~label:before {
    color           : #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked~label:before,
.funkyradio-info input[type="checkbox"]:checked~label:before {
    color           : #fff;
    background-color: #5bc0de;
}

#ofBar {
    background     : #fff;
    z-index        : 999999999;
    color          : #333;
    padding        : 0px;
    font-weight    : 400;
    position       : fixed;
    top            : 40px;
    width          : 70%;
    border-radius  : 8px;
    left           : 0;
    right          : 0;
    margin-left    : auto;
    margin-right   : auto;
    box-shadow     : 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
}

#ofBar-logo img {
    width: 100%;
}

#close-bar {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fefefe;
    border-radius: 50%;
    color: black;
    border: 1px solid #333;
    padding: 2px 3px;
    font-size: 30px;
    opacity  : 0.6;
    cursor   : pointer;
}

#close-bar:hover {
    opacity: 1;
}