/* 
    Created on : 2019-03-07, 14:16:26
    Author     : jblazejewicz
*/
.masterContainer .form .bottom #hardware table tr td .fieldLabel {
    display: none;
}

@media all and (max-height: 340px) {
    .curtain .windowContainer {
        top: 0 !important;
        overflow: auto;
        max-height: 100%;
        margin-top: 0px !important;
    }
    .curtain .windowContainer .content {
        max-height: none;
    }
}

@media all and (max-width: 1200px) {
    .masterContainer .form .bottom {
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-left: 20px;
    }     
}
@media all and (max-width: 900px) { 
    .masterContainer .form .bottom {
        width: calc(100%);
        margin-left: 0px;
        margin-right: 0px;
    }
    .masterContainer .form .bottom #hardware table {
        width: calc(100%);
    }
    .masterContainer .form .bottom #hardware table thead {
        display: none;
    }
    .masterContainer .form .bottom #hardware table tr:first-of-type td:first-of-type {
        border-top: 0px;
    }
    .masterContainer .form .bottom #hardware table tr td {
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
    }
    .masterContainer .form .bottom #hardware table tr td .fieldLabel {
        display: block;
        float: left;
        margin-right: 20px;
        min-width: 125px;
        font-weight: bold;
    }
    .masterContainer .form .bottom #hardware table tr td, 
    .masterContainer .form .bottom #hardware table tr td.warrantyStartCol, 
    .masterContainer .form .bottom #hardware table tr td.warrantyEndCol,
    .masterContainer .form .bottom #hardware table tr td.warrantyCol,
    .masterContainer .form .bottom #hardware table tr td.buttonCol {
        height: auto;
        vertical-align: middle;
        display: block;
        width: calc(100%);       
    }
    .masterContainer .form .bottom #hardware table tr td.buttonCol {
        text-align: center;
    }
    .masterContainer .form .bottom #drivers .tabSection {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .masterContainer .form .bottom #drivers .content .row ul li {
        padding-left: 10px;
    }
    .masterContainer .form .formRow .formCol.left {
        width: 100%;
    }
    .masterContainer .form .formRow .formCol label {
        float: none;
        text-align: left;
        line-height: 40px;
    }
    .masterContainer .form .formRow .formCol.right {
        width: 100%;
    }
    .masterContainer .form .formRow.buttons {
        clear: both;
        padding-top: 20px;
    }
    .masterContainer .form .formRow .formCol.right select#productList {
        background-position: calc(100% - 10px) 10px;
    }
    .masterContainer .form {        
        padding-right: 10px;
        padding-left: 10px;
        min-width: 320px;
    }
}
@media all and (max-width: 550px) {
    .curtain .windowContainer {
        left: 0px;
        margin: 0px;
        width: 100%;
    }
}
@media all and (max-width: 520px) {
    .masterContainer .form .formRow.buttons .button {
        margin-left:0px;
    }
}
@media all and (max-width: 500px) {
    .masterContainer .form .bottom #productInfo .col.left img {
        display: none;
    }
    .masterContainer .form .bottom #drivers .content .row ul li .col.left {
        float: none;
        max-width: calc(100% - 10px);
        width: 100%;
    }
    .masterContainer .form .bottom #drivers .content .row ul li .col.right {
        float: none;
        margin: 20px auto 0px auto;
    }
}