﻿.two-column-row, .three-column-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.instructions-row {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}

.form-control {
    color: #555;
}

.rwd .l3-next-steps-component .step {
    margin-bottom: 10px;
    margin-right: 15px !important;
    width: auto;
}

.rwd .l3-next-steps-component .step .circle + span {
    display: none;
}

.rwd .l3-next-steps-component .step .circle.active + span {
    display: inline;
}

.rwd .l3-next-steps-component .step span {
    font-weight: bold;
    margin-right: 5px;
}

.rwd .l3-next-steps-component .step .circle.active + span {
    display: inline;
}

.rwd .l3-next-steps-component a.circle.unavailable, .rwd .l3-next-steps-component a.circle.complete {
    cursor: pointer;
}

input, select {
    margin: 0.3em 0;
}

#first, #core, #bios, #video, #audio, #usb, #storage, #wired, #wireless, #expansion, #misc, #environment, #certifications {
    margin: 1em 0;
}

#confirmation {
    margin: 0 0 2em 0;
}

.gateways .next, .gateways .prev, .gateways .btn-primary {
    margin: 1em 0;
}

.prev {
    margin-right: 12px;
}

.hover-over {
    padding-right: 30px !important;
}

    .hover-over span {
        line-height: 1.5em;
        width: 200px !important;
        margin-left: 20px;
        top: -0.2em;
    }

@media (min-width:992px) {
    .hover-over span.full-width {
        left: 250px;
    }

    .hover-over span.three-lines {
        top: -2.25em;
    }
}

.hover-over span.wide {
    width: 350px;
}

.hover-over:hover span {
    display: inline;
}

.hover-over span:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #bcbbba;
    border-right: 1px solid #bcbbba;
    background: #f3f3f3;
    top: 19px;
    margin-top: -4px;
    left: -6px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* step hovers */
.rwd .l3-next-steps-component .step {
    position: relative;
}

    .rwd .l3-next-steps-component .step:hover .circle.unavailable + span,
    .rwd .l3-next-steps-component .step:hover .circle.complete + span,
    .rwd .l3-next-steps-component .step:hover .circle.incomplete + span, 
    .rwd .l3-next-steps-component .step:hover .circle.error + span {
        background: none repeat scroll 0 0 #f3f3f3;
        border: 1px solid #bcbbba;
        color: #53565a;
        font-size: 0.875em;
        font-weight: 600;
        line-height: 2.75em;
        margin: 0 auto;
        position: absolute;
        display: block;
        padding: 10px;
        z-index: 999;
        line-height: 1.5em;
        min-width: 80px;
        margin-left: 20px;
        top: 2.75em;
        left: -3em;
    }

    .rwd .l3-next-steps-component .step:hover .circle.unavailable + span:after, 
    .rwd .l3-next-steps-component .step:hover .circle.complete + span:after, 
    .rwd .l3-next-steps-component .step:hover .circle.incomplete + span:after, 
    .rwd .l3-next-steps-component .step:hover .circle.error + span:after {
            content: '';
            position: absolute;
            width: 9px;
            height: 9px;
            border-bottom: 1px solid #bcbbba;
            border-right: 1px solid #bcbbba;
            background: #f3f3f3;
            top: 0;
            margin-top: -6px;
            left: 30px;
            -moz-transform: rotate(225deg);
            -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
        }


.no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.RadPicker {
    width: 100% !important;
    padding: 0 !important;
    height: 45px !important;
}

    .RadPicker table.rcTable {
        margin: 0.3em 0 !important;
        height: 34px !important;
    }

    .RadPicker .RadInput {
        height: 34px !important;
    }

.RadInput .riTextBox {
    height: 34px !important;
    padding: 6px !important;
    border-radius: 4px !important;
    border: 1px solid #CCC !important;
}

.hover-over.no-padding span {
    left: 90%;
}

.file-upload {
    margin-top: 5px;
    margin-bottom: 10px;
}

.file-upload-input {
    display: none;
}

#file-upload-container ul {
    margin-top: 0;
    margin-bottom: 0;
}

