/* Form */
.masterContainer .form {
    padding-top: 40px;
    padding-bottom: 30px;
}
.masterContainer .form .formHeader h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.masterContainer .form .formRow {
    height: 28px;
    max-width: 470px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
}
.masterContainer .form .formRow .formCol {
    float: left;
}
.masterContainer .form .formRow .formCol.left {
    width: 170px;
}
.masterContainer .form .formRow .formCol.right {
    width: 300px;
}
.masterContainer .form .formRow .formCol label {
    font-family: 'Courier New';
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 28px;
    text-transform: uppercase;
}
.masterContainer .form .formRow .formCol.right input {
    color: #000000;
    font-family: 'Courier New';
    font-size: 14px;
    height: 26px;
    letter-spacing: 4px;
    text-align: center;
}
.masterContainer .form .formRow .formCol.right input,
.masterContainer .form .formRow .formCol.right select {
    width: 100%;
}
.masterContainer .form .formRow .formCol.right select#productList {
    background-position: 275px 10px;
}
.masterContainer .form .formRow.buttons {
    height: 56px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 40px;
}
.masterContainer .form .formRow.buttons .button {
    width: 150px;
}

.masterContainer .form .bottom {
    text-align: center;
    margin: 0 auto;
    width: 1200px;
}

/* Product info */
.masterContainer .form .bottom #productInfo {
    margin-bottom: 40px;
}
.masterContainer .form .bottom #productInfo .col {
    float: left;
}
.masterContainer .form .bottom #productInfo .col.left {
    margin-right: 40px;
}
.masterContainer .form .bottom #productInfo .col.left img {
    height: 190px;
}
.masterContainer .form .bottom #productInfo .col .subtitle {
    margin-top: 25px;
    margin-bottom: 15px;
}
.masterContainer .form .bottom #productInfo .col .subtitle p {
    color: #777777;
    font-size: 16px !important;
    text-align: left;
    line-height: 16px;
}
.masterContainer .form .bottom #productInfo .col .title {
    margin-bottom: 15px;
}
.masterContainer .form .bottom #productInfo .col .title p {
    color: #000000;
    font-size: 36px !important;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    margin: 0px;
    word-break: break-all;
}
.masterContainer .form .bottom #productInfo .col .linkContainer {
    text-align: left;
}
.masterContainer .form .bottom #productInfo .col .linkContainer .link {
    display: block;
    cursor: pointer;
    line-height: 15px;
    margin-bottom: 5px;
}
.masterContainer .form .bottom #productInfo .col .linkContainer .link .linkLabel,
.masterContainer .form .bottom #productInfo .col .linkContainer .link .linkArrowImg {
    display: inline-block;
}
.masterContainer .form .bottom #productInfo .col .linkContainer .link .linkLabel {
    color: #8e2de2;
    line-height: 15px;
    text-align: left;
}
.masterContainer .form .bottom #productInfo .col .linkContainer .link:hover .linkLabel {
    text-decoration: underline;
}
.masterContainer .form .bottom #productInfo .col .linkContainer .link .linkArrowImg {
    background-image: url(../img/link-arrow.png);
    background-size: 8px 8px;
    height: 8px;
    margin-left: 10px;
    width: 8px;
}

/* Hardware */
.masterContainer .form .bottom #noHardware {
    border-bottom: 1px solid red;
    display: none;
    color: red;
    font-size: 17px;
    margin-bottom: 30px;
    overflow: hidden;
    word-wrap: break-word;
}
.masterContainer .form .bottom #noHardware .serialNumber {
    font-weight: bold;
}

.masterContainer .form .bottom #hardware {
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    display: none;
    margin-bottom: 55px;
}
.masterContainer .form .bottom #hardware #productName {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.masterContainer .form .bottom #hardware table {
    border-collapse: collapse;
    table-layout: fixed;
    width: calc(100% - 1px);
}
.masterContainer .form .bottom #hardware table thead tr td {
    background-color: #f9f9f9;
    height: 30px;
}
.masterContainer .form .bottom #hardware table thead tr td.serialNumberCol {
    border-radius: 5px 0px 0px 0px;
}
.masterContainer .form .bottom #hardware table tr {
    border-right: 0px;
    border-bottom: 0px;
}
.masterContainer .form .bottom #hardware table tr td {
    border: 1px solid #C5C5C5;
    min-height: 30px;
    overflow: hidden;
    vertical-align: middle;
    word-wrap: break-word;
}
.masterContainer .form .bottom #hardware table tr td.warrantyStartCol {
    width: 145px;
}
.masterContainer .form .bottom #hardware table tr td.warrantyEndCol {
    width: 145px;
}
.masterContainer .form .bottom #hardware table thead tr td.warrantyCol {
    border-right: 0px;
}
.masterContainer .form .bottom #hardware table tr td.warrantyCol {
    width: 145px;
}
.masterContainer .form .bottom #hardware table tr td.warrantyCol .active {
    color: green;
}
.masterContainer .form .bottom #hardware table tr td.noWarrantyCol p {
    margin: 0px;
}
.masterContainer .form .bottom #hardware table thead tr td.buttonCol {
    border-left: 0px;
}
.masterContainer .form .bottom #hardware table tr td.buttonCol {
    padding-left: 5px;
    padding-right: 5px;
    width: 180px;
} 
.masterContainer .form .bottom #hardware table tr td.buttonCol input[type="button"].sendButton {
    padding: 0px;
}
.masterContainer .form .bottom #hardware table tr td span {
    display: block;
}

