.locoContent .top {
    margin-top: 10px;
}
.locoContent p,
.locoContent label {
    line-height: 20px;
    font-family: 'Work Sans', sans-serif !important;
}
.locoContent .form {
    margin-top: 10px;
}
.locoContent .form #serialNumber {
    margin-left: 10px;
    margin-right: 5px;
    width: 300px;
    max-width: 194px;
}

.locoContent .form {
    /* height: 30px; */
}
.locoContent .form > * {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.locoContent .form label {
    line-height: 30px;
    margin: 0px;
    max-width: 100%;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif !important;
}
.locoContent .form #searchButton {
    line-height: 30px;
}
.bottom {
    text-align: center;
}
.bottom #loadingAnimation {
    display: none;
    margin: 0 auto;
}
.bottom #loadingAnimation img,
.bottom #loadingAnimation p {
    display: inline-block;
    vertical-align: top;
}
.bottom #loadingAnimation p {
    font-size: 20px;
    line-height: 100px;
}
.bottom table {
    border-collapse: collapse;    
    table-layout: fixed;
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.bottom table thead tr td {
    background-color: #f9f9f9;
    height: 30px;
    padding: 0px 0px 0px 0px;
    border-left-style: none;
    border-right-style: none;
}
.bottom table tr td {
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    height: 30px;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
}
.bottom table tr td.warrantyCol {
    width: 170px;
}
.bottom table tr td.warrantyCol .active {
    color: green;
}
.bottom table tr td.buttonCol {
    width: 160px;
} 
.bottom table tr td.buttonCol input[type="button"].sendButton {
    line-height: 22px;
    width: 150px;
    font-family: "Work Sans", sans-serif !important;
}
.bottom table tbody tr:hover,
.bottom table tbody tr td {
    background-color: #fff !important;
    border-left-style: none;
    border-right-style: none;
}
.bottom #noHardware {
    color: red;
    display: none;
    text-align: left;
    line-height: 20px;
    margin-bottom: 20px;
}
.bottom #noHardware .serialNumber {
    font-weight: bold;
    font-size: 18px;
}

#drivers {
    display: none;
    margin-bottom: 50px;
}
#drivers p,
#drivers a {
    text-align: left;
    margin-bottom: 0px;
}
#drivers #productName {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
#drivers .tabs {
    height: auto;
    margin-bottom: -1px;
    /* min-height: 36px; */
    position: relative;
    text-align: left;
}
#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;
}
#drivers .tabs .tab:hover {
    background-color: #EFEFEF;
}
#drivers .tabs .tab p {
    font-size: 16px;
    line-height: 36px;
}
#drivers .tabs .tab.active {
    background-color: #FFFFFF;
    border: 1px solid #A5A5A5;
    border-bottom: 1px solid #FFFFFF;
    z-index: 3;
}
#drivers .tabs .tab.active:hover {
    background-color: #FFFFFF;
}
#drivers .tabSection {
    border: 1px solid #A5A5A5;
    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;
}
#drivers .tabSection.active {
    display: block;
}
#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;
}
#drivers .title p {
    font-size: 15px;
    line-height: 18px;
    word-wrap: break-word;
    overflow: hidden;
}
#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;
}
#drivers .content:last-of-type {
    margin-bottom: 0px;
}
#drivers .content .row {
    margin-left: 0px;
    margin-right: 0px;
}
#drivers .content .row ul {
    list-style-position: outside;
    padding-left: 0px;
}
#drivers .content .row ul li {
    border-bottom: 1px solid #D7D7D7;
    font-size: 15px;
    line-height: 18px;
    list-style: none;
    margin: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    text-align: left;
}
#drivers .content .row ul li * {
    color: #777777;
}
#drivers .content .row ul li:last-of-type {
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#drivers .content .row ul li .col {
    height: 100%;
}
#drivers .content .row ul li .col.left {
    float: left;
    max-width: calc(100% - 170px);
}
#drivers .content .row ul li .col.left .fileName {
    line-height: 100%;
    overflow: hidden;
    word-wrap: break-word;
}
#drivers .content .row ul li .col.left .fileName p {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
#drivers .content .row ul li .col.left .version,
#drivers .content .row ul li .col.left .description {
    margin-left: 15px;
    margin-top: 10px;
}
#drivers .content .row ul li .col.left .description p {
    font-style: italic;
}
#drivers .content .row ul li .col.right {
    box-sizing: border-box;
    float: right;
    padding-left: 25px;
    padding-right: 25px;
    width: 170px;
}
#drivers .content .row ul li .col.right a.button {
    display: block;
    min-width: 100px;
    text-align: center;
    width: 100%;
}
#drivers .content .row ul li .col.right .size {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
#drivers .button.lco-button {
    background-color: #F9F9F9;
    border: 1px solid #A5A5A5;
    box-sizing: border-box;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    min-width: 100px;
    padding: 0px 3px;
    text-decoration: none;
}
#drivers .button.lco-button:hover {
    background-color: #FFFFFF;
}

