﻿#customToolContainer {
    width: 700px;
    float: right
}

#ccdtContainer {
    width: 640px;
    margin: 0 auto;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    border-radius: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 3px 10px #a7a7a7;
    -webkit-box-shadow: 0 3px 10px #a7a7a7;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}

#ccdtTool {
    padding: 50px 30px 10px 30px
}

    #ccdtTool h5 {
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 11px;
        text-align: center;
        margin: 0;
        position: relative;
        top: -35px
    }

}

#ccdtWarning {
    background: url(/App_Themes/Skin_4/images/usbfirewire/design-tool-warning-cable-out-of-spec.png) center center no-repeat;
    width: 250px;
    height: 62px;
    position: absolute;
    top: -50px
}

#ccdtTool h5 span {
    font-weight: normal;
    display: block;
    padding-top: 5px;
    font-size: 10px;
    letter-spacing: normal
}

.ccdtConnection {
    width: 165px;
    height: 165px;
    border-radius: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer
}

    .ccdtConnection.ccdtConnectionDisabled {
        cursor: not-allowed
    }

    .ccdtConnection:hover {
        color: #666;
        text-decoration: none
    }

    .ccdtConnection[data-black-image]:hover, .ccdtConnection[data-white-image]:hover, .ccdtConnection[title="Own Design"]:hover {
        -webkit-transform: scale(1.10);
        -moz-transform: scale(1.10);
        -ms-transform: scale(1.10);
        -o-transform: scale(1.10);
        transform: scale(1.10);
        -webkit-transition: all 100ms;
        -moz-transition: all 100ms;
        -ms-transition: all 100ms;
        -o-transition: all 100ms;
        transition: all 100ms;
        z-index: 1;
        position: relative
    }

    .ccdtConnection.ccdtConnectionDisabled:hover {
        box-shadow: none;
        -webkit-box-shadow: none
    }

    .ccdtConnection > span {
        border-radius: 15px;
        display: block;
        text-align: center;
        padding-top: 10px;
        position: relative;
        top: -35px;
        box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .ccdtConnection span.code, .ccdtConnection span.title {
        display: block
    }

    .ccdtConnection span.title {
        font-size: 9px;
        padding-top: 3px
    }

#ccdtConnection1 {
    float: left;
    background: url(/App_Themes/Skin_4/images/usbfirewire/design-tool-cable-left-3.png) 48px center no-repeat
}

#ccdtConnection2 {
    float: right;
    background: url(/App_Themes/Skin_4/images/usbfirewire/design-tool-cable-right-3.png) -83px center no-repeat
}

#sliderContainer {
    display: none;
    margin-top: 82px
}

#ccdtConnectionCable {
    background: url(/App_Themes/Skin_4/images/usbfirewire/design-tool-cable.png) left center repeat-x;
    width: 250px;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    min-height: 165px;
    position: relative
}

    #ccdtConnectionCable.white {
        background: url(/App_Themes/Skin_4/images/usbfirewire/design-tool-cable-white.png) left center repeat-x
    }

#connectionCableDisabled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: not-allowed
}

#step1ConnectionLengthContainer {
    width: 100%;
    text-align: center
}

.ie8 #step1ConnectionLengthContainer {
    margin-top: 5px
}

.ie8 #sliderContainer {
    width: 248px
}

.ie8 #ccdtContainer, .ie8 .ccdtConnection {
    border: 1px solid #a7a7a7
}

.ie8 .ccdtConnection {
    width: 164px
}

#ccdtButtons {
    text-align: center;
    margin: 15px 0 0 0;
    min-height: 35px
}

    #ccdtButtons.hasColors {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

        #ccdtButtons.hasColors > div {
            flex: 0 0 auto;
            width: 50%;
            max-width: 100%
        }

        #ccdtButtons.hasColors #ccdtProceedAndBack, #ccdtButtons.hasColors #designToolBackToRequests {
            text-align: right
        }

        #ccdtButtons.hasColors > #ccdtSameAsLastOrder {
            width: 100%;
            margin-top: 10px
        }

    #ccdtButtons span {
        display: none
    }

    #ccdtButtons.hasColors span#designToolSwapColors {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    #ccdtButtons #designToolSwapColors a.grey:nth-child(1) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
        color: #000
    }

    #ccdtButtons #designToolSwapColors a.grey:nth-child(2) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0
    }

    #ccdtButtons #designToolSwapColors a.grey.active {
        background: linear-gradient(to bottom,#7e7e7e 0,#8b8b8b 50%,#7c7c7c 51%,#3c3c3c 100%)
    }

    #ccdtButtons:not(.hasColors) #designToolProceed {
        float: right
    }

    #ccdtButtons:not(.hasColors) #designToolBack {
        float: left
    }

    .ccdtSubmitTable.buttons .ccdtSubmitTd a, #ccdtButtons a, span.fileinput-button a, #ccdtCustomProceed a, #ccdtSubmitMessageAddToCart a, #ccdtSubmitMessageCloseWindow a {
        box-sizing: border-box;
        border-radius: 10px;
        padding: 2px 15px 4px 15px;
        font: 20px Verdana,"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
        color: #fff;
        text-decoration: none;
        text-shadow: 0 0 5px #999;
        cursor: pointer;
        white-space: nowrap;
        display: inline-block
    }

span.fileinput-button a {
    font-size: 14px;
    padding: 1px 15px 2px 12px
}

.ccdtSubmitTable.buttons .ccdtSubmitTd #designToolSubmit, .ccdtSubmitTable.buttons .ccdtSubmitTd #designToolEditCable {
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box
}

.ccdtSubmitTable.buttons .ccdtSubmitTd #designToolAutofill {
    overflow: hidden;
    box-sizing: border-box
}

.ccdtSubmitTable.buttons .ccdtSubmitTd #designToolSubmit, .ccdtSubmitTable.buttons .ccdtSubmitTd #designToolAutofill {
    border-radius: 10px
}

.ccdtSubmitTable.buttons .ccdtSubmitTd #designToolConfirmQuantity a, .ccdtSubmitTable.buttons .ccdtSubmitTd #designToolConfirmQuantity, .ccdtSubmitTable.buttons .ccdtSubmitTd #designToolEditCable a, .ccdtSubmitTable.buttons .ccdtSubmitTd #designToolEditCable {
    border-radius: 5px
}

    .ccdtSubmitTable.buttons .ccdtSubmitTd #designToolEditCable a, .ccdtSubmitTable.buttons .ccdtSubmitTd #designToolSubmit a, .ccdtSubmitTable.buttons .ccdtSubmitTd #designToolAutofill a {
        display: inline-block
    }

#ccdtCustomProceed a {
    font-size: 14px;
    padding: 1px 15px 2px 12px
}

#designToolConfirmQuantity a, #designToolEditCable a, .ccdtSubmitTd a.bronze.submitError {
    font-size: 14px;
    padding: 3px 15px 4px 12px
}

.ccdtSubmitTd a.bronze.submitError {
    margin-left: 5px
}

