﻿.cpfstart {
    font-size:1.05rem;
}

.atrcont {
    position: relative;
}


.atr {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    line-height: 3rem;
    border-top: 1px solid #e6e6e6;
    /*border-bottom: 1px solid #e6e6e6;*/
    margin-left: 80px;
}


/*.atrcont:first-child .atr{
    border-top: none;
}*/

.atrcont:last-child {
    background-color: #e6e6e6;
    margin-top: 4rem;
}

.AtrSelectLine {
    display: flex;
    flex-direction: row-reverse;
}

.AtrSelectLineOpt {
    padding: 0 0.7rem 0 0.7rem;
}

    .AtrSelectLineOpt:hover {
        background-color: #e06801;
        color: #FFFFFF;
        cursor: pointer;
    }

.AtrSelectLineOptSel {
    background-color: #218b91;
    color: #FFFFFF;
    font-family: 'Myriad Pro Semibold';
}

.atrid70200, .atrid70300, .atrid70350, .atrid70500, .atrid70600 {
    margin-top: 1.6rem;
}

.atrname {
    font-family: 'Myriad Pro Semibold';
    /*font-size: 1.15rem;*/
}

.atrname:before {
    content: "";
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 0px;
}

.atrid70000 .atrname:before {
    background-image: url('../Images/OptionAttributes/cpu.svg');
    top: 17px;
}

.atrid70200 .atrname:before {
    background-image: url('../Images/OptionAttributes/ram.svg');
}

.atrid70300 .atrname:before {
    background-image: url('../Images/OptionAttributes/hdd.svg');
    top: 17px;
}

.atrid70350 .atrname:before {
    background-image: url('../Images/OptionAttributes/card.svg');
    top: 17px;
    left: -3px;
}

.atrid70500 .atrname:before {
    background-image: url('../Images/OptionAttributes/ip-address.svg');
    width: 45px;
    height: 45px;
    left: 3px;
}

.atrid70600 .atrname:before {
    background-image: url('../Images/OptionAttributes/operating-system.svg');
    left: 5px;
}

.atrid70000, .atrid70300, .atrid70350 {
    
}


.atrid5100 {
    margin-top: 2rem;
}

.atrselect select {
    font-size: 1rem;
    background-color: #f1f1f1;
    border: none;
    border-bottom: 2px solid #218b91;
    padding: .7rem;
}

/*.atrselect select:focus-visible {
    border:none;
}*/