

/******************
MMR MERGED: /wp-content/themes/ihor-thm/template-parts/blocks/colocation/colocation.css
***************/

/* Иконка в заголовке с описанием к странице */
.header-icon {
    background: url(/wp-content/themes/ihor-thm/template-parts/blocks/colocation/../../../assets/images/configurator/server_rack2.png) no-repeat;
    background-size: contain;
    height: 100px;
}

/* Иконка панели */
.panel-icon {
    height: 70px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.panel-icon.u1 {
    background-image: url(/wp-content/themes/ihor-thm/template-parts/blocks/colocation/../../../assets/images/configurator/rack_u1.png);
    background-size: initial;
    width: 111px;
}
/* Количество юнитов */
.panel-icon.u1 > span.num {
    position: absolute;
    top: 0px;
    right: -18px;
    font-size: 20px;
    font-family: Verdana;
    text-shadow: 0 0 1px #808080;
    user-select: none;
    cursor: default;
}
.panel-icon.u2 {
    background-image: url(/wp-content/themes/ihor-thm/template-parts/blocks/colocation/../../../assets/images/configurator/rack_u2.png);
    background-size: initial;
}
.panel-icon.u3 {
    background-image: url(/wp-content/themes/ihor-thm/template-parts/blocks/colocation/../../../assets/images/configurator/rack_u3.png);
    background-size: initial;
}
.panel-icon.type {
    background-image: url(/wp-content/themes/ihor-thm/template-parts/blocks/colocation/../../../assets/images/configurator/server_rack2.png);
}
.panel-icon.cpu {
    background-image: url(/wp-content/themes/ihor-thm/template-parts/blocks/colocation/../../../assets/images/configurator/cpu.png);
}
.panel-icon.ipmi {
    background-image: url(/wp-content/themes/ihor-thm/template-parts/blocks/colocation/../../../assets/images/configurator/ipmi.png);
}
.panel-icon.power {
    background-image: url(/wp-content/themes/ihor-thm/template-parts/blocks/colocation/../../../assets/images/configurator/power-block.png);
}
.panel-icon.power-capacity {
    background-image: url(/wp-content/themes/ihor-thm/template-parts/blocks/colocation/../../../assets/images/configurator/power-capacity.png);
}
.panel-icon.network {
    background-image: url(/wp-content/themes/ihor-thm/template-parts/blocks/colocation/../../../assets/images/configurator/network.png);
    width: 80px;
}
.panel-icon.traffic {
    background-image: url(/wp-content/themes/ihor-thm/template-parts/blocks/colocation/../../../assets/images/configurator/traffic.png);
}
.panel-icon.ip {
    background-image: url(/wp-content/themes/ihor-thm/template-parts/blocks/colocation/../../../assets/images/configurator/ip.png);
    width: 70px;
}
.panel-icon.software {
    background-image: url(/wp-content/themes/ihor-thm/template-parts/blocks/colocation/../../../assets/images/configurator/software.png);
    height: 55px;
}
.panel-icon.sockets {
    background-image: url(/wp-content/themes/ihor-thm/template-parts/blocks/colocation/../../../assets/images/configurator/sockets.png);
    height: 55px;
}
.panel-icon > span.num {
    position: absolute;
    right: 45px;
}

/* Позиционирование полей ввода количества IP */
.ip-wrap { margin-left: auto; margin-right: auto; }
.ip-wrap th { vertical-align: middle; padding-right: 9px; }
.ip-wrap td { vertical-align: middle; padding-left: 9px; }
.ip-wrap input { width:68px; }

/* Список дополнительного ПО */
.software-list {
    border-collapse: collapse;
    width: 100%;
}

.software-list tr:last-child td, .software-list tr:last-child th {
    border-bottom: none;
}

.software-list th, .software-list td {
    border-bottom: 1px solid #DDD;
    cursor: pointer;
}

.software-list tr:hover th, .software-list tr:hover td {
    background: #EEE;
}

.software-list th {
    text-align: center;
    vertical-align: middle;
    width: 46px;
    cursor: default;
}

.software-list td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.software-list td > .uk-h4 {
    line-height: 20px;
}

.software-list .note {
    font-size: 13px;
}

/* Vue.js transition - Анимация появления/скрытия комментария к заказу */
.fade-enter-active, .fade-leave-active {
    transition: opacity .5s
}
.fade-enter, .fade-leave-active {
    opacity: 0
}

/* Отключенный элемент/иконка */
.el-disabled {
    filter: grayscale(100%);
    opacity: 0.45;
    cursor: default;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cur-help { cursor: help; }

.soft-price {
    white-space: nowrap;
}

.uk-button.reset {
    padding: 0px 6px 1px;
    border-radius: 2px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.1px;
    margin-left: 3px;
}