.ccdtSubmitTd a.bronze, #ccdtButtons a.bronze {
    border: 1px solid #d08716;
    background: #8d6e02;
    background: -moz-linear-gradient(top,#e5c28c 0,#bf9642 50%,#ac801e 51%,#8d6e02 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e5c28c),color-stop(50%,#bf9642),color-stop(51%,#ac801e),color-stop(100%,#8d6e02));
    background: -webkit-linear-gradient(top,#e5c28c 0,#bf9642 50%,#ac801e 51%,#8d6e02 100%);
    background: -o-linear-gradient(top,#e5c28c 0,#bf9642 50%,#ac801e 51%,#8d6e02 100%);
    background: -ms-linear-gradient(top,#e5c28c 0,#bf9642 50%,#ac801e 51%,#8d6e02 100%);
    background: linear-gradient(to bottom,#e5c28c 0,#bf9642 50%,#ac801e 51%,#8d6e02 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5c28c',endColorstr='#8d6e02',GradientType=0)
}

#designToolAutofill {
    margin-right: 5px;
    display: none
}

.ccdtSubmitTd a.bronze:hover, #ccdtButtons a.bronze:hover {
    border: 1px solid #e58b00;
    background: #bc840c;
    background: -moz-linear-gradient(top,#efc481 0,#d0a344 50%,#bc840c 51%,#8f6f00 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#efc481),color-stop(50%,#d0a344),color-stop(51%,#bc840c),color-stop(100%,#8f6f00));
    background: -webkit-linear-gradient(top,#efc481 0,#d0a344 50%,#bc840c 51%,#8f6f00 100%);
    background: -o-linear-gradient(top,#efc481 0,#d0a344 50%,#bc840c 51%,#8f6f00 100%);
    background: -ms-linear-gradient(top,#efc481 0,#d0a344 50%,#bc840c 51%,#8f6f00 100%);
    background: linear-gradient(to bottom,#efc481 0,#d0a344 50%,#bc840c 51%,#8f6f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efc481',endColorstr='#8f6f00',GradientType=0)
}

#ccdtCustomProceed a.green, #ccdtButtons a.green, .ccdtSubmitTd a.green, #ccdtSubmitMessageAddToCart a.green, #ccdtSubmitMessageCloseWindow a.green {
    border: 1px solid #acd016;
    background: #5b8d02;
    background: -moz-linear-gradient(top,#d1e383 0,#9cbe3e 50%,#87af1e 51%,#5b8d02 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d1e383),color-stop(50%,#9cbe3e),color-stop(51%,#87af1e),color-stop(100%,#5b8d02));
    background: -webkit-linear-gradient(top,#d1e383 0,#9cbe3e 50%,#87af1e 51%,#5b8d02 100%);
    background: -o-linear-gradient(top,#d1e383 0,#9cbe3e 50%,#87af1e 51%,#5b8d02 100%);
    background: -ms-linear-gradient(top,#d1e383 0,#9cbe3e 50%,#87af1e 51%,#5b8d02 100%);
    background: linear-gradient(to bottom,#d1e383 0,#9cbe3e 50%,#87af1e 51%,#5b8d02 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1e383',endColorstr='#5b8d02',GradientType=0)
}

    #ccdtCustomProceed a.green:hover, #ccdtButtons a.green:hover, .ccdtSubmitTd a.green:hover, #ccdtSubmitMessageAddToCart a.green:hover, #ccdtSubmitMessageCloseWindow a.green:hover {
        border: 1px solid #c7e12b;
        background: #9dc51f;
        background: -moz-linear-gradient(top,#e2eea3 0,#b3d242 50%,#9dc51f 51%,#65a402 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e2eea3),color-stop(50%,#b3d242),color-stop(51%,#9dc51f),color-stop(100%,#65a402));
        background: -webkit-linear-gradient(top,#e2eea3 0,#b3d242 50%,#9dc51f 51%,#65a402 100%);
        background: -o-linear-gradient(top,#e2eea3 0,#b3d242 50%,#9dc51f 51%,#65a402 100%);
        background: -ms-linear-gradient(top,#e2eea3 0,#b3d242 50%,#9dc51f 51%,#65a402 100%);
        background: linear-gradient(to bottom,#e2eea3 0,#b3d242 50%,#9dc51f 51%,#65a402 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2eea3',endColorstr='#65a402',GradientType=0)
    }

#ccdtSubmitMessageCloseWindow, #ccdtSubmitMessageAddToCart {
    margin-top: 15px
}

.ccdtSubmitTd a.grey, #ccdtButtons a.grey, span.fileinput-button a {
    border: 1px solid #a1a1a1;
    background: #6b6b6b;
    background: -moz-linear-gradient(top,#d9d9d9 0,#a9a9a9 50%,#949494 51%,#6b6b6b 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d9d9d9),color-stop(50%,#a9a9a9),color-stop(51%,#949494),color-stop(100%,#6b6b6b));
    background: -webkit-linear-gradient(top,#d9d9d9 0,#a9a9a9 50%,#949494 51%,#6b6b6b 100%);
    background: -o-linear-gradient(top,#d9d9d9 0,#a9a9a9 50%,#949494 51%,#6b6b6b 100%);
    background: -ms-linear-gradient(top,#d9d9d9 0,#a9a9a9 50%,#949494 51%,#6b6b6b 100%);
    background: linear-gradient(to bottom,#d9d9d9 0,#a9a9a9 50%,#949494 51%,#6b6b6b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9',endColorstr='#6b6b6b',GradientType=0)
}

    .ccdtSubmitTd a.grey:hover, #ccdtButtons a.grey:hover, span.fileinput-button a:hover {
        border: 1px solid #b1b1b1;
        background: #dedede;
        background: -moz-linear-gradient(top,#dedede 0,#bbb 50%,#a5a5a5 51%,#7d7d7d 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dedede),color-stop(50%,#bbb),color-stop(51%,#a5a5a5),color-stop(100%,#7d7d7d));
        background: -webkit-linear-gradient(top,#dedede 0,#bbb 50%,#a5a5a5 51%,#7d7d7d 100%);
        background: -o-linear-gradient(top,#dedede 0,#bbb 50%,#a5a5a5 51%,#7d7d7d 100%);
        background: -ms-linear-gradient(top,#dedede 0,#bbb 50%,#a5a5a5 51%,#7d7d7d 100%);
        background: linear-gradient(to bottom,#dedede 0,#bbb 50%,#a5a5a5 51%,#7d7d7d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede',endColorstr='#7d7d7d',GradientType=0)
    }

.ccdtSubmitTd a.red {
    border: 1px solid #ab1717;
    background: #810e08;
    background: -moz-linear-gradient(top,#dc9699 0,#b44040 50%,#a72424 51%,#810e08 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dc9699),color-stop(50%,#b44040),color-stop(51%,#a72424),color-stop(100%,#810e08));
    background: -webkit-linear-gradient(top,#dc9699 0,#b44040 50%,#a72424 51%,#810e08 100%);
    background: -o-linear-gradient(top,#dc9699 0,#b44040 50%,#a72424 51%,#810e08 100%);
    background: -ms-linear-gradient(top,#dc9699 0,#b44040 50%,#a72424 51%,#810e08 100%);
    background: linear-gradient(to bottom,#dc9699 0,#b44040 50%,#a72424 51%,#810e08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc9699',endColorstr='#810e08',GradientType=0)
}

    .ccdtSubmitTd a.red:hover {
        border: 1px solid #b10606;
        background: #b81a1a;
        background: -moz-linear-gradient(top,#e89396 0,#d35555 50%,#b81a1a 51%,#961811 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e89396),color-stop(50%,#d35555),color-stop(51%,#b81a1a),color-stop(100%,#961811));
        background: -webkit-linear-gradient(top,#e89396 0,#d35555 50%,#b81a1a 51%,#961811 100%);
        background: -o-linear-gradient(top,#e89396 0,#d35555 50%,#b81a1a 51%,#961811 100%);
        background: -ms-linear-gradient(top,#e89396 0,#d35555 50%,#b81a1a 51%,#961811 100%);
        background: linear-gradient(to bottom,#e89396 0,#d35555 50%,#b81a1a 51%,#961811 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e89396',endColorstr='#961811',GradientType=0)
    }

#designToolConfirmQuantityYes, #designToolConfirmQuantityNo, #designToolSameAsLastOrder, #designToolProceed, #designToolBack, #designToolAddWire {
    border-radius: 10px;
    display: inline-block;
    overflow: hidden
}

#designToolConfirmQuantityYes, #designToolBack, #designToolAddWire {
    margin-right: 10px
}

#ccdtPanelContainer {
    border-radius: 5px;
    height: 8px;
    margin-top: 8px;
    background: #656565;
    background: -moz-linear-gradient(top,#656565 0,#333 50%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#656565),color-stop(50%,#333));
    background: -webkit-linear-gradient(top,#656565 0,#333 50%);
    background: -o-linear-gradient(top,#656565 0,#333 50%);
    background: -ms-linear-gradient(top,#656565 0,#333 50%);
    background: linear-gradient(to bottom,#656565 0,#333 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#656565',endColorstr='#333',GradientType=0)
}

    #ccdtPanelContainer > div {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        top: -305px;
        height: 310px;
        overflow: hidden;
        display: none
    }

        #ccdtPanelContainer > div > div {
            position: absolute;
            width: 95%;
            border-top-right-radius: 15px;
            border-top-left-radius: 15px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-shadow: 0 3px 10px #a7a7a7;
            -webkit-box-shadow: 0 3px 10px #a7a7a7;
            background: #fff;
            top: 310px;
            left: 15px;
            padding: 5px 10px 0 15px;
            z-index: 1000
        }

#ccdtPanel {
    height: 310px;
    overflow: auto
}

#ccdtProducts {
    margin-left: 10px
}

#ccdtPanelContainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
    width: 95%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    #ccdtPanelContainer ul#ulStep2 {
        padding-bottom: 35px
    }

    #ccdtPanelContainer ul#ulStep3 {
        padding-bottom: 75px
    }

    #ccdtPanelContainer ul li {
        list-style-type: none;
        display: inline-block;
        line-height: normal;
        font-style: normal;
        vertical-align: top;
        border-radius: 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 5px;
        text-align: center;
        width: calc(25% - 12px);
        cursor: pointer;
        position: relative
    }

        #ccdtPanelContainer ul li.columns-3 {
            width: calc(33% - 12px)
        }

        #ccdtPanelContainer ul li.columns-2 {
            width: calc(50% - 12px)
        }

        #ccdtPanelContainer ul li.columns-1 {
            width: calc(100% - 12px)
        }

    #ccdtPanelContainer ul#ulStep3 li {
        overflow: visible
    }

    #ccdtPanelContainer ul li:hover a {
        -webkit-transform: scale(1.10);
        -moz-transform: scale(1.10);
        -ms-transform: scale(1.10);
        -o-transform: scale(1.10);
        transform: scale(1.10);
        -webkit-transition: all 100ms;
        -moz-transition: all 100ms;
        -ms-transition: all 100ms;
        -o-transition: all 100ms;
        transition: all 100ms;
        z-index: 99999;
        position: relative
    }

    #ccdtPanelContainer ul#ulStep1 {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
        position: absolute;
        top: 50px
    }

        #ccdtPanelContainer ul#ulStep1 li {
            margin: 0 10px 15px 10px;
            width: auto;
            height: auto
        }

            #ccdtPanelContainer ul#ulStep1 li.incompatible {
                margin: 0 10px 5px 10px;
                position: relative
            }

                #ccdtPanelContainer ul#ulStep1 li.incompatible a {
                    opacity: .3;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
                    filter: alpha(opacity=30)
                }

                #ccdtPanelContainer ul#ulStep1 li.incompatible:after {
                    content: "Incompatible";
                    font-size: 13px;
                    text-transform: uppercase;
                    display: block;
                    padding-top: 5px;
                    color: #c00;
                    font-style: normal;
                    position: absolute;
                    top: 35px;
                    opacity: 1;
                    -webkit-transform: rotate(-44deg);
                    -moz-transform: rotate(-44deg);
                    -ms-transform: rotate(-44deg);
                    -o-transform: rotate(-44deg);
                    transform: rotate(-44deg);
                    width: 100%
                }

    #ccdtPanelContainer ul#addWires li:hover a, #ccdtPanelContainer ul#ulStep2 li.active, #ccdtPanelContainer ul#ulStep2 li:hover a {
        top: 5px
    }

    #ccdtPanelContainer ul#ulStep3 li.active, #ccdtPanelContainer ul#ulStep3 li:hover a {
        -webkit-transform: scale(1.39);
        -moz-transform: scale(1.39);
        -ms-transform: scale(1.39);
        -o-transform: scale(1.39);
        transform: scale(1.39);
        top: 20px
    }

    #ccdtPanelContainer ul li a {
        text-decoration: none;
        font-size: 10px;
        color: #666;
        border-radius: 15px;
        display: block;
        overflow: hidden;
        box-shadow: 0 1px 5px #a7a7a7;
        -webkit-box-shadow: 0 1px 5px #a7a7a7;
        background: #fff
    }

    #ccdtPanelContainer ul#ulStep1 li a {
        padding: 0;
        height: auto
    }

    #ccdtPanelContainer ul#ulStep3 li a {
        overflow: visible;
        min-height: 100px;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #ccdtPanelContainer ul#ulStep3 li.active, #ccdtPanelContainer ul#ulStep3 li:hover a {
        left: auto
    }

    #ccdtPanelContainer ul#ulStep3 li:not(.columns-3):not(.columns-2):not(.columns-1).active:nth-child(4n+1), #ccdtPanelContainer ul#ulStep3 li:not(.columns-3):not(.columns-2):not(.columns-1):nth-child(4n+1):hover a {
        left: 20px
    }

    #ccdtPanelContainer ul#ulStep3 li:not(.columns-3):not(.columns-2):not(.columns-1).active:nth-child(4n+0), #ccdtPanelContainer ul#ulStep3 li:not(.columns-3):not(.columns-2):not(.columns-1):nth-child(4n+0):hover a {
        right: 20px;
        left: auto
    }

    #ccdtPanelContainer ul#ulStep3 li.columns-3.active:nth-child(3n+1), #ccdtPanelContainer ul#ulStep3 li.columns-3:nth-child(3n+1):hover a {
        left: 30px
    }

    #ccdtPanelContainer ul#ulStep3 li.columns-3.active:nth-child(3n+0), #ccdtPanelContainer ul#ulStep3 li.columns-3:nth-child(3n+0):hover a {
        right: 30px;
        left: auto
    }

    #ccdtPanelContainer ul#ulStep3 li.columns-2.active, #ccdtPanelContainer ul#ulStep3 li.columns-2:hover a {
        top: 45px
    }

        #ccdtPanelContainer ul#ulStep3 li.columns-2.active:nth-child(2n+1), #ccdtPanelContainer ul#ulStep3 li.columns-2:nth-child(2n+1):hover a {
            left: 45px
        }

        #ccdtPanelContainer ul#ulStep3 li.columns-2.active:nth-child(2n+0), #ccdtPanelContainer ul#ulStep3 li.columns-2:nth-child(2n+0):hover a {
            right: 45px;
            left: auto
        }

    #ccdtPanelContainer ul#ulStep3 li.columns-1:hover {
        width: 332px
    }

        #ccdtPanelContainer ul#ulStep3 li.columns-1.active, #ccdtPanelContainer ul#ulStep3 li.columns-1:hover a {
            left: 65px
        }

.ie8 #ccdtPanelContainer ul li a {
    border: 1px solid #a7a7a7
}

#ccdtPanelContainer ul li a img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

    #ccdtPanelContainer ul li a img.loadingAltColor {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

#ccdtPanelContainer ul#ulStep1 li a img {
    display: block
}

#ccdtPanelContainer ul li a span {
    display: block
}

    #ccdtPanelContainer ul li a span.altColors {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 5px 0
    }

        #ccdtPanelContainer ul li a span.altColors span {
            display: inline-block;
            margin: 3px 3px 0 3px;
            height: 15px;
            width: 15px;
            border-radius: 50%;
            border: 1px solid #000;
            background: #000;
            background: -moz-linear-gradient(0deg,#000 0,#000 50%,#fff 50%,#fff 100%);
            background: -webkit-linear-gradient(0deg,#000 0,#000 50%,#fff 50%,#fff 100%);
            background: linear-gradient(90deg,#000 0,#000 50%,#fff 50%,#fff 100%)
        }

            #ccdtPanelContainer ul li a span.altColors span.black {
                background-color: #000
            }

            #ccdtPanelContainer ul li a span.altColors span.white {
                background-color: #fff
            }

