﻿div#container {
    margin-left: auto;
    margin-right: auto;
    min-width: 350px;
    max-width: 1250px;
}

div.fverysmallcolumn {
    width: 20%;
    /*margin-right: 1%;*/
}

div.fsmallcolumn {
    width: 32%;
    margin-right: 1%;
}

div.fmediumcolumn {
    width: 48%;
    margin-right: 1%;
}

div.flargecolumn {
    width: 80%;
    margin-right: 0%;
}

div.fsearchcolumn {
    width: 90%;
    margin-right: 10%;
}

td.SearchResultSerialNumber {
    width: 100px;
}

td.SearchResultBuildIntoSerialNumber {
    width: 120px;
}

td.SearchResultProductNumber {
    width: 120px;
}

td.SearchResultProductionDate {
    width: 110px;
}

td.SearchResultDownloadIcon {
    width: 50px;
}

td.SearchResultItemDescription {
    /*do not set a width here, then it will autostretch to the available space*/
}

td.SearchResultSoldTo {
    width: 90px;
}

td.SearchResultProductCompany {
    width: 120px;
}

.SearchResultTable {
    width: 100%;
}

/*td.SearchResultPgc {
    width: 90px;
}*/

td.PgcColumn {
    width: 50px;
}


/*@media screen and (max-width: 768px)
{
    div.fverysmallcolumn
    {
        width: 48%;
        margin-right: 1%;
    }

    div.fsmallcolumn
    {
        width: 48%;
        margin-right: 1%;
    }

    div.fmediumcolumn
    {
        width: 48%;
        margin-right: 1%;
    }

    div.flargecolumn
    {
        width: 48%;
        margin-right: 1%;
    }
}*/

@media screen and (max-width: 850px), handheld, screen and (max-device-width: 800px) {
    div.fverysmallcolumn {
        width: 49%;
    }

    div.fsmallcolumn {
        width: 50%;
    }

    div.fmediumcolumn {
        width: 100%;
    }

    div.flargecolumn {
        width: 100%;
    }


    td.SearchResultSerialNumber {
        width: 80px;
    }

    td.SearchResultBuildIntoSerialNumber {
        width: 85px;
    }

    td.SearchResultProductNumber {
        width: 85px;
    }

    td.SearchResultProductionDate {
        width: 75px;
    }

    td.SearchResultDownloadIcon {
        width: 50px;
    }

    td.SearchResultItemDescription {
        /*do not set a width here, then it will autostretch to the available space*/
    }


    td.SearchResultSoldTo {
        width: 65px;
    }

    td.SearchResultProductCompany {
        width: 50px;
    }

    /*td.SearchResultPgc {
        width: 90px;
    }*/

    td.PgcColumn {
        width: 50px;
    }

    div.fsearchcolumn {
        width: 23%;
        margin-right: 2%;
    }

    div.fverysmallcolumn {
        float: left;
        margin-bottom: 0px !important;
    }

    #btnMasterFilterSearch {
        height: 24px;
        width: 100%;
    }

    .frightspan {
        width: 95%;
    }

    #spnMasterFilterSearch {
        width: 95% !important;
    }

    #spnMasterFilterSearch {
        float: inherit;
        margin-right: 0%;
    }
    .displayFlex {
        flex-direction: column;
    }
    #tblstBasicSerialNumberInformation, #tblInformationMessages {
        width: 100%;
    }
    #tblInformationMessages {
        margin: 0;
    }
}
