#siteMap {
    background:url(../img/sitemap.svg);
    background-repeat:no-repeat;
    width:1680px;
    height:1576px;
}
/* Data Table Overwrite CSS */
table.dataTable.no-footer {
    border-bottom: 1px solid #82b2d7;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #82b2d7;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background:#a7cdeb;
    border:none;
    color:#fff;
    border-radius:50px;
}
.paginate_button:hover {
    background:#a7cdeb;
}
.btn:focus, input:focus {
  outline: none;
}
/* End Table CSS Overwrite */
html {
    min-height:100%;
    margin: 0px;
    height: 100%;
    width: 100%;
    
}

body {
    min-height: 100%;
    width: 100%;
    margin:0;
    height:100%;
    
}

input {    
    border: 1px solid #a7cdeb;
    border-radius: 8px;
    padding: 6px;
    color:#4b89b9;
    font-weight:bold;
}
th, td {padding:4px;}
th {text-shadow: 0px 0px 2px #3875a4;}
table {border-collapse:collapse;}
thead {background:#82b2d7;color:white;}
:placeholder-shown {
    color: #c4c4c4;
    font-weight:normal;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #7f7f7f;
font-weight:normal;}
/* Firefox 18- */
:-moz-placeholder {
    color: #7f7f7f; opacity: 1;
font-weight:normal;}
/* Firefox 19+ */
::-moz-placeholder {
    color: #7f7f7f; opacity: 1;
font-weight:normal;}
/* IE 10+ */
:-ms-input-placeholder {
    color: #7f7f7f; 
font-weight:normal;}

.tableHeader {
    margin:20px auto;
    font-size:20px;
    text-align:center;
    background:#c66262;
    padding:6px;
    color:white;
    width:100%;
}

#saveToCsv {
    background:#5d92ba;
    padding:6px;
    color:white;
    width:200px;
    margin:0px auto 0px -200px;
    font-weight:bold;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
    text-align:center;
    transition:all 1s;
    cursor:pointer;
    float:left;
}
#saveToCsv.on {margin-left:2%;}
#saveToCsv.on:hover {background:#c89452;}

#pageTitle {
    opacity:0;
    font-size:28px;
    color:#fff;
    text-align:center;
    margin-top:100px;
    transition:all 2s;
    background:#82b2d7;
    padding:6px;
    text-shadow:0px 0px 4px #305776;
}

#capLogo {
    background:url(../img/cap_logo_467.png);
    width:300px;
    height:51px;
    opacity:0;
    position:absolute;
    top:8px;
    left:8px;
    transition:all 6s;
    background-size:300px 51px;
}


.orderFormInput {width:48%;margin:0px 0px 8px 0px}
.orderFormInput.left {margin-right:2%}
.tableContainer {width:96%;margin:50px auto 0px auto;}
.cartTitle {
    text-align: center;
    font-weight: bold;
    margin: 0px 0px 6px 0px;
    color: #4b89b9;
    font-size:20px;
}
.showCartBtn, #exitCart, #placeOrder {
    border-radius:6px;
    background:#82b2d7;
    border:none;
    color:white;
    font-weight:bold;
    padding:6px 6px 6px 8px;
    width:120px;
    cursor:pointer;
    text-align:center;
    float:left;
}
.showCartBtn {
    padding: 10px 6px 10px 8px;
    width: 170px;
    float:right;
    margin: 10px 0px 20px 0px;
}
#exitCart {margin:4px 0px 0px 8px;float:right;}
#placeOrder {margin:4px 0px 0px 0px;float:right;}
.cartControls, .totalsDisp {
    float:left;
    width:100%;
    height:34px;
    margin-top:2px;
}
.totalsDisp {
    border-radius: 8px;
    margin-top: 7px;
    height: 36px;
    padding-right: 8px;
    line-height: 32px;
    font-size: 18px;
    background: #4b89b9;
    color: white;
    line-height: 35px;
}
#totalCost {
    float:right;
}
.totalLabel{
    float:right;
    font-weight:bold;
    margin-right:4px;
}

#jslmMenu {
    z-index:0;
}
.tableTitles {
    z-index: 3;
    border-top-left-radius: 8px;
    position: relative;
    box-shadow: 0px 2px 2px #a3a3a3;
}

#overlay {
    opacity:0;
    width:100%;
    background:black;
    height:100%;
    position:fixed;
    top:0px;
    z-index:1;
    display:none;
    transition:opacity 1s;
}
#cartContainer {
    z-index:3;
    width:100%;
    position:absolute;
    display:none;
}
#orderList {
    height: 260px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #4b89b9;
    border-radius: 8px;
    overflow-y: scroll;
    margin-top:-28px;
    padding-top: 32px;
    z-index:2;
}

#shoppingCart {
    width:88%;
    padding:8px;
    margin: 0px 0px 0px 6%;
    border-radius:8px;
    border:1px solid #4b89b9;
    height:518px;
    position:fixed;
    z-index:2;
    background:white;
    box-shadow: 0px 0px 8px lightblue;
}