#file-upload-container .add-file .intel-icon-add {
    margin-top: 5px;
}

.hover-over span.missing-required-field {
    color: red;
    display: inline;
    background-color: transparent;
    border: none;
    width: auto !important;
    margin: 0;
    padding-left: 10px;
    z-index: 0;
}

    .hover-over span.missing-required-field::after {
        content: none;
    }

.rwd .l3-next-steps-component .circle {
    width: 36px;
    height: 36px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    line-height: 34px;
    background-color: #b5b5b5;
    border-color: #b5b5b5;
    color: white !important;
    margin-right: 0;
}

    .rwd .l3-next-steps-component .circle.active {
        background-color: #00aeef;
        border-color: #00aeef;
    }

.rwd .l3-next-steps-component .circle.error {
        background-color: #FC4C02;
        border-color: #FC4C02;
        cursor: pointer;
        color: white !important;
    }

.rwd .l3-next-steps-component .circle.complete {
        border-color: #C4D600;
        background-color: #C4D600;
        cursor: pointer;
    }

.intel-icon, .intel-icon-right {
    background-size: 16px;
    background-position: top left;
    background-repeat: no-repeat;
}


.intel-icon-spinner {
    background-image: url('/App_Themes/V3/Images/Icons/Blue/spinner.gif');
    padding-left: 20px;
    display: inline-block;
    min-height: 16px;
    height: 16px;
}

a.intel-icon-delete {
    background-image: url('/App_Themes/V3/Images/Icons/Gray/Intel_icons_g_functions_trash.png');
    padding-left: 20px;
    display: inline-block;
    min-height: 16px;
    height: 16px;
}

    a.intel-icon-delete:hover {
        background-image: url('/App_Themes/V3/Images/Icons/Blue/Intel_icons_b_functions_trash.png');
    }

#certifications .intel-icon-spinner {
    background-position: center center;
    height: 36px;
}

.dark-gray {
    background-color: #ebebeb;
}

.disabled {
    background-color: #b5b5b5;
}

.saved-confirmation {
    font-weight: bold;
    color: #0071c5;
    margin-bottom: 0;
    margin-top: 5px;
}

.clear {
    cursor: pointer;
}

.clear-div {
    margin-top: 10px;
}

a.save {
    background-color: #8e8e8e;
}

.existing a.save {
    display: none;
}

.header-row {
    padding-bottom: 5px;
}

.result-row div {
    border-top: 1px solid #f0f0f0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.result-row:first-child div {
    border-top: 1px solid #d0d0d0;
}

#title-component {
    padding-bottom: 0;
}

#ResultsPanel {
    padding-top: 32px;
    padding-bottom: 20px;
}

#request-component {
    padding: 0 0 20px 0;
}

    #request-component h2 .collapsed, #request-component h2 .expanded {
        cursor: pointer;
        padding-right: 45px;
        background-position: right bottom;
        background-repeat: no-repeat;
        background-image: url('../../App_Shared/Images/expand.png');
    }

    #request-component h2 .expanded {
        background-image: url('../../App_Shared/Images/collapse.png');
    }

#intro-component {
    padding-top: 0;
}

@media (max-width:991px) {
    .top-row {
        display: none;
    }

    .btn.right {
        float: left;
    }

    .three-column-row div {
        width: 100% !important;
    }
}

@media (min-width:992px) {
    .small-device-label {
        display: none !important;
    }
}

#ftpServerDetailsLink {
    cursor: pointer;
    background-image: url('/App_Shared/Images/expand-intel-blue.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px 8px;
    padding-right: 25px;
}

    #ftpServerDetailsLink.expanded {
        background-image: url('/App_Shared/Images/collapse-intel-blue.png');
    }

#ftpServerDetailsDiv {
    font-size: 14px;
    padding-left: 20px;
    color: #555;
}

.gateways .form-label {
    color: #555;
    padding: 0;
}

.steps .step span {
    color: #555;
}

.gateways .intel-icon.intel-icon-add {
    height: auto;
    background-image: none;
    padding-left: 12px;
}

#LargeFileUploadPanel {
    display: inline;
}