#sendCurtain #sendWindow {
    margin: 10px auto;
    max-width: 980px;
    min-width: 310px;
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    z-index: 11;
}
#sendCurtain #sendWindow select {
    background-color: #FFFFFF;
    width: 70px;
    display: inline-block;
    margin-top: 6px;
}
#sendCurtain #sendWindow .header {
    overflow: auto;
}
#sendCurtain #sendWindow .formInfo {
    display: inline-block;
    font-weight: bold;
    position: relative;
    top: 3px;
    white-space: normal;
    width: calc(100% - 170px);
    word-break: break-all;
}
#sendCurtain #sendWindow *:focus {
    outline: none;
}
#sendCurtain #sendWindow .reqSymbol {
    color: #b43d3d;
    display: inline-block;
    font-size: 16px !important;
    margin-left: 3px;
    position: relative;
    top: 6px;
    vertical-align: top;
    width: 10px;
}
#sendCurtain #sendWindow .content {
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 5px;
    max-height: none;
}
#sendCurtain #sendWindow .content * {
    font-size: 13px;
}
#sendCurtain #sendWindow .content .columns {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
#sendCurtain #sendWindow .content .columns .column {
    width: 455px;
}
#sendCurtain #sendWindow .content .columns .separatorColumn {
    background-color: #a5a5a5;
    width: 1px;
}
#sendCurtain #sendWindow .content .subtitle {
    background-color: #f7f6f4;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 25px;
}
#sendCurtain #sendWindow .content .subtitle:first-of-type {
    margin-top:0;
}
#sendCurtain #sendWindow .content .row {
    min-height: 21px;
    margin-bottom: 8px;
    position: relative;
    white-space: nowrap;
}
#sendCurtain #sendWindow .content .row label {
    white-space: normal;
}
#sendCurtain #sendWindow .content .row label,
#sendCurtain #sendWindow .content .row input[type="text"] {
    display: inline-block;
}
#sendCurtain #sendWindow .content .row label {
    text-align: right;
    vertical-align: top;
    position: relative;
    top: 3px;
    margin-right: 4px;
    width: 145px;
}
#sendCurtain #sendWindow .content .row label.long {
    width: calc(100% - 100px);
}
#sendCurtain #sendWindow .content .row input[type="text"] {
    height: 22px;
    width: calc(100% - 175px);
}
#sendCurtain #sendWindow .content .row .textareaContainer {
    display: inline-block;
    width: calc(100% - 175px);
}
#sendCurtain #sendWindow .content .row textarea {
    min-height: 120px;
    resize: vertical;
    width: 100%;
}
#sendCurtain #sendWindow .content .row input[type="text"].error,
#sendCurtain #sendWindow .content .row textarea.error,
#sendCurtain #sendWindow .content .row select.error {
    border: 2px solid #b43d3d;
}
#sendCurtain #sendWindow .content .row .help {
    position: absolute;
    left: 130px;
    top: 25px;
    height: 16px;
    width: 16px;
}
#sendCurtain #sendWindow .content #descriptionRow,
#sendCurtain #sendWindow .content #ownRepairDescriptionRow {
    min-height: 40px;
}
#sendCurtain #sendWindow .content #ownRepairDescriptionRow.row,
#sendCurtain #sendWindow .content .altInfoRow,
#sendCurtain #sendWindow .content #attachmentRow.row,
#sendCurtain #sendWindow .content .hardwareLocInfo,
#sendCurtain #sendWindow .content .userContactInfo {
    display: none;
}
#sendCurtain #sendWindow .content .altInfoRow p {
    line-height: 21px;
    text-align: right;
    width: 145px;
}
#sendCurtain #sendWindow .content #attachmentRow.row label {
    min-height: 75px;
}
#sendCurtain #sendWindow .content #attachmentRow.row img {
    top: 59px;
}
#sendCurtain #sendWindow .content #attachmentRow.row > div {
    display: inline-block;
    width: calc(100% - 175px);
}
#sendCurtain #sendWindow .content #attachmentRow.row div div input[type="button"] {
    min-width: 70px;
}
#sendCurtain #sendWindow .content #attachmentRow.row div div .delete {
    display: none;
}
#sendCurtain #sendWindow .content #attachmentRow.row div .attachButtons {
    margin-bottom: 16px;
}
#sendCurtain #sendWindow .content #attachmentRow.row div .name {
    font-weight: bold;
    margin-top: 15px;
    white-space: normal;
    word-break: break-all;
}
#sendCurtain #sendWindow .content #locAddressCopyRow.row label {
    text-align: left;
    margin-right: 0px;
    width: 100%;
}
#sendCurtain #sendWindow .content #locAddressCopyRow.row label span {
    display: inline-block;
    margin-right: 8px;
    text-align: right;
    width: 145px;
}
#sendCurtain #sendWindow .content #locAddressCopyRow.row #locAddressCopyCheckbox {
    display: inline-block;
    position: relative;
    top: 3px;
    vertical-align: top;
}
#sendCurtain #sendWindow .content .row input#declNumber,
#sendCurtain #sendWindow .content .row input#declPostalCode, 
#sendCurtain #sendWindow .content .row input#locNumber,
#sendCurtain #sendWindow .content .row input#locPostalCode {
    width: 100px;
}
#sendCurtain #sendWindow .legend * {
    font-size: 13px;
}
#sendCurtain #sendWindow .legend .warning {
    color: #b43d3d;
    display: none;
    font-weight: bold;
}
#sendCurtain #sendWindow .legend .privacyPolicy {
    margin-top: 10px;
}
#sendCurtain #sendWindow .buttons {
    clear: both;
    float: right;
}
div.message.error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    color: #a94442;
    margin: 10px auto;
    max-width: 600px;
    padding: 10px;
    text-align: center;
    width: calc(100% );
}
@media all and (max-height: 490px) {
    #sendCurtain #sendWindow .reqSymbol {
        width: 10px;
    }
    #sendCurtain #sendWindow {
        border: 0;
        margin-top: 0;
        margin-bottom: 0;
        overflow: auto;
    }
    #sendCurtain #sendWindow .content {
        overflow: visible;
        max-height: auto;
    }
}

