﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

input,
select,
textarea {
    max-width: 280px;
}
@media only screen and (max-device-width: 480px) {
    .show-mobile {
        display: block;
    }

    .hide-mobile {
        display: none;
    }
}

@media only screen and (min-device-width: 481px) {
    .show-mobile {
        display: none;
    }

    .hide-mobile {
        display: block;
    }
}
*/

.column {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.weight-in{
    border: none;
    width: 70%;
}
.weight-form {
    width: 40%;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    height:auto;
}
.weight-btns {
    margin: 15px,0px,15px,0px;
    width: 200px;
}
.chkweigth {
    width: 38px;
    height: 38px;
    vertical-align: bottom;
    display:inline-block;
}
.devexdropdown {
}
.labeldate{
    width:70%;
}
.btnProd {
    width: 100%;
}
.trprod {
    width: 100%;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
}
.rightpadding{
    padding-right:5px;
}
.rowheight{
    height:50px;
}
.trsplitter {
    border-bottom: Grey solid 1px;
    height: 10px;
}