
body { 
    padding-top: 70px;
    font-size:12px;
}

.navbar-form .form-control,
.navbar-form .btn { background:none; }
.navbar-form .form-control {
    border-right:0 !important;
    box-shadow:none !important;
    outline:none !important;
    border-color:#ccc !important;
    color:#5AC6FF;
}
.navbar-form .btn {
    border:1px solid #ccc !important;
    border-left:0 !important;
    outline:none !important;
    color:#ccc !important;
}

.navbar .badge {
    background:#5AC6FF;
    color:#000;
}

.navbar .badge {
    margin-left: 5px;
}

.form-control,
.navbar,
.btn {
    border-radius:0;
}
.navbar {
    font-size:15px;
}
.sortTitle {
    display:none;
}

.tablesorter th.header { 
    background-image: url(/assets/images/bg.gif); 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 
}

.tablesorter th.headerSortDown { 
    background-image: url(/assets/images/desc.gif); 
}
.tablesorter th.headerSortUp { 
    background-image: url(/assets/images/asc.gif); 
} 

.table>tfoot>tr.entryRow>td {
    background:#cccccc;
}

.table>tfoot>tr.entryRow>td .form-control:focus {
/*    outline:none;
    box-shadow: none;*/
}


.table>tbody .form-control {
    border-color:transparent;
    background:transparent;
    box-shadow:none;
    padding:0;
    height:auto;
    font-size:12px;
}
.table>tbody .form-control:focus {
    border-bottom-color:red;
    color:red;
    outline:none;
}




.inventoryIcon { font-size:16px; background:none; padding:0; margin:0; border:0; border-collapse: collapse; outline:none !important; }
.inventoryIcon:hover { text-decoration: none; }
.inventoryIcon .fa-check { display:none; color: green; }
.inventoryIcon .fa-close { display:inline-block; color: red; }
.inventoryIcon.haveIt .fa-check { display:inline-block; }
.inventoryIcon.haveIt .fa-close { display:none; }


.table-fixed {
    table-layout:fixed;
}




.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
	vertical-align: middle;
}


.table>tbody>tr>td:nth-of-type(4), 
.table>tbody>tr>th:nth-of-type(4), 
.table>tfoot>tr>td:nth-of-type(4), 
.table>tfoot>tr>th:nth-of-type(4), 
.table>thead>tr>td:nth-of-type(4), 
.table>thead>tr>th:nth-of-type(4),
.table>tbody>tr>td:nth-of-type(5), 
.table>tbody>tr>th:nth-of-type(5), 
.table>tfoot>tr>td:nth-of-type(5), 
.table>tfoot>tr>th:nth-of-type(5), 
.table>thead>tr>td:nth-of-type(5), 
.table>thead>tr>th:nth-of-type(5) {
    width:55px;
}

.table>tbody>tr>td:nth-of-type(2), 
.table>tbody>tr>th:nth-of-type(2), 
.table>tfoot>tr>td:nth-of-type(2), 
.table>tfoot>tr>th:nth-of-type(2), 
.table>thead>tr>td:nth-of-type(2), 
.table>thead>tr>th:nth-of-type(2),
.table>tbody>tr>td:nth-of-type(3), 
.table>tbody>tr>th:nth-of-type(3), 
.table>tfoot>tr>td:nth-of-type(3), 
.table>tfoot>tr>th:nth-of-type(3), 
.table>thead>tr>td:nth-of-type(3), 
.table>thead>tr>th:nth-of-type(3),
.table>tbody>tr>td:nth-of-type(5), 
.table>tbody>tr>th:nth-of-type(5), 
.table>tfoot>tr>td:nth-of-type(5), 
.table>tfoot>tr>th:nth-of-type(5), 
.table>thead>tr>td:nth-of-type(5), 
.table>thead>tr>th:nth-of-type(5) {
    display:none;
}


.editable .btn {
	margin:0 0.25rem;
}
.editable .btn-success {
	margin-left:2rem;
}

.editable select,
.editable input {
	display: inline-block;
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

    .table>tbody>tr>td:nth-of-type(1), 
    .table>tbody>tr>th:nth-of-type(1), 
    .table>tfoot>tr>td:nth-of-type(1), 
    .table>tfoot>tr>th:nth-of-type(1), 
    .table>thead>tr>td:nth-of-type(1), 
    .table>thead>tr>th:nth-of-type(1) {
        width:50%;
    }

    .table>tbody>tr>td:nth-of-type(2), 
    .table>tbody>tr>th:nth-of-type(2), 
    .table>tfoot>tr>td:nth-of-type(2), 
    .table>tfoot>tr>th:nth-of-type(2), 
    .table>thead>tr>td:nth-of-type(2), 
    .table>thead>tr>th:nth-of-type(2),
    .table>tbody>tr>td:nth-of-type(3), 
    .table>tbody>tr>th:nth-of-type(3), 
    .table>tfoot>tr>td:nth-of-type(3), 
    .table>tfoot>tr>th:nth-of-type(3), 
    .table>thead>tr>td:nth-of-type(3), 
    .table>thead>tr>th:nth-of-type(3),
    .table>tbody>tr>td:nth-of-type(5), 
    .table>tbody>tr>th:nth-of-type(5), 
    .table>tfoot>tr>td:nth-of-type(5), 
    .table>tfoot>tr>th:nth-of-type(5), 
    .table>thead>tr>td:nth-of-type(5), 
    .table>thead>tr>th:nth-of-type(5) {
        display:table-cell;
    }
    .table>tbody>tr>td:nth-of-type(2), 
    .table>tbody>tr>th:nth-of-type(2), 
    .table>tfoot>tr>td:nth-of-type(2), 
    .table>tfoot>tr>th:nth-of-type(2), 
    .table>thead>tr>td:nth-of-type(2), 
    .table>thead>tr>th:nth-of-type(2) {
        width:75px;
    }
    .table>tbody>tr>td:nth-of-type(3), 
    .table>tbody>tr>th:nth-of-type(3), 
    .table>tfoot>tr>td:nth-of-type(3), 
    .table>tfoot>tr>th:nth-of-type(3), 
    .table>thead>tr>td:nth-of-type(3), 
    .table>thead>tr>th:nth-of-type(3) {
        width:75px;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}