﻿
.ctrlPanelSelectorRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: helveticalight;
    margin-right: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ctrlPanelSelectorCaption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 150px;
}

.ctrlPanelSelectorCaptionSpan {
    text-transform: uppercase;
    padding-top: 10px;
}

.ctrlPanelSelector {
    position: relative;
    overflow: hidden;
    margin: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    float: right;
}

.ctrlPanelButtonWrapper {
    flex-basis: 12%;
}

.ctrlPanelButton {
    position: relative;
    margin: 5px 3px 5px 3px;
    min-width: 90px;
    border: 1px solid #D7D7D7;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 85px;
    font-size: 14px;
}

.ctrlPanelIconWrapper {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) opacity(60%);
}

.ctrlPanelIconWrapper > img {
    max-width: 78px;
}

.ctrlPanelTextWrapper {
    min-height: 20px;
    text-align: center;
    color: #bcbcbc;
}

.ctrlPanelButtonSelected {
    border: 1px solid #3AC1EF !important;
}

.ctrlPanelButtonSelected .ctrlPanelIconWrapper {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%) opacity(100%);
}

.ctrlPanelButton:hover {
    cursor: pointer;
}

.ctrlPanelButton:hover .ctrlPanelIconWrapper {
    -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%) opacity(100%);
}

.ctrlPanelButtonNotAllowed:hover {
    cursor: not-allowed;
}

.ctrlPanelButtonNotAllowed:hover .ctrlPanelIconWrapper {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) opacity(60%);
}

.ctrlPanelSpecialOfferIcon {
    position: absolute;
    bottom: 3px;
}

.ctrlPanelAvailableComment {
    text-align: end;
    font: 13px/15px helveticalight,arial,helvetica,sans-serif;
    color: #989898;
    opacity: 1;
    max-width: 340px;
    float: right;
}

.ctrlPanelIspOffer {
    display: none;
}

.ctrlPanelPleskOffer {
    display: none;
}
