/* Minification failed. Returning unminified contents.
(12,23): run-time error CSS1033: Expected closing bracket, found 'align'
(12,28): run-time error CSS1031: Expected selector, found '='
(12,28): run-time error CSS1025: Expected comma or open brace, found '='
(17,24): run-time error CSS1033: Expected closing bracket, found 'align'
(17,29): run-time error CSS1031: Expected selector, found '='
(17,29): run-time error CSS1025: Expected comma or open brace, found '='
(19,28): run-time error CSS1033: Expected closing bracket, found 'align'
(19,33): run-time error CSS1031: Expected selector, found '='
(19,33): run-time error CSS1025: Expected comma or open brace, found '='
 */
.jr  { text-align: right; } 
.hide { visibility:hidden }
.W1 input[type="text"] { width: 100px; }
.W3 input[type="text"] { width: 300px; }
.W4 input[type="text"] { width: 400px; max-width: 400px;}


.ui-datepicker{ z-index: 99 !important; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { color:#00AACC; font-size: 16px }
.ui-front { z-index: 9999; }

.W5 input[type="text" align="right"] { width: 50px; }
.W6 input[type="text"] { width: 60px; }
.W7 input[type="text"] { width: 70px; }
.W8 input[type="text"] { width: 80px; }
.W9 input[type="text"] { width: 90px; }
.W10 input[type="text" align="center"] { width: 200px;}
.W15 input[type="text"] { width: 150px; }
.W16 input[type="checkbox" align="center"]

.W11 input[type=date] {width: 50px;}

.tablediv {text-align: left;}

.t1{width: 75px;}

/*#products{
    position: relative;
    z-index: 1;
    min-width: 1000px;
    max-width: 1500px;
    margin: 0 auto;
}*/

.container{
    position:relative;
    width: 100%;
}

.bg{
    position:relative;
    left: -30px;
    min-width: 768px;
    max-width: 1500px;
}

.table{
    width: 100%;
    border-collapse: collapse;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 5px;

    margin: 0;
}

.body-content {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.dl-horizontal dt {
    white-space: normal;
}

input, select, textarea { max-width: 280px; }

.webgrid-table {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    display: table;
    border-collapse: collapse;
    border: solid 1px #C5C5C5;
    background-color: white;
}

.webgrid-table td, th {
    border: 1px solid #C5C5C5;
    padding: 3px 7px 2px;
}

.webgrid-header, .webgrid-header a {
    background-color: #044789;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
}

.webgrid-row-style {
    padding: 3px 7px 2px;
}

.webgrid-alternating-row {
    background-color: white;
    padding: 3px 7px 2px;
}

.col1Width {
    width: 55px;
}

.col2Width {
    width: 220px;
}

.obj {margin: 1px; border-collapse: collapse;}
.obj th, .obj td { border: 1px solid #C0C0C0; padding: 2px;}

.trd tr{
    vertical-align: top;
}

.tra tr{
    vertical-align: middle;
}

table {
    /*margin-left: -15px;*/
    margin-left: 0px;
    /*width: 100%;*/
    height: 100%;
}

td{
    text-align: left;
}

th{
    text-align: center;
    vertical-align: top;
}

@media
only screen and (max-width: 768px){
/*only screen and (min-width: 760px) and (max-width: 976px),(min-device-width:768px) and (max-device-width: 1024px) {*/

    /*.table{
        max-width: 768px;
        min-width: 500px;
    }*/

    .bg {
        position: relative;
        left: -30px;
        min-width: 500px;
        max-width: 768px;
    }

    #Buttons {
        display: block;
    }

    .datepicker {
        width: 50px;
        height: 50px;
    }

    .tablediv {
        text-align: right;
    }

   

    #Buttons .btn{
        display: block;
        float: none;
        width: 100%;
    }
   .navbar-form .input-group>.form-control { width: 350px; max-width: 350px;}
   input, select, textarea { max-width: 350px; align-content:right; }
   select[multiple] { height: 150px; max-width: 380px; }
    table, thead, tbody, th, td, tr {
        display: block;
        font-size:12px;
    }
    

    input, select, textarea {
        max-width: 150px;

    }

    .W10 input[type="text"] {
        width: 150px;
    }

    thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

tr {
    border: 1px solid #ccc;
}

td {
    border: none;
    margin-left:0px;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
}

td:before 
    {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    td:before
    {
        content:attr(data-label);
    float:left;
    text-align:left;
    vertical-align:middle;
    text-transform: uppercase;
    font-weight: bold;
    }

}


@media screen and (max-width: 979px){
    #Buttons {
        display: block;
    }

    .tablediv {
        text-align: right;
    }

    #Buttons .btn {
        display: block;
        float: none;
        width: 100%;
    }

    .navbar-form .input-group > .form-control {
        width: 200px;
        max-width: 200px;
    }

    input, select, textarea {
        max-width: 350px;
        align-content: right;
    }

        select[multiple] {
            height: 150px;
            max-width: 380px;
        }

    table, thead, tbody, th, td, tr {
        display: block;
        font-size: 12px;
    }


    input, select, textarea {
        max-width: 150px;
    }

    .W10 input[type="text"] {
        width: 150px;
    }

    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
    }

    td {
        border: none;
        margin-left: 0px;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

        td:before {
            content: attr(data-label);
            float: left;
            text-align: left;
            vertical-align: middle;
            text-transform: uppercase;
            font-weight: bold;
        }
}



    
.my-checkbox {width: 22px; height: 22px;}
.my-checkbox2 {width: 13px; height: 13px;}