#ccdtPanelContainer ul#ulStep2 li a span.title, #ccdtPanelContainer ul#addWires li a span.title {
    font-weight: bold;
    font-size: 11px;
    padding-top: 3px
}

#ccdtPanelContainer ul#addWires {
    position: relative;
    top: 35px
}

    #ccdtPanelContainer ul#addWires li {
        width: calc(25% - 15px)
    }

    #ccdtPanelContainer ul#addWires img {
        width: 100%;
        max-width: none
    }

    #ccdtPanelContainer ul#addWires a {
        padding: 0;
        height: 105px
    }

#ccdtPanelContainer ul li#addWireSkip span {
    margin-bottom: 5px
}

#ccdtPanelContainer ul li#addWireSkip a {
    font-size: 16px;
    color: #064792;
    font-weight: bold;
    padding-top: 25px;
    box-sizing: border-box;
    text-shadow: 2px 2px 5px #888
}

#ccdtPanelContainer ul li a span.code {
    padding-top: 5px
}

#ccdtPanelContainer ul li a span.typesCount {
    padding: 2px 0 5px 0;
    letter-spacing: 1px
}

#ccdtPanelContainer ul#ulStep3 li a span.title {
    padding-bottom: 5px
}

#ccdtPanelBackButton {
    background: url(/App_Themes/Skin_4/images/usbfirewire/design-tool-back-button.png) no-repeat;
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 45%;
    z-index: 1;
    cursor: pointer;
    left: 10px
}