@media all and (max-width: 970px) {
    #sendCurtain #sendWindow {
        max-width: 490px;
    }
    #sendCurtain #sendWindow .content .columns {
        display: block;
    }
    #sendCurtain #sendWindow .content .columns .separatorColumn {
        display: none;
    }
    #sendCurtain #sendWindow .content .columns .column {
        width: 100%;
    }
    #sendCurtain #sendWindow .buttons {
        margin-bottom: 15px;
    }
}
@media all and (max-width: 900px) { 
    #drivers .tabSection {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    #drivers .content .row ul li {
        padding-left: 10px;
    }
}

@media all and (max-width: 767px) {
    .navbar-inverse .navbar-collapse {
        border-top: 0px;
    }
}




@media all and (max-width: 750px) {
    .bottom table thead {
       
    }
    .bottom table tr td {
        border-bottom: 0px;
        display: block;
        width: 100%;
    }
    .bottom table tr td.producerCol,
    .bottom table tr td.modelCol,
    .bottom table tr td.warrantyCol,
    .bottom table tr td.buttonCol {
        width: 100%;
    }
    .bottom table tr td.buttonCol {
        border-bottom: 1px solid #a5a5a5;
        padding-top: 3px;
    }
    .bottom table tr td span {
        line-height: 30px;
    }
}
@media all and (max-width: 520px) {
    .form label {
        display: none;
    }
    #sendCurtain {
        min-width: auto;
        overflow: auto;
    }
}
@media all and (max-width: 500px) {
    #sendCurtain #sendWindow {
        border: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    #sendCurtain #sendWindow .content .row label {
        width: 105px;
    }
    #sendCurtain #sendWindow .content #attachmentRow.row img {
        top: 72px;
    }
    #sendCurtain #sendWindow .content .row .help {
        left: 90px;
    }

    #sendCurtain #sendWindow .content #attachmentRow.row > div,
    #sendCurtain #sendWindow .content .row .textareaContainer,
    #sendCurtain #sendWindow .content .row input[type="text"] {
        width: calc(100% - 135px);
    }
}
@media all and (max-width: 500px) {
    #drivers .content .row ul li .col.left {
        float: none;
        max-width: calc(100% - 10px);
        width: 100%;
    }
    #drivers .content .row ul li .col.right {
        float: none;
        margin: 20px auto 0px auto;
    }
}