.keys a .btn {
    margin-bottom: 15px;
}

.panel-body .keys {
    padding-bottom: 0;
}

.max-height-brands {
    max-height: 60px;
}

.brands {
    min-height: 70px;
    vertical-align: middle;
    position: relative;
}

.img-center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
 
.text-brand {
    min-height: 40px;
}

.info_popover {
    color: #337ab7;
    font-weight: bold;
}

.text-bold {
    font-weight: bold;
}

.pm_brand {
    margin-bottom: 10px;
    text-align: center;
    align-items: center;
}

.pm_brand__container_show {
    cursor: pointer;
}

.pm_brand__container_arrow {
    position: absolute;
    background-color: white;
    margin: auto;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    z-index: 999;
}



@media(max-width: 767px) {
    .pm_brand__worker_info {
        display: block;
        margin-left: 70px;
        font-size: 12px;
    }

    .pm_brand__worker_photo img {
        width: 40px;
        height: 50px;
        margin-top: 10px;
    }

    .pm_brand__title {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .pm_brand__title span {
        font-size: 12px;
        margin-left: 13px;
        position: relative;
        width: 135px;
    }

    .pm_brand__title img {
        font-size: 12px;
        margin-left: -5px;
        width: 80px;
        position: relative;
    }
}

@media(min-width: 768px) {
    .pm_brand__worker_info {
        display: block;
        margin-left: 120px;
    }

    .pm_brand__worker_photo img {
        width: 60px;
        height: 70px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .pm_brand__title {
        display: flex;
        width: 100%;
        align-items: center;
        margin-bottom: 10px;
    }

    .pm_brand__title span {
        margin-left: 10px;
        margin-top: 4px;
    }
}

@media(min-width: 992px) {
    .pm_group_1,.pm_group_2 {
        text-align: left;
        display: inline-block;
        margin-right: 10px;
        width: 220px;
    }

    .pm_brand__worker_photo img {
        width: 60px;
        height: 70px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .pm_brand__title {
        display: flex;
        width: 100%;
        align-items: center;
    }

    .pm_brand__title span {
        margin-left: 10px;
        margin-top: 4px;
    }
}

@media(min-width: 1200px) {
    .pm_group_1,.pm_group_2 {
        text-align: left;
        display: inline-block; 
        margin-right: 10px;
        width: 290px;
    }

    .pm_brand__worker_photo img {
        width: 60px;
        height: 70px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .pm_brand__title {
        display: flex;
        width: 100%;
        align-items: center;
    }

    .pm_brand__title span {
        margin-left: 10px;
        margin-top: 4px;
    }
}

.pm_brand__worker {
    height: 106px;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    position: relative;
}

.pm_brand__worker_photo {
    float: left;
    position: absolute;
    left: 10px;
    z-index: 1000;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menuBrand {
    color: black;
    width: 200px;
}

.js_close_popover {
    right: 0;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    font-size: 16px;
    color: #bbbaba;
    font-weight: lighter;
}
 