#ccdtTool .ui-slider-horizontal {
    height: 12px;
    margin-right: 80px
}

#step1ConnectionLengthContainer span.left, #step1ConnectionLengthContainer span.right {
    display: none;
    padding-top: 10px
}

#step1ConnectionLengthContainer span.left {
    padding-left: 10px;
    float: left
}

#step1ConnectionLengthContainer span.right {
    padding-right: 10px;
    float: right
}

#step1ConnectionLength:after {
    content: "";
    display: block;
    background: url(/App_Themes/Skin_4/images/usbfirewire/design-tool-unit-arrow.png) center bottom no-repeat;
    height: 9px;
    width: 9px;
    position: absolute;
    bottom: -9px;
    left: 37px
}

#step1ConnectionLength.mm:after {
    -webkit-transform: rotate(31deg) translate(-22px,6px);
    -moz-transform: rotate(31deg) translate(-22px,6px);
    -ms-transform: rotate(31deg) translate(-22px,6px);
    -o-transform: rotate(31deg) translate(-22px,6px);
    transform: rotate(31deg) translate(-22px,6px)
}

.ie8 #step1ConnectionLength.mm:after {
    top: -9px;
    left: 0
}

#step1ConnectionLength.ft:after {
    -webkit-transform: rotate(-32deg) translate(22px,7px);
    -moz-transform: rotate(-32deg) translate(22px,7px);
    -ms-transform: rotate(-32deg) translate(22px,7px);
    -o-transform: rotate(-32deg) translate(22px,7px);
    transform: rotate(-32deg) translate(22px,7px)
}

.ie8 #step1ConnectionLength.ft:after {
    top: -9px;
    right: 0;
    left: auto
}

#step1ConnectionLength {
    width: 100px;
    padding-bottom: 10px;
    display: inline-block;
    border: 8px solid #dadada;
    box-sizing: border-box;
    background: #2f2f2f;
    padding: 3px;
    border-radius: 90px;
    top: -5px;
    position: relative
}

    #step1ConnectionLength.glow {
        -webkit-box-shadow: 0 0 50px 30px rgba(255,223,0,0.5);
        box-shadow: 0 0 50px 30px rgba(255,223,0,0.5);
        transition: box-shadow .3s ease-in-out
    }

        #step1ConnectionLength.glow.fadeOut {
            -webkit-box-shadow: 0 0 50px 30px rgba(255,223,0,0);
            box-shadow: 0 0 50px 30px rgba(255,223,0,0);
            transition: box-shadow 1s ease-out
        }

#step1ConnectionLengthInnerContainer {
    height: 78px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 90px
}

#step1ConnectionLengthInner {
    border: 8px solid #565656;
    border-radius: 90px;
    padding: 10px 5px;
    background: #a7a7a7;
    background: -moz-linear-gradient(top,#a7a7a7 0,#a7a7a7 50%,#d6d0b0 50%,#d6d0b0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a7a7a7),color-stop(50%,#a7a7a7),color-stop(50%,#d6d0b0),color-stop(100%,#d6d0b0));
    background: -webkit-linear-gradient(top,#a7a7a7 0,#a7a7a7 50%,#d6d0b0 50%,#d6d0b0 100%);
    background: -o-linear-gradient(top,#a7a7a7 0,#a7a7a7 50%,#d6d0b0 50%,#d6d0b0 100%);
    background: -ms-linear-gradient(top,#a7a7a7 0,#a7a7a7 50%,#d6d0b0 50%,#d6d0b0 100%);
    background: linear-gradient(to bottom,#a7a7a7 0,#a7a7a7 50%,#d6d0b0 50%,#d6d0b0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7a7a7',endColorstr='#d6d0b0',GradientType=0)
}

    #step1ConnectionLengthInner .top {
        color: #fff;
        font-size: 10px;
        padding: 5px 0;
        text-transform: uppercase
    }

    #step1ConnectionLengthInner .bottom {
        padding-top: 5px
    }

    #step1ConnectionLengthInner input {
        width: 100%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        border: none;
        background: none;
        text-align: center;
        font-size: 12px
    }

#step1ConnectionLengthPlus, #step1ConnectionLengthMinus {
    overflow: hidden;
    position: absolute;
    top: 31px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 90px
}

#deleteUploadedFile {
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 90px;
    box-shadow: 0 2px 3px #999
}

#ccdtSubmitMinus, #ccdtSubmitPlus {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    vertical-align: baseline
}

#deleteUploadedFile a, #step1ConnectionLengthPlus a, #step1ConnectionLengthMinus a {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 90px;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    background: #9f7a0a;
    background: -moz-linear-gradient(top,#f6be0f 0,#cd9e0d 50%,#c79a0c 51%,#9f7a0a 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6be0f),color-stop(50%,#cd9e0d),color-stop(51%,#c79a0c),color-stop(100%,#9f7a0a));
    background: -webkit-linear-gradient(top,#f6be0f 0,#cd9e0d 50%,#c79a0c 51%,#9f7a0a 100%);
    background: -o-linear-gradient(top,#f6be0f 0,#cd9e0d 50%,#c79a0c 51%,#9f7a0a 100%);
    background: -ms-linear-gradient(top,#f6be0f 0,#cd9e0d 50%,#c79a0c 51%,#9f7a0a 100%);
    background: linear-gradient(to bottom,#f6be0f 0,#cd9e0d 50%,#c79a0c 51%,#9f7a0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6be0f',endColorstr='#9f7a0a',GradientType=0)
}

#ccdtSubmitInputPlusMinus {
    position: relative;
    display: inline-block
}

#ccdtSubmitPlusMinus {
    position: absolute;
    text-align: center;
    background: #f7f1cc;
    border-left: 0;
    float: left;
    width: 20px;
    top: 2px;
    right: 1px;
    bottom: 2px
}

#ccdtSubmitMinus a, #ccdtSubmitPlus a {
    cursor: pointer;
    color: #797979;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 20px;
    height: 15px;
    text-align: center;
    text-decoration: none;
    font-size: 16px
}

#deleteUploadedFile a, #ccdtSubmitMinus a, #ccdtSubmitPlus a {
    text-align: center
}

#step1ConnectionLengthPlus {
    right: -11px;
    padding-top: 1px
}

#step1ConnectionLengthMinus {
    left: -11px
}

    #deleteUploadedFile a:hover, #step1ConnectionLengthPlus a:hover, #step1ConnectionLengthMinus a:hover {
        background: #b98a00;
        background: -moz-linear-gradient(top,#ffe002 0,#f3b700 50%,#ebb200 51%,#b98a00 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffe002),color-stop(50%,#f3b700),color-stop(51%,#ebb200),color-stop(100%,#b98a00));
        background: -webkit-linear-gradient(top,#ffe002 0,#f3b700 50%,#ebb200 51%,#b98a00 100%);
        background: -o-linear-gradient(top,#ffe002 0,#f3b700 50%,#ebb200 51%,#b98a00 100%);
        background: -ms-linear-gradient(top,#ffe002 0,#f3b700 50%,#ebb200 51%,#b98a00 100%);
        background: linear-gradient(to bottom,#ffe002 0,#f3b700 50%,#ebb200 51%,#b98a00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe002',endColorstr='#b98a00',GradientType=0)
    }

#step1ConnectionLengthUnits {
    text-align: center;
    font-size: 12px;
    margin-top: 10px
}

#step1WireContainer {
    height: 40px
}

#step1Wire {
    display: none;
    padding: 0 20px
}

    #step1Wire strong {
        max-width: 100%;
        display: inline-block;
        border-radius: 5px
    }

        #step1Wire strong a {
            display: block;
            border-radius: 5px;
            text-decoration: none;
            padding: 3px 15px 4px 12px;
            box-sizing: border-box;
            font: 14px Verdana,"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
            color: #fff;
            text-decoration: none;
            text-shadow: 0 0 5px #999;
            cursor: pointer;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            border: 1px solid #a1a1a1;
            background: #6b6b6b;
            background: -moz-linear-gradient(top,#d9d9d9 0,#a9a9a9 50%,#949494 51%,#6b6b6b 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d9d9d9),color-stop(50%,#a9a9a9),color-stop(51%,#949494),color-stop(100%,#6b6b6b));
            background: -webkit-linear-gradient(top,#d9d9d9 0,#a9a9a9 50%,#949494 51%,#6b6b6b 100%);
            background: -o-linear-gradient(top,#d9d9d9 0,#a9a9a9 50%,#949494 51%,#6b6b6b 100%);
            background: -ms-linear-gradient(top,#d9d9d9 0,#a9a9a9 50%,#949494 51%,#6b6b6b 100%);
            background: linear-gradient(to bottom,#d9d9d9 0,#a9a9a9 50%,#949494 51%,#6b6b6b 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9',endColorstr='#6b6b6b',GradientType=0)
        }

#step1ConnectionLengthUnits * {
    cursor: pointer
}

#step1ConnectionLengthUnits label, #step1ConnectionLengthUnits span {
    display: inline-block
}

#step1ConnectionLengthUnits span {
    padding: 0 3px
}

.ie8 #step1ConnectionLengthUnits span.radio, .step1ConnectionLengthUnit input {
    display: none
}

