/* SLIDER CSS */
.switch {
  position: relative;
  height:36px;
  width:346px;
    margin: 9px 0px 0px 7px;
  background:#dfdfdf;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);


}

.floatLeft.dls {
    background: url(../img/capdlbg.jpg) top right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}


.switch-label {
    position: relative;
    z-index: 2;
    padding-left:7px;
    width: 168px;
    line-height:35px;
    font-size:14px;
    color:#999999;
    text-align: center;
    cursor: pointer;
}
.switch-label:active {
  font-weight: bold;
}

.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
  font-weight: bold;
  color:#fff;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  -moz-transition-property: color, text-shadow;
  -ms-transition-property: color, text-shadow;
  -o-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
  left:173px;
  /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-selection {
  position:absolute;
  z-index:1;
  top:2px;
  left:2px;
  display:block;
  width:171px;
  height:32px;
  border-radius:6px;
  background-color: #af5e5e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c37c7c), color-stop(100%, #af5e5e));
  background-image: -webkit-linear-gradient(top, #c37c7c, #af5e5e);
  background-image: -moz-linear-gradient(top, #c37c7c, #af5e5e);
  background-image: -ms-linear-gradient(top, #c37c7c, #af5e5e);
  background-image: -o-linear-gradient(top, #c37c7c, #af5e5e);
  background-image: linear-gradient(top, #c37c7c, #af5e5e);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  
}


.switch-selection.jslm {
  background-color: #5d93bd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #82b2d7), color-stop(100%, #5d93bd));
  background-image: -webkit-linear-gradient(top, #82b2d7, #5d93bd);
  background-image: -moz-linear-gradient(top, #82b2d7, #5d93bd);
  background-image: -ms-linear-gradient(top, #82b2d7, #5d93bd);
  background-image: -o-linear-gradient(top, #82b2d7, #5d93bd);
  background-image: linear-gradient(top, #82b2d7, #5d93bd);
}

/* EO SLIDER CSS */


a, a:hover, a:active, a:visited, a:focus {text-decoration:none;}

.docDown {
    display:inline-block;
  transition:all .5s;
  padding: 6px 8px;
  border-radius: 4px;
    background: #af5e5e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c37c7c), color-stop(100%, #af5e5e));
  background-image: -webkit-linear-gradient(top, #c37c7c, #af5e5e);
  background-image: -moz-linear-gradient(top, #c37c7c, #af5e5e);
  background-image: -ms-linear-gradient(top, #c37c7c, #af5e5e);
  background-image: -o-linear-gradient(top, #c37c7c, #af5e5e);
  background-image: linear-gradient(top, #c37c7c, #af5e5e);
    

}

.docDown.jslm {
    transition:all .5s;
  background: #5d93bd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #82b2d7), color-stop(100%, #5d93bd));
  background-image: -webkit-linear-gradient(top, #82b2d7, #5d93bd);
  background-image: -moz-linear-gradient(top, #82b2d7, #5d93bd);
  background-image: -ms-linear-gradient(top, #82b2d7, #5d93bd);
  background-image: -o-linear-gradient(top, #82b2d7, #5d93bd);
  background-image: linear-gradient(top, #82b2d7, #5d93bd);
}

.docDown:hover {
    background:#af5e5e;
}

.docDown.jslm:hover {
    background:#5d93bd;
}
/* Data Table Overwrite CSS */
table.dataTable.no-footer {
    border-bottom: 1px solid #af5e5e;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #af5e5e;
    
}
table.dataTable.no-footer.jslm {
    border-bottom: 1px solid #82b2d7;
}
table.dataTable thead th.jslm, table.dataTable thead td.jslm {
    border-bottom: 1px solid #82b2d7;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color:#fff !important;
    font-weight:bold;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background:#af5e5e;
    border:none;
    border-radius:50px;
}
.paginate_button:hover {
    background:#a7cdeb;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current.jslm {
    background:#5d93bd;
    color:white;
}


.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 #af5e5e;
    border-radius: 8px;
    padding: 6px;
    color:#272727;
    font-weight:bold;
}
input.jslm {border: 1px solid #a7cdeb;}
th, td {padding:4px;}


table {border-collapse:collapse;}
th {background:transparent}
th, td {width:20%;}
thead {background:#af5e5e;color:white;}
thead.jslm {background:#5d93bd;color:white;}
:placeholder-shown {
    color: #c4c4c4;
    font-weight:normal;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
/* 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;}


#pageTitle {
    opacity:0;
    font-size:28px;
    color:#535353;
    text-align:center;
    margin-top:100px;
    transition:all 2s;
}



.orderFormInput {width:48%;margin:0px 0px 8px 0px}
.orderFormInput.left {margin-right:2%}
.tableContainer {
    width: 96%;
    margin: 30px auto 0px auto;
    padding: 6px 0px;
    border: 3px solid #af5e5e;
    border-radius: 8px;
    z-index: 2;
    position: relative;
    background:white;
}
.tableContainer.off {display:none;}


.tableContainer.jslm {
    border: 3px solid #82b2d7;
}

.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;
}

.dataTables_wrapper .dataTables_filter input {margin-right:5px;}

.dataTables_wrapper .dataTables_info {margin-left:5px;}