.masterContainer .form .bottom #hardware table thead tr:first-of-type td {
    border-top: 0px;
}
.masterContainer .form .bottom #hardware table tr td:first-of-type {
    border-left: 0px;
}
.masterContainer .form .bottom #hardware table tr td:last-of-type {
    border-right: 0px;
}
.masterContainer .form .bottom #hardware table tbody tr:last-of-type td {
    border-bottom: 0px;
}

/* Drivers */
.masterContainer .form .bottom #drivers {
    /*display: none;*/
}
.masterContainer .form .bottom #drivers p,
.masterContainer .form .bottom #drivers a {
    text-align: left;
    margin-bottom: 0px;
}
.masterContainer .form .bottom #drivers #productName {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.masterContainer .form .bottom #drivers .tabs {
    height: auto;
    margin-bottom: -1px;
    min-height: 36px;
    position: relative;
    text-align: left;
}
.masterContainer .form .bottom #drivers .tabs .tab {
    background-color: #F6F6F6;
    border: 1px solid #C5C5C5;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
    display: inline-block;
    height: 36px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-top: 2px;
    margin-right: 3px;
}
.masterContainer .form .bottom #drivers .tabs .tab:hover {
    background-color: #EFEFEF;
}
.masterContainer .form .bottom #drivers .tabs .tab p {
    font-size: 16px;
    line-height: 36px;
}
.masterContainer .form .bottom #drivers .tabs .tab.active {
    background-color: #FFFFFF;
    border: 1px solid #8E2DE2;
    border-bottom: 1px solid #FFFFFF;
    z-index: 3;
}
.masterContainer .form .bottom #drivers .tabs .tab.active:hover {
    background-color: #FFFFFF;
}
.masterContainer .form .bottom #drivers .tabSection {
    border: 1px solid #8E2DE2;
    border-radius: 0px 0px 4px 4px;
    display: none;
    padding-top: 18px;
    padding-left: 37px;
    padding-bottom: 19px;
    padding-right: 37px;
    position: relative;
    z-index: 2;
}
.masterContainer .form .bottom #drivers .tabSection.active {
    display: block;
}
.masterContainer .form .bottom #drivers .title {
    background-color: #F9F9F9;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #C5C5C5;
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.masterContainer .form .bottom #drivers .title p {
    font-size: 15px;
    line-height: 18px;
    word-wrap: break-word;
    overflow: hidden;
}
.masterContainer .form .bottom #drivers .content {
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    border-radius: 0px 0px 4px 4px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 18px;
}
.masterContainer .form .bottom #drivers .content:last-of-type {
    margin-bottom: 0px;
}
.masterContainer .form .bottom #drivers .content .row {
    margin-left: 0px;
    margin-right: 0px;
}
.masterContainer .form .bottom #drivers .content .row ul {
    list-style-position: outside;
}
.masterContainer .form .bottom #drivers .content .row ul li {
    border-bottom: 1px solid #D7D7D7;
    font-size: 15px;
    line-height: 18px;
    margin: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    text-align: left;
}
.masterContainer .form .bottom #drivers .content .row ul li * {
    color: #777777;
}
.masterContainer .form .bottom #drivers .content .row ul li:last-of-type {
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.masterContainer .form .bottom #drivers .content .row ul li .col {
    height: 100%;
}
.masterContainer .form .bottom #drivers .content .row ul li .col.left {
    float: left;
    max-width: calc(100% - 170px);
}
.masterContainer .form .bottom #drivers .content .row ul li .col.left .fileName {
    line-height: 100%;
    overflow: hidden;
    word-wrap: break-word;
}
.masterContainer .form .bottom #drivers .content .row ul li .col.left .fileName p {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
.masterContainer .form .bottom #drivers .content .row ul li .col.left .description {
    margin-left: 15px;
    margin-top: 10px;
}
.masterContainer .form .bottom #drivers .content .row ul li .col.left .description p {
    font-style: italic;
}
.masterContainer .form .bottom #drivers .content .row ul li .col.right {
    box-sizing: border-box;
    float: right;
    padding-left: 25px;
    padding-right: 25px;
    width: 170px;
}
.masterContainer .form .bottom #drivers .content .row ul li .col.right a.button {
    display: block;
    min-width: 100px;
    text-align: center;
    width: 100%;
}
.masterContainer .form .bottom #drivers .content .row ul li .col.right .size {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}