.ie8 .step1ConnectionLengthUnit input {
    display: inline;
    margin: 0;
    vertical-align: middle
}

#step1ConnectionLengthUnits label {
    display: inline-block;
    margin-left: 5px
}

    #step1ConnectionLengthUnits label:first-child {
        margin: 0
    }

.step1ConnectionLengthUnit .radio {
    cursor: pointer;
    width: 7px;
    height: 8px;
    border-radius: 90px;
    border: 1px solid #666;
    box-sizing: border-box
}

.step1ConnectionLengthUnit input[type=radio]:checked + .radio {
    background-color: #d5ab00;
    border: 1px solid #d5ab00
}

#ccdtTool .length {
    color: #366d24;
    background-color: #eefde7;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#eefde7),color-stop(1,#a8cb8c));
    background-image: -moz-linear-gradient(center top,#eefde7 5%,#a8cb8c 100%);
    background-image: linear-gradient(center top,#eefde7 5%,#a8cb8c 100%);
    background-image: -ms-linear-gradient(top,#eefde7 0,#a8cb8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eefde7',endColorstr='#a8cb8c');
    background-repeat: repeat-x;
    -moz-box-shadow: inset 0 3px 5px 0 #fff;
    -webkit-box-shadow: inset 0 3px 5px 0 #fff;
    box-shadow: inset 0 -2px 10px 0 #fff;
    text-shadow: 0 1px 1px #fff;
    border: 1px solid #b6d7a4
}

    #ccdtTool .length .arrowRight {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid green
    }

    #ccdtTool .length .arrowLeft {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid blue
    }
#ccdtFooterTotals {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 10px;
    padding-right: 10px;
}

    #ccdtFooterTotals td {
        padding: 3px;
    }

        #ccdtFooterTotals td > * {
            padding: 3px;
            font-size: 12px;
            color: #6f6f6f;
        }

        #ccdtFooterTotals td:not(.hr):first-child {
            text-align: right;
            border-right: 2px solid #666
        }

        #ccdtFooterTotals td.hr {
        }

            #ccdtFooterTotals td.hr div {
                border-top: 2px solid #666;
            }

#ccdtFooter {
    flex:1;
    min-height: 51px;
    margin-top: 10px;
    padding-left: 60px
}

.ccdtFooterStart {
    background: url(/App_Themes/Skin_4/images/usbfirewire/design-tool-start-icon.png) left top no-repeat
}

.ccdtFooterStep1 {
    background: url(/App_Themes/Skin_4/images/usbfirewire/design-tool-step-1-icon.png) left top no-repeat
}

.ccdtFooterStep2 {
    background: url(/App_Themes/Skin_4/images/usbfirewire/design-tool-step-2-icon.png) left top no-repeat
}

.ccdtFooterStep3 {
    background: url(/App_Themes/Skin_4/images/usbfirewire/design-tool-step-3-icon.png) left top no-repeat
}

#ccdtFooter strong {
    color: #1a1490;
    font-size: 15px;
    font-weight: normal
}

.ie8 #ccdtFooter div:first-child {
    font: 18px Verdana,"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    margin-bottom: 5px;
    color: #c5a852;
    text-transform: uppercase
}

    .ie8 #ccdtFooter div:first-child + div {
        color: #6f6f6f;
        font-size: 12px;
        height: 34px
    }

#ccdtFooter div:nth-child(1) {
    font: 18px Verdana,"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    margin-bottom: 5px;
    color: #b1880c;
    text-transform: uppercase
}

#ccdtFooter div:nth-child(2) {
    color: #6f6f6f;
    height: 34px;
    font-size: 12px
}

#ccdtFooter .tipMeasureText {
    padding-left: 25px
}

#ccdtFooter .tipMeasure {
    background: url(/App_Themes/Skin_4/images/usbfirewire/tipmeasure.png) 25px center no-repeat
}

#ccdtPanelContainer ul li.columns-2 .designToolImageDimensions {
    height: 150px;
    width: 150px
}

.designToolImageDimensions {
    display: block;
    padding: 5px;
    position: relative;
    width: 100px;
    margin: 0 auto;
    box-sizing: border-box
}

.designToolLoadingImagePadding {
    padding: 15px 0
}

#designToolLoading {
    position: relative;
    width: 95%;
    float: right;
    text-align: center;
    top: 135px
}

    #designToolLoading:after {
        content: "Loading Cables... Please Stand By";
        font-size: 20px;
        color: #1a1490;
        text-align: center;
        display: inline-block;
        vertical-align: middle
    }

    #designToolLoading.wires:after {
        content: "Loading Wires... Please Stand By"
    }

    #designToolLoading:before {
        content: "";
        display: inline-block;
        height: 10px;
        width: 10px;
        animation: rotate .8s infinite linear;
        border: 5px solid #1a1490;
        border-right-color: transparent;
        border-radius: 50%;
        margin: 0 10px 0 0;
        vertical-align: middle
    }

.ie8 #designToolLoading:before, .ie9 #designToolLoading:before {
    display: none
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#iFrameResults, #ccdtCustom, #ccdtSubmit {
    display: none
}

#ccdtCustom {
    padding: 15px 20px 0 20px
}

#ccdtSubmit {
    padding: 10px 15px 0 10px
}

#ccdtCustom .fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px
}

    #ccdtCustom .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        filter: alpha(opacity=0);
        cursor: pointer
    }

#ccdtCustom .fileupload-buttonbar .btn, #ccdtCustom .fileupload-buttonbar .toggle {
    margin-bottom: 5px
}

#ccdtCustom .progress-bar-stripes {
    filter: none
}

#ccdtCustom .fileupload-process {
    float: right;
    display: none
}

#ccdtCustom .fileupload-processing .fileupload-process {
    display: block;
    width: 32px;
    height: 32px;
    background: url("/App_Themes/Skin_4/images/usbfirewire/loading.gif") center no-repeat;
    background-size: contain
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

#ccdtCustom .progress {
    display: none;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    width: 100%
}

#ccdtCustom .progress-bar {
    float: left;
    width: 0;
    font-size: 12px;
    height: 15px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

#ccdtCustom .progress-striped .progress-bar, #ccdtCustom .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

#ccdtCustom .progress.active .progress-bar, #ccdtCustom .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

#ccdtCustom .progress-bar[aria-valuenow="1"], #ccdtCustom .progress-bar[aria-valuenow="2"] {
    min-width: 30px
}

#ccdtCustom .progress-bar[aria-valuenow="0"] {
    min-width: 30px;
    color: #777;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#ccdtCustom .progress-bar-success {
    background-color: #5cb85c
}

#ccdtCustom .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

#ccdtCustom .progress-bar-info {
    background-color: #5bc0de
}

#ccdtCustom .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

#ccdtCustom .progress-bar-warning {
    background-color: #f0ad4e
}

#ccdtCustom .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

#ccdtCustom .progress-bar-danger {
    background-color: #d9534f
}

#ccdtCustom .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

#files {
    font-size: 12px
}

    #files .text-danger {
        color: #c00;
        font-weight: bold;
        padding-top: 5px;
        display: inline-block
    }

    #files #file-content {
        font-weight: bold;
        display: inline-block
    }

        #files #file-content.file-content-file {
            padding: 5px 0 0 25px
        }

        #files #file-content span {
            vertical-align: middle;
            display: inline-block
        }

