﻿/*gridview*/
.table table tbody tr td a,
.table table tbody tr td span {
    position: relative;
    float: left;
    padding: 3px 6px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
/*end gridview */

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/*#headerContent {
            background: url('/img/test-header.jpg') no-repeat;
            background-size: contain;
        }*/

.HeaderStyle {
    top: 40px;
    position: absolute;
    text-align: center;
    width: 100%;
    /*font-size: 45px;
            color: #ffffff;*/
}

.HeaderText {
    font-weight: bold;
    font-size: 45px;
    color: #ffffff;
}

.HeaderText2 {
    font-weight: normal;
    font-size: 40px;
    color: #f5f5f5;
}

.footerStyle_login {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.footerStyle {
    position: absolute;
    bottom: 20px;
    margin-left: -70px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.footerTextStyle {
    display: inline-block;
    /*margin-left: 300px;*/
    text-align: left;
    font-size: 18px;
    color: #f5f5f5;
}

.footerText::before {
    content: "Sheet metal parts • Precision machining parts • Instrument sub-assembly \a Electro-mechanical assembly • Full turnkey machine assembly";
    white-space: pre;
}


@media (min-width: 400px) and (max-width: 970px) {
    .HeaderStyle {
        top: 40px;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    .HeaderText {
        font-weight: bold;
        font-size: 25px;
        color: #ffffff;
    }

    .HeaderText2 {
        font-weight: normal;
        font-size: 20px;
        color: #f5f5f5;
    }

    .footerStyle {
        position: absolute;
        bottom: 20px;
        margin-left: 0px;
        text-align: center;
        width: 100%;
        color: #fff;
    }

    .footerTextStyle {
        display: inline-block;
        text-align: left;
        font-size: 14px;
        color: #f5f5f5;
    }
}