@import './../../material-design-icons/iconfont/material-icons.css';

.material-icons.md-14 {
    font-size: 14px;
}

#map-positions {
    width : 100%;
    height: 77vh;
}

.oddRow {
    background-color: #EEEEEE;
}

a {
    cursor: pointer;
}

.ng-cloak {
    display: none !important;
}

.bold {
    font-weight: bold !important;
}

#map {
    width           : 98%;
    height          : 350px;
    background-color: grey;
    margin-top      : 20px
}

#map2 {
    width           : 98%;
    height          : 350px;
    background-color: grey;
    margin-top      : 20px
}

.nav-pills>li+li {
    margin-left: 0px;
}

.palette-colors {
    min-width : 30px;
    height    : 26px;
    margin    : 2px;
    position  : relative;
    border    : 1px solid #DDD;
    float     : left;
    transition: all 0.2s;
    text-align: center;
}

.palette-colors:hover {
    cursor       : pointer;
    border-color : #BBB;
    transform    : scale(1.15);
    border-radius: 3px;
}

.icon-car-auto {
    background       : url(./../assets/img/icons/tc4.png) no-repeat 50% 100%;
    background-repeat: no-repeat;
    background-size  : contain;
    height           : 60px;
    /* width         : 45px; */
    padding          : 7px 0 !important;
}

.strike {
    position: relative;
    display : inline-block;
}

.strike span {
    position  : absolute;
    width     : 100%;
    border-top: 1px solid red;
    left      : 0;
    top       : 48%;
}

.material-icons.md-14 {
    font-size: 14px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.bg-grey {
    background-color: #EEEEEE;
}

.redBackground {
    width: #FF0000;
}

.greenBackground {
    width: #3CB371;
}

.orangeBackground {
    width: #FFA500;
}

.lightOrangeBackground {
    width: #FF4500;
}

.br-right {
    border-right: 1px solid #ddd
}

.br-left {
    border-left: 1px solid #ddd
}

.br-all {
    border: 1px solid #ddd
}

.img-categorie {
    height: 140px !important;
    width : auto !important;
}

.cus-progress {
    height       : 15px !important;
    width        : 90% !important;
    margin-bottom: 0px !important;
}

.relatedItem {
    text-align      : center;
    position        : relative;
    background-color: #f2f2f2;
    min-height      : 25vw;
    margin-bottom   : 5%;
    /* cursor       : pointer; */
    /* transition   : all .5s ease-in-out; */
}

.m-l-md {
    margin-left: 10px;
}

.fc-today-button {
    visibility: hidden;
}

.carousel-indicators li {
    visibility: hidden;
}

.img-pack {
    width    : 100% !important;
    /* height: 160px !important; */
}

.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         : 2em;
    cursor             : pointer;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none;
}

.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;
}