.ccdtCustomTable {
    display: table;
    width: 100%
}

.ccdtCustomTableButtons {
    margin-top: 10px
}

.ccdtCustomTr {
    display: table-row
}

.ccdtCustomTd {
    display: table-cell;
    vertical-align: top
}

#ccdtSubmitLeadTimeLabel, #ccdtSubmitPriceLabel, .ccdtSubmitTd.left {
    font-size: 9px;
    color: #999;
    text-transform: uppercase
}

    #ccdtSubmitPriceLabel.hide {
        display: none
    }

.ccdtCustomTd:first-child {
    font-size: 9px;
    color: #999;
    text-transform: uppercase;
    width: 80px;
    padding-top: 5px
}

.ccdtSubmitTable.cablesQuantityPrice .ccdtSubmitTd.right span#ccdtSubmitLeadTimeLabel {
    margin: 3px 5px 0 5px;
    display: inline-block;
    vertical-align: middle
}

    .ccdtSubmitTable.cablesQuantityPrice .ccdtSubmitTd.right span#ccdtSubmitLeadTimeLabel.hide {
        display: none
    }

#ccdtSubmitPriceLabel {
    margin: 3px 3px 0 3px
}

#ccdtSubmitPrice {
    margin-top: 3px;
    font-size: 14px;
    min-width: 55px
}

    #ccdtSubmitPrice.hide {
        display: none
    }

.ccdtSubmitTd.right {
    font-weight: bold;
    font-size: 12px
}

#iFrameAppend {
    visibility: hidden
}

#deleteUploadedFile {
    font-size: 14px;
    width: 20px;
    margin: -1px 5px 0 -25px
}

.ccdtSubmitTable.buttons .ccdtSubmitTd.left {
    text-transform: none
}

.ccdtSubmitTd.left {
    white-space: nowrap
}

    .ccdtSubmitTd.left:first-child {
        width: 70px
    }

.ccdtSubmitTable.fullNameCompanyName .ccdtSubmitTd.left:nth-child(3), .ccdtSubmitTable.userContact .ccdtSubmitTd.left:nth-child(3) {
    padding-left: 20px
}

.ccdtSubmitTd.right input[type="text"] {
    box-sizing: border-box;
    padding: 3px 0 3px 10px;
    border: 1px solid #ddd;
    background-color: #f7f1cc;
    max-width: 100%;
    font-size: 12px
}

.ccdtSubmitTable.fullNameCompanyName .ccdtSubmitTd.right input[type="text"], .ccdtSubmitTable.userContact .ccdtSubmitTd.right input[type="text"] {
    width: 160px
}

.ccdtSubmitTable.userAddress .ccdtSubmitTd.right input#ccdtAddress {
    width: 125px
}

.ccdtSubmitTable.userAddress .ccdtSubmitTd.right input#ccdtCity {
    width: 100px
}

.ccdtSubmitTable.userAddress .ccdtSubmitTd.right input#ccdtState {
    width: 40px
}

.ccdtSubmitTable.userAddress .ccdtSubmitTd.right input#ccdtZip {
    width: 60px
}

.ccdtSubmitTable.userNotes .ccdtSubmitTd.right input[type="text"] {
    width: 100%
}

#customDesignTextArea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 0 20px rgba(153,153,153,.5);
    box-shadow: inset 0 0 20px rgba(153,153,153,.5);
    background-color: #f7f1cc;
    resize: none;
    height: 150px
}

#ccdtCustomUploadFile {
    vertical-align: top;
    width: 250px;
    float: left;
    word-wrap: break-word
}

#ccdtCustomProceed {
    display: inline-block;
    float: right;
    border-radius: 10px;
    overflow: hidden
}

#ccdtCustomProceedError {
    width: 250px;
    float: left;
    font: 18px Verdana,"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    color: #c5a852
}

.ccdtSubmitTable {
    display: table;
    margin-bottom: 5px;
    border-spacing: 0
}

    .ccdtSubmitTable.fullNameCompanyName, .ccdtSubmitTable.userAddress, .ccdtSubmitTable.userContact, .ccdtSubmitTable.userNotes, .ccdtSubmitTable.cablesQuantityPrice, .ccdtSubmitTable.buttons {
        width: 100%
    }

        .ccdtSubmitTable.cablesQuantityPrice .ccdtSubmitTd.right span {
            vertical-align: middle;
            display: inline-block
        }

.ccdtSubmitTr {
    display: table-row
}

.ccdtSubmitTd {
    display: table-cell;
    padding: 2px 1px;
    box-sizing: border-box;
    vertical-align: middle
}

    .ccdtSubmitTd.left, .ccdtSubmitTd.right {
        float: none
    }

    .ccdtSubmitTd.alignRight {
        text-align: right
    }

.ccdtSubmitTable.buttons .right {
    text-align: right
}

.ccdtSubmitTd.right #ccdtUnits {
    width: 60px;
    height: 34px;
    padding-right: 20px;
    line-height: 1em;
    vertical-align: middle;
    box-sizing: border-box
}

#ccdtSubmitConnection1 div, #ccdtSubmitConnection2 div, #ccdtSubmitInterface div, #ccdtSubmitWire div {
    width: 65px
}

#ccdtSubmitCableJoinMethod div {
    width: 250px
}

#ccdtSubmitLength div {
    width: 65px
}

#ccdtSubmitConnection1 div, #ccdtSubmitConnection2 div, #ccdtSubmitInterface div, #ccdtSubmitCableJoinMethod div, #ccdtSubmitLength div, #ccdtSubmitWire div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#deleteUploadedFile {
    text-decoration: none;
    color: #6f6f6f
}

#ccdtLeadTime {
    border-radius: 5px;
    background: #ccc;
    color: #696969;
    font-size: 10px;
    text-shadow: 0 0 5px #fff;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-transform: uppercase
}

    #ccdtLeadTime.hide {
        display: none
    }

    #ccdtLeadTime * {
        vertical-align: middle;
        margin: 0;
        cursor: pointer
    }

    #ccdtLeadTime span {
        padding: 5px;
        display: inline-block
    }

        #ccdtLeadTime span em {
            font-style: normal;
            vertical-align: middle
        }

            #ccdtLeadTime span em.leadTime {
                margin-left: 5px
            }

                #ccdtLeadTime span em.leadTime.hide, #ccdtLeadTime span em.leadTime:empty {
                    display: none
                }

#spanLeadTime_Express.hide {
    display: none
}

#spanLeadTime_ASAP {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #bfbfbf
}

#spanLeadTime_2-4Weeks {
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7
}

#spanLeadTime_4-8Weeks {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #bfbfbf
}

#ccdtLeadTime input {
    display: none
}

#ccdtLeadTime span:hover {
    background: #eaeaea
}

#ccdtLeadTime input[type=radio]:checked + span {
    background-color: #a4a4a4;
    color: #980000
}

.ie8 #ccdtLeadTime label {
    display: inline-block
}

.ie8 #ccdtLeadTime input {
    display: inline;
    margin: 0
}

.ie8 .ccdtSubmitTable.cablesQuantityPrice .ccdtSubmitTd.right span#ccdtSubmitLeadTimeLabel {
    display: none
}

#ccdtSubmit .message {
    font: 18px Verdana,"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    margin-bottom: 5px;
    color: #c5a852;
    text-align: left
}

#iframe-post-design {
    height: 500px;
    width: 100%;
    display: none
}

#ccdtFormData {
    display: none;
}

    #ccdtFormData input {
        width: 100%
    }

#designToolConfirmQuantity {
    display: none;
    float: right
}

#productsError {
    width: 95%;
    float: right;
    text-align: center;
    margin-top: 110px;
    color: #c00;
    font-weight: bold;
    font-size: 20px
}

.range-bar {
    display: block;
    position: relative;
    width: 100%
}

.range-quantity {
    display: block;
    width: 0
}

.range-handle {
    left: 0;
    top: -17px;
    position: absolute;
    height: 46px;
    width: 80px;
    border: none;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    background: url(/App_Themes/Skin_4/images/usbfirewire/design-tool-ferrite-bead.png) no-repeat
}

    .range-handle#flexFusionBg {
        background: url(/App_Themes/Skin_4/images/usbfirewire/design-tool-flex-fusion.png) left 15px no-repeat
    }

    .range-handle:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing
    }

