body {
    padding: 65px;
}

.view {
    left: 60px;
    position: relative;
    opacity: 0.0;
}

.card {
    background-color:#efefef;
    border: 1px solid black;
    height:75px;
    width: 225px;
    margin-bottom: 20px;
}

.cardHeader {
    background-color: #006dcc;
    font-size:14pt;
    color:white;
    padding:5px;
}

.cardClose {
    color: white;
    font-weight:bold;
    margin-right:5px;
}

.cardContainer {
    width:90%;
}

.cardBody {
    padding-left: 5px;
}

.lastRow {
    background-color: #ccc;
}

.indent {
    margin-left:20px;
}

.ordersTable {
    width:800px;
    margin-left:20px;
}

.formStyle    {
margin-left:20px;
padding:10px;
}


.orders th, .customerOrders th {
    width:25%;
    cursor: pointer;
}

.productLines th {
    width:25%;
    cursor: pointer;
}

.ordersTable tr:first-child th {
    background-color: #006dcc;
    color: #fff;
    font-weight: bold;
}

.productLinesTable {
    width:800px;
    margin-left:20px;
}

.productLinesTable tr:first-child th {
    background-color: #006dcc;
    color: #fff;
    font-weight: bold;
}

.ngViewport{
    height:auto !important;
}
.ngCanvas, .ngViewport, .ngRow, .ngFooterPanel, .ngTopPanel   {
   width: 100% !important;
}
.ngRow {
   border-bottom:none !important;
}

.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 1000px; 
    height: 200px;
}



.gridStyleList {
    border: 1px solid rgb(212,212,212);
    width: 1000px; 
    height: 200px;
}

.gridStyleProfile {
    border: 1px solid rgb(212,212,212);
    width: 371px; 
    height: 119px;
}

.gridStyleRecentDocs{
    border: 1px solid rgb(212,212,212);
width: auto !important;
height: auto;
}
.gridStyleDocument{
    border: 1px solid rgb(212,212,212);
    width: 289px; 
    height: 264px;
}
.gridStyleTransaction{
    border: 1px solid rgb(212,212,212);
    width: 289px; 
    height: 271px;
}
.gridStyle1 {
    border: 1px solid rgb(212,212,212);
    width: 500px; 
    height: 100px;
}

.gridStyle2 {
    border: 1px solid rgb(212,212,212);
    width: 500px; 
    height: 150px;
}

.gridStyle3 {
    border: 1px solid rgb(212,212,212);
    width: 500px; 
    height: 50px;
}

.gridStyle4 {
    border: 1px solid rgb(212,212,212);
    width: 1500px; 
    height: 250px;
}

#submitCustomer {
    margin-left:50px;
    margin-top: -8px;
}

footer {
    margin-top:10px;
    font-weight: bold;
}


/* Bootstrap overrides */
.navbar-inner {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.navbar .nav {
    margin-left:50px;
    margin-top:15px;
}

.close {
    opacity: 1.0;
}

.footer {
    margin-left: 0!important;
}