/* Custom CSS Declarations */

.modal-backdrop {
    height: auto;
}

.page-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5;
    text-align: center;
}

.partitiong-form-wrapper .form-group {
    max-width: 150px;
}

.server-configure .server-configure-options .server-configure-section .server-configure-item .server-configure-item-options {
    max-height: 2000px;
    overflow-y: auto;
}

.hidden-wrapper {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
}

.server-quanity.input-group {
    display: flex;
    width: 100px;
}

.server-quanity.input-group .form-control {
    float: none;
    width: 50px;
    text-align: center;
}


/* change dropdown style*/
.horizontal-server .price-box {
    border: none;
}

.horizontal-server-spacing > .price-header {
    width: 20%;
    text-align: center;
}

.sort-link {
    cursor: pointer;
    color: #7e2d7c;
}

.sort-link:hover {
    color: #337ab7;
}

/* end change dropdown style*/


/* bare page */
.bare-description {
    margin-bottom: 15px;
    padding: 0 10px;
}

.bare-description p {
    margin-bottom: 20px;
}

.bare-options-bar.standard {
    top: 0;
}

.bare-header {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
}

.bare-text {
    font-size: 20px;
    color: #000;
}

.bare-services {
    position: relative;
    transform: translateY(-50%);
    margin-bottom: -50px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 991px) {
    .bare-services {
        transform: translateY(0);
        padding-top: 25px;
        margin-bottom: 0;
    }
}

.bare-services__quick-links .bare-services__link {
    cursor: pointer;
    color: #1f608f;
    margin: 0 10px;
}

.bare-services__quick-links .bare-services__link.active {
    color: #000;
}

.bare-services__text-blocks {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.bare-services__text-block {
    width: 400px;
    padding: 20px;
    background: #1f608f;
    margin-right: 25px;
    border-bottom: 3px solid #cc00c7;
}

.bare-services__text-block p {
    color: #fff;
    font-size: 20px;
}

.bare-services__title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
}

.bare-services__text-block:last-child {
    margin-right: 0;
}

.bare-services__quick-links .bare-services__wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.bare-services__quick-links .bare-services__wrapper span {
    font-weight: 700;
    color: #000;
}

.bare-services__quick-links .bare-services__wrapper a {
    text-decoration: underline;
}

.bare-services__quick-links .bare-services__wrapper span,
.bare-services__quick-links .bare-services__wrapper a {
    font-size: 22px;
    line-height: 26px;
}

.bare__options-bar.options-bar.standard {
    min-height: 130px;
    padding-top: 35px;
    top: 0;
    margin-bottom: 15px;
}
/* end bare page */


/* custom-solutions */
.custom-solutions {
    padding: 50px 0;
}

.custom-solutions__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-solutions__item {
    width: 300px;
    max-width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #666;
    margin: 0 15px;
}

.custom-solutions__item img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    max-height: 75px;
}