.range-disabled {
    cursor: default
}

#sliderUnitsContainer {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center
}

#sliderUnits {
    display: inline-block;
    border: 1px solid #dfab0e;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 0 10px;
    -webkit-box-shadow: inset 0 0 20px rgba(245,222,147,1);
    box-shadow: inset 0 0 20px rgba(245,222,147,1);
    background-color: #f7f1cc
}

    #sliderUnits input {
        float: none;
        margin: 0;
        padding: 0;
        border: none;
        width: 40px;
        font-size: 12px;
        text-align: center;
        background: none;
        border: 1px solid transparent
    }

        #sliderUnits input:hover {
            background-color: #fff;
            border: 1px solid #dfab0e
        }

        #sliderUnits input.notAllowed, .range-handle.notAllowed:active, .range-handle.notAllowed {
            cursor: not-allowed
        }

            #sliderUnits input.notAllowed:hover {
                background: none;
                border: 1px solid transparent
            }

        #sliderUnits input.left {
            margin-right: 6px
        }

        #sliderUnits input.right {
            margin-left: 6px
        }

    #sliderUnits div {
        display: inline-block;
        background: #dfab0e;
        padding: 3px 10px;
        color: #fff;
        font-size: 13px;
        position: relative
    }

        #sliderUnits div:before, #sliderUnits div:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            display: block;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            top: 7px
        }

        #sliderUnits div:before {
            left: -4px;
            border-right: 4px solid #dfab0e
        }

        #sliderUnits div:after {
            right: -4px;
            border-left: 4px solid #dfab0e
        }

    #sliderUnits.updateIndicator {
        box-shadow: 0 0 30px #ffc300;
        -webkit-box-shadow: 0 0 30px #ffc300
    }

        #sliderUnits.updateIndicator input.left, #sliderUnits.updateIndicator input.right {
            font-weight: bold;
            color: #c00
        }

#step2Connectors {
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%
}

    #step2Connectors * {
        cursor: pointer;
        text-align: center
    }

    #step2Connectors label, #step2Connectors span {
        display: inline-block
    }

    #step2Connectors span {
        padding: 0 3px
    }

        #step2Connectors span.text.ccdtCableFixingDisabled {
            text-decoration: line-through
        }

.ie8 #step2Connectors span.radio, .step2Connector input {
    display: none
}

.ie8 .step2Connector input {
    display: inline;
    margin: 0;
    vertical-align: middle
}

#step2Connectors label {
    display: inline-block;
    margin-left: 5px
}

    #step2Connectors label:first-child {
        margin: 0
    }

.step2Connector .radio {
    cursor: pointer;
    width: 7px;
    height: 8px;
    border-radius: 90px;
    border: 1px solid #666;
    box-sizing: border-box
}

.step2Connector input[type=radio]:checked + .radio {
    background-color: #d5ab00;
    border: 1px solid #d5ab00
}

.step2Connector input[type=radio]:checked + .text + .radio {
    background-color: #d5ab00;
    border: 1px solid #d5ab00
}

#js-decimal {
    position: absolute;
    bottom: 0
}

#sliderUnitsNotApplicable {
    display: inline-block;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px 30px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    font-size: 12px
}

#ccdtSubmit .message .submitDots {
    display: inline-block
}

    #ccdtSubmit .message .submitDots span {
        background: #c5a852;
        border-radius: 50%;
        box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
        display: inline-block;
        margin: 0 3px;
        height: 7px;
        width: 7px;
        -webkit-animation: submitDots .8s linear infinite;
        -moz-animation: submitDots .8s linear infinite;
        -ms-animation: submitDots .8s linear infinite;
        animation: submitDots .8s linear infinite
    }

        #ccdtSubmit .message .submitDots span:nth-child(2) {
            -webkit-animation-delay: .2s;
            -moz-animation-delay: .2s;
            -ms-animation-delay: .2s;
            animation-delay: .2s
        }

        #ccdtSubmit .message .submitDots span:nth-child(1) {
            -webkit-animation-delay: .4s;
            -moz-animation-delay: .4s;
            -ms-animation-delay: .4s;
            animation-delay: .4s
        }

@-webkit-keyframes submitDots {
    0% {
        background: transparent
    }

    50% {
        background: #c5a852
    }

    100% {
        background: transparent
    }
}

@-moz-keyframes submitDots {
    0% {
        background: transparent
    }

    50% {
        background: #c5a852
    }

    100% {
        background: transparent
    }
}

@-ms-keyframes submitDots {
    0% {
        background: transparent
    }

    50% {
        background: #c5a852
    }

    100% {
        background: transparent
    }
}

@keyframes submitDots {
    0% {
        background: transparent
    }

    50% {
        background: #c5a852
    }

    100% {
        background: transparent
    }
}

#ccdtSubmitMessage {
    text-align: center;
    margin-top: 78px
}

#ccdtSubmitMessageHeader {
    color: #87af1e;
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #999
}

#ccdtSubmitMessageSubNote {
    color: #999;
    text-transform: uppercase;
    font-size: 11px
}

@media screen and (max-width:900px) {
    #ccdtTool {
        box-shadow: inset 0 0 10px #a7a7a7;
        -webkit-box-shadow: inset 0 0 10px #a7a7a7
    }

    #ccdtContainer {
        box-shadow: none;
        -webkit-box-shadow: none
    }

    #customToolContainer {
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .leftcol.customTool {
        width: 100%
    }

    .roundbox.customTool {
        border: none;
        padding: 20px 0
    }
}

@media screen and (max-width:667px) {
    .leftcol.customTool {
        width: 640px
    }
}

.cablesSpeed {
    width: 240px
}

.cablesPrice {
    width: 125px
}

#protoBuildTimelines {
    font-size: 14px;
    margin: 3px 0 0 15px;
    transform: skewX(-45deg);
    display: inline-block
}

#kitt .kitt-one, #kitt .kitt-two, #kitt .kitt-three, #kitt .kitt-four, #kitt .kitt-five, #kitt .kitt-six, #kitt .kitt-seven, #kitt .kitt-eight, #kitt .kitt-nine {
    width: 10px;
    height: 10px;
    margin: 0 3px 0 0;
    float: left;
    background: #6b6b6b;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear
}

#kitt:before, #kitt:after {
    content: "";
    display: table
}

#kitt:after {
    clear: both
}

#kitt .kitt-one {
    -webkit-animation-name: kittfirst;
    -moz-animation-name: kittfirst;
    -o-animation-name: kittfirst;
    animation-name: kittfirst
}

#kitt .kitt-two {
    -webkit-animation-name: kittsecond;
    -moz-animation-name: kittsecond;
    -o-animation-name: kittsecond;
    animation-name: kittsecond
}

#kitt .kitt-three {
    -webkit-animation-name: kittthird;
    -moz-animation-name: kittthird;
    -o-animation-name: kittthird;
    animation-name: kittthird
}

#kitt .kitt-four {
    -webkit-animation-name: kittfourth;
    -moz-animation-name: kittfourth;
    -o-animation-name: kittfourth;
    animation-name: kittfourth
}

#kitt .kitt-five {
    -webkit-animation-name: kittfifth;
    -moz-animation-name: kittfifth;
    -o-animation-name: kittfifth;
    animation-name: kittfifth
}

#kitt .kitt-six {
    -webkit-animation-name: kittsixth;
    -moz-animation-name: kittsixth;
    -o-animation-name: kittsixth;
    animation-name: kittsixth
}

#kitt .kitt-seven {
    -webkit-animation-name: kittseventh;
    -moz-animation-name: kittseventh;
    -o-animation-name: kittseventh;
    animation-name: kittseventh
}

#kitt .kitt-eight {
    -webkit-animation-name: kitteighth;
    -moz-animation-name: kitteighth;
    -o-animation-name: kitteighth;
    animation-name: kitteighth
}

#kitt .kitt-nine {
    -webkit-animation-name: kittninth;
    -moz-animation-name: kittninth;
    -o-animation-name: kittninth;
    animation-name: kittninth
}

@-webkit-keyframes kittfirst {
    0% {
        opacity: .5
    }

    6.25% {
        opacity: 1
    }

    12.5% {
        opacity: .5
    }

    100% {
        opacity: .5
    }
}

