﻿.service-item {
    display: block;
    width: 100%;
    margin-top: 2px;
}

    .service-item:first-child {
        margin-top: 0;
    }

.server-item {
    color: #fff;
}

.sbc-content .collapse.show {
    display: block;
}

.sbc-content .collapse {
    display: none;
    text-align: left;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    width: 100%;
}



.service-collapse-btn.collapse-show .arrow-collapse {
    transform: rotate( 90deg);
}

.service-collapse-btn .arrow-collapse {
    transform: rotate(0deg);
    width: 13px;
    height: 18px;
    background: url(../css/images/arrow-collapse.svg) 0 0 no-repeat;
    background-size: contain;
}

.service-collapse-btn {
    display: block;
    padding: 30px 30px;
    font-size: 19px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    color: #001125;
    background: #f5f8fa;
    border: 1px solid gray;
}

    .service-collapse-btn.collapse-show {
        color: #001125;
        background: #f5f8fa;
    }

.server-collapse.collapse-show .arrow-collapse {
    transform: rotate( 90deg);
}

.server-collapse .arrow-collapse {
    transform: rotate(0deg);
    width: 13px;
    height: 18px;
    background: url(../css/images/arrow-collapse.svg) 0 0 no-repeat;
    background-size: contain;
    margin-left: 42px;
}



#sbc .content-container {
    padding: 0 100px;
    display: grid;
}

.service-name,
.server-name {
    padding-left: 15px;
}

.searchable-select {
    width: 100%;
}

.sbc-content .nice-select {
    border-radius: inherit;
}

.sbc-loading {
    position: absolute;
    top: 20%;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: flex-start;
    z-index: 5;
    justify-content: center;
    background: #fff;
    min-height: 600px;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
}



    .sbc-loading.active {
        display: flex;
        visibility: visible;
        opacity: 1;
    }

.sbc-content .wrap-selection-section {
    position: relative;
/*    padding-top: 72px;*/
}


.filter-section {
    padding-right: 34px;
}

.sbc-title-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
}



.sbc-table {
    margin-bottom: 15px;
}

.custom-collapse {
    display: none;
}

.select2-preview{
    position:absolute;
}
.select2-search__field{
    width: 100% !important;
}


@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }          
}