@-webkit-keyframes kittsecond {
    0% {
        opacity: .5
    }

    6.25% {
        opacity: .5
    }

    12.5% {
        opacity: 1
    }

    18.75% {
        opacity: .5
    }

    93.75% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes kittthird {
    0% {
        opacity: .5
    }

    12.5% {
        opacity: .5
    }

    18.75% {
        opacity: 1
    }

    25% {
        opacity: .5
    }

    87.50% {
        opacity: .5
    }

    93.75% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-webkit-keyframes kittfourth {
    0% {
        opacity: .5
    }

    18.75% {
        opacity: .5
    }

    25% {
        opacity: 1
    }

    31.25% {
        opacity: .5
    }

    81.25% {
        opacity: .5
    }

    87.50% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-webkit-keyframes kittfifth {
    0% {
        opacity: .5
    }

    25% {
        opacity: .5
    }

    31.25% {
        opacity: 1
    }

    37.5% {
        opacity: .5
    }

    75% {
        opacity: .5
    }

    81.25% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-webkit-keyframes kittsixth {
    0% {
        opacity: .5
    }

    31.25% {
        opacity: .5
    }

    37.5% {
        opacity: 1
    }

    43.75% {
        opacity: .5
    }

    68.75% {
        opacity: .5
    }

    75% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-webkit-keyframes kittseventh {
    0% {
        opacity: .5
    }

    37.5% {
        opacity: .5
    }

    43.75% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    62.5% {
        opacity: .5
    }

    68.75% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-webkit-keyframes kitteighth {
    0% {
        opacity: .5
    }

    43.75% {
        opacity: .5
    }

    50% {
        opacity: 1
    }

    56.25% {
        opacity: .5
    }

    62.5% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-webkit-keyframes kittninth {
    0% {
        opacity: .5
    }

    50% {
        opacity: .5
    }

    56.25% {
        opacity: 1
    }

    62.5% {
        opacity: .5
    }

    100% {
        opacity: .5
    }
}

@-moz-keyframes kittfirst {
    0% {
        opacity: .5
    }

    6.25% {
        opacity: 1
    }

    12.5% {
        opacity: .5
    }

    100% {
        opacity: .5
    }
}

@-moz-keyframes kittsecond {
    0% {
        opacity: .5
    }

    6.25% {
        opacity: .5
    }

    12.5% {
        opacity: 1
    }

    18.75% {
        opacity: .5
    }

    93.75% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes kittthird {
    0% {
        opacity: .5
    }

    12.5% {
        opacity: .5
    }

    18.75% {
        opacity: 1
    }

    25% {
        opacity: .5
    }

    87.50% {
        opacity: .5
    }

    93.75% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-moz-keyframes kittfourth {
    0% {
        opacity: .5
    }

    18.75% {
        opacity: .5
    }

    25% {
        opacity: 1
    }

    31.25% {
        opacity: .5
    }

    81.25% {
        opacity: .5
    }

    87.50% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-moz-keyframes kittfifth {
    0% {
        opacity: .5
    }

    25% {
        opacity: .5
    }

    31.25% {
        opacity: 1
    }

    37.5% {
        opacity: .5
    }

    75% {
        opacity: .5
    }

    81.25% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-moz-keyframes kittsixth {
    0% {
        opacity: .5
    }

    31.25% {
        opacity: .5
    }

    37.5% {
        opacity: 1
    }

    43.75% {
        opacity: .5
    }

    68.75% {
        opacity: .5
    }

    75% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-moz-keyframes kittseventh {
    0% {
        opacity: .5
    }

    37.5% {
        opacity: .5
    }

    43.75% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    62.5% {
        opacity: .5
    }

    68.75% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-moz-keyframes kitteighth {
    0% {
        opacity: .5
    }

    43.75% {
        opacity: .5
    }

    50% {
        opacity: 1
    }

    56.25% {
        opacity: .5
    }

    62.5% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-moz-keyframes kittninth {
    0% {
        opacity: .5
    }

    50% {
        opacity: .5
    }

    56.25% {
        opacity: 1
    }

    62.5% {
        opacity: .5
    }

    100% {
        opacity: .5
    }
}

@-o-keyframes kittfirst {
    0% {
        opacity: .5
    }

    6.25% {
        opacity: 1
    }

    12.5% {
        opacity: .5
    }

    100% {
        opacity: .5
    }
}

@-o-keyframes kittsecond {
    0% {
        opacity: .5
    }

    6.25% {
        opacity: .5
    }

    12.5% {
        opacity: 1
    }

    18.75% {
        opacity: .5
    }

    93.75% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes kittthird {
    0% {
        opacity: .5
    }

    12.5% {
        opacity: .5
    }

    18.75% {
        opacity: 1
    }

    25% {
        opacity: .5
    }

    87.50% {
        opacity: .5
    }

    93.75% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-o-keyframes kittfourth {
    0% {
        opacity: .5
    }

    18.75% {
        opacity: .5
    }

    25% {
        opacity: 1
    }

    31.25% {
        opacity: .5
    }

    81.25% {
        opacity: .5
    }

    87.50% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-o-keyframes kittfifth {
    0% {
        opacity: .5
    }

    25% {
        opacity: .5
    }

    31.25% {
        opacity: 1
    }

    37.5% {
        opacity: .5
    }

    75% {
        opacity: .5
    }

    81.25% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-o-keyframes kittsixth {
    0% {
        opacity: .5
    }

    31.25% {
        opacity: .5
    }

    37.5% {
        opacity: 1
    }

    43.75% {
        opacity: .5
    }

    68.75% {
        opacity: .5
    }

    75% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-o-keyframes kittseventh {
    0% {
        opacity: .5
    }

    37.5% {
        opacity: .5
    }

    43.75% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    62.5% {
        opacity: .5
    }

    68.75% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-o-keyframes kitteighth {
    0% {
        opacity: .5
    }

    43.75% {
        opacity: .5
    }

    50% {
        opacity: 1
    }

    56.25% {
        opacity: .5
    }

    62.5% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@-o-keyframes kittninth {
    0% {
        opacity: .5
    }

    50% {
        opacity: .5
    }

    56.25% {
        opacity: 1
    }

    62.5% {
        opacity: .5
    }

    100% {
        opacity: .5
    }
}

@keyframes kittfirst {
    0% {
        opacity: .5
    }

    6.25% {
        opacity: 1
    }

    12.5% {
        opacity: .5
    }

    100% {
        opacity: .5
    }
}

@keyframes kittsecond {
    0% {
        opacity: .5
    }

    6.25% {
        opacity: .5
    }

    12.5% {
        opacity: 1
    }

    18.75% {
        opacity: .5
    }

    93.75% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes kittthird {
    0% {
        opacity: .5
    }

    12.5% {
        opacity: .5
    }

    18.75% {
        opacity: 1
    }

    25% {
        opacity: .5
    }

    87.50% {
        opacity: .5
    }

    93.75% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@keyframes kittfourth {
    0% {
        opacity: .5
    }

    18.75% {
        opacity: .5
    }

    25% {
        opacity: 1
    }

    31.25% {
        opacity: .5
    }

    81.25% {
        opacity: .5
    }

    87.50% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@keyframes kittfifth {
    0% {
        opacity: .5
    }

    25% {
        opacity: .5
    }

    31.25% {
        opacity: 1
    }

    37.5% {
        opacity: .5
    }

    75% {
        opacity: .5
    }

    81.25% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@keyframes kittsixth {
    0% {
        opacity: .5
    }

    31.25% {
        opacity: .5
    }

    37.5% {
        opacity: 1
    }

    43.75% {
        opacity: .5
    }

    68.75% {
        opacity: .5
    }

    75% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@keyframes kittseventh {
    0% {
        opacity: .5
    }

    37.5% {
        opacity: .5
    }

    43.75% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    62.5% {
        opacity: .5
    }

    68.75% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@keyframes kitteighth {
    0% {
        opacity: .5
    }

    43.75% {
        opacity: .5
    }

    50% {
        opacity: 1
    }

    56.25% {
        opacity: .5
    }

    62.5% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

@keyframes kittninth {
    0% {
        opacity: .5
    }

    50% {
        opacity: .5
    }

    56.25% {
        opacity: 1
    }

    62.5% {
        opacity: .5
    }

    100% {
        opacity: .5
    }
}
