html { background-color: #F2F2F2; }

/* Main stats up of screen */
#main-stats 
{
  background-color: #fdfdfd;
  border-bottom: 1px solid #efeef3; 
}
#main-stats .stats-row 
{
    box-shadow: inset -1px 0px 5px 2px #f9f9f9;
    margin: 0; 
}
#main-stats .stat 
{
    text-align: right;
    padding: 25px 0px 30px 0px;
    border-right: 1px solid #DDD;
    position: relative;
    box-shadow: 1px 0px 0px 0px white; 
}
#main-stats .stat.last 
{
    border-right: 0px; 
}
#main-stats .stat .data 
{
    color: #29323a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding-right: 50px; 
}
#main-stats .stat .data .number {
        color: #32a0ee;
        font-size: 25px;
        margin-right: 15px; }
#main-stats .stat .date 
{
    color: #b4b8bb;
    font-weight: lighter;
    font-family: 'Lato', 'Open Sans';
    font-style: italic;
    font-size: 13px;
    position: absolute;
    right: 50px; 
}

.filters
{
/* margin: 30px 0px;*/

}

.filters select
{
  
}

.section {
  border-top: 1px solid #edeff1;
  margin-top: 100px;
  padding-top: 45px;
  box-shadow: inset 0px 3px 4px -1px #fafafa; }

/* Stats chart */
#statsChart {
  height: 250px;
  margin-top: 65px; }

/* specific chart styles */
.legendLabel {
  font-size: 12px;
  font-family: "Open Sans", Arial;
  color: #9da3a9; }

/* UI elements section */
#pad-wrapper .ui-elements h4 {
  margin-bottom: 35px; }
#pad-wrapper .ui-elements .btn-flat { text-transform: uppercase; }
#pad-wrapper .ui-elements .btn-flat.icon { text-transform: none; }
#pad-wrapper .ui-elements .btn-flat.icon i { margin-right: 3px; }
#pad-wrapper .ui-elements .ui-sliders {
  margin-top: 10px;
  margin-bottom: 50px; }
  #pad-wrapper .ui-elements .ui-sliders .ui-slider.slider-sample2, #pad-wrapper .ui-elements .ui-sliders .ui-slider.slider-sample3 {
    margin-top: 20px; }
#pad-wrapper .ui-elements .ui-group {
  margin-top: 35px; }
  #pad-wrapper .ui-elements .ui-group > * {
    margin-right: 5px;
    margin-bottom: 5px; }
#pad-wrapper .ui-elements .knobs {
  overflow: auto; }
#pad-wrapper .ui-elements .knob-wrapper {
  float: left; }
  #pad-wrapper .ui-elements .knob-wrapper .knob {
    box-shadow: none; }
  #pad-wrapper .ui-elements .knob-wrapper .info {
    position: relative;
    top: -20px; }
    #pad-wrapper .ui-elements .knob-wrapper .info .param {
      color: #9da3a9;
      text-align: center; }
      #pad-wrapper .ui-elements .knob-wrapper .info .param .line {
        background-color: #c4cdd8;
        height: 3px;
        width: 25px;
        display: inline-block;
        margin-right: 10px; }
        #pad-wrapper .ui-elements .knob-wrapper .info .param .line.blue {
          background-color: #30a1ec; }

/* table sample below */
table.table > tbody > tr > td:last-child,
table.table > thead > tr > th:last-child {
    text-align: right;
}

table.table-bielement {
    margin-top: 10px;
}

table.table-bielement > tbody > tr > td:first-child,
table.table-bielement > tbody > tr > th:first-child,
table.table-bielement > thead > tr > th:first-child {
    text-align: right;
}

table.table-bielement > tbody > tr > td:last-child,
table.table-bielement > thead > tr > th:last-child {
    text-align: left;
}

.table-products {
  width: 100%; }
  .table-products .filter-block {
    margin-bottom: 34px; }
    .table-products .filter-block .ui-select {
      margin-right: 20px;
      top: 1px;
      height: 24px;
      width: 150px; }
    .table-products .filter-block .search {
      margin: 0 60px 0 0; }
    .table-products .filter-block .new-product {
      padding: 4px 14px; }
  .table-products .table tr.first td {
    border-top: 0 none; }
  .table-products .table td.description {
    vertical-align: middle;
    color: #516372; }
  .table-products .table td a {
    text-decoration: underline;
    margin-top: 6px;
    display: inline-block; }
  .table-products .table th input[type="checkbox"] {
    margin-top: 4px; }
  .table-products .table input[type="checkbox"] {
    float: left;
    margin-top: 11px;
    margin-right: 23px; }
  .table-products .table .img {
    height: 31px;
    float: left;
    background: white;
    width: 31px;
    border: 1px solid #dfe4eb;
    text-align: center;
    cursor: pointer;
    margin-right: 23px; }
    .table-products .table .img img {
      margin-top: 4px; }
  .table-products .table ul.actions {
    margin: 5px 0 0 0;
    padding: 0;
    float: right; }
    .table-products .table ul.actions li {
      display: inline;
      border-right: 1px solid #d0dde9;
      padding: 5px 6px 0px 3px; }
      .table-products .table ul.actions li.last {
        border: 0 none; }
    .table-products .table ul.actions i {
      cursor: pointer;
      opacity: 0.6;
      transition: opacity .1s linear;
      -moz-transition: opacity .1s linear;
      -webkit-transition: opacity .1s linear;
      -o-transition: opacity .1s linear; }
      .table-products .table ul.actions i:hover {
        opacity: 1; }
  .table-products .label {
    position: relative; }
  .table-products .pagination {
    float: right;
    margin-top: 35px; }

/* responsive */
@media (max-width: 768px) {
  #main-stats {
    margin-left: -15px;
    margin-right: -15px; }

  #pad-wrapper .ui-elements .knobs {
    text-align: center; }
    #pad-wrapper .ui-elements .knobs .knob-wrapper {
      float: inherit; }
  #pad-wrapper .ui-elements .showcase {
    text-align: center; }
  #pad-wrapper .table-products .table .img {
    display: none; }
  #pad-wrapper .table-products .table input[type="checkbox"] {
    margin-right: 10px; }
  #pad-wrapper .table-products .table .label {
    display: none; } }
@media (max-width: 979px) {
  #main-stats .stat .data {
    padding-right: 17px; }
    #main-stats .stat .data .number {
      font-size: 18px; }

  #pad-wrapper .knob-wrapper .info {
    display: none; }

  .pointer {
    top: 5%; }

  .table-products .head {
    margin-bottom: 20px; } }
@media (min-width: 980px) {
  #pad-wrapper .ui-elements .knob-wrapper + .knob-wrapper {
    margin-left: 5px; } }
@media (min-width: 1200px) {
  #pad-wrapper .ui-elements .showcase {
    width: 53%; }
  #pad-wrapper .ui-elements .knob-wrapper + .knob-wrapper {
    margin-left: 35px; } }

.error-message
{
    color:red;
    padding:10px;
}
/**/
a.next-button, a.next-button:hover, a.prev-button, a.prev-button:hover
{
    color:inherit;
    font-size: 25px;
    text-decoration: none;

}
a.gallery_swipebox, a.gallery_swipebox:hover
{
    text-decoration: none;
    font-size:100px;
    height:100px;
}

ol.breadcrumb {
    background-color: white;
}
ol.breadcrumb > li.active > a { 
    color: #666; 
}

h2.well-title {
    margin: 0px 0 10px;
}

nav.action-bar {
  margin-bottom: 20px;
}

/* BOOTSTRAP OVERRIDES*/
.btn, .dropdown-menu, .form-control, .modal-content, .nav-tabs > li > a { 
    border-radius: 0px; 
}

/* LEAFLET OVERRIDES */
.leaflet-control-attribution { display:none; }

/* FLAT BUTTONS */
.btn-flat 
{
    display: inline-block;
    margin: 0;
    line-height: 15px;
    vertical-align: middle;
    font-size: 12px;
    text-shadow: none;
    box-shadow: none;
    background-image: none;
    border: 0 none;
    color: #fff;
    font-weight: 500;
    background: #4387bf;
    border: 1px solid #3883c0;
    cursor: pointer;
    padding: 7px 14px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}
.btn-flat [class^="icon-"], .btn-flat [class*=" icon-"] { margin-right: 3px; }
.btn-flat:active {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
    background: #30628b;
    opacity: 1;
}
.btn-flat:hover {
    text-decoration: none;
    opacity: 0.87;
    color: #fff;
}
.btn-flat.large {
    font-size: 13px;
    padding: 10px 16px;
}
.btn-flat.small {
    font-size: 11px;
    padding: 5px 9px;
}
.btn-flat.inverse {
    background: #343e4b;
    border: 1px solid #000;
}
.btn-flat.inverse:active { background: #000; }
.btn-flat.gray {
    background: #7e91aa;
    border: 1px solid #888e97;
}
.btn-flat.gray:active {
    background: #5d6b7e;
    color: #f3f3f3;
}
.btn-flat.primary {
    background: #3b9ff3;
    border: 1px solid #3596e7;
}
.btn-flat.primary:active {
    background: #2b76b6;
    color: #edf6fd;
}
.btn-flat.success {
    background: #96bf48;
    border: 1px solid #7ea13d;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    font-weight: 600;
}
.btn-flat.white {
    color: #626263;
    background: #fff;
    border: 1px solid #d0dde9;
}
.btn-flat.white:hover {
    border-color: #bbb;
    color: #000;
}
.btn-flat.info {
    background: #5ba0a3;
    color: #fff;
    border-color: #5ba0a3;
}
.btn-flat.info:active { background: #30696c; }
.btn-flat.danger {
    background: #b85e80;
    border-color: #b85e80;
    color: #fff;
}
.btn-flat.danger:active { background: #6e354a; }
.btn-flat.icon {
    padding: 7px 10px;
    color: #1a2129;
    background: #e6ebf3;
    border: 1px solid #d8dde4;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4) inset, 0px 1px 0px 0px #cccccc;
}
.btn-flat.icon:active {
    background: #e0e6ef;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3) inset;
}
.btn-flat.icon i { font-size: 14px; }

.card{
  background-color:#fff;
  border-radius:3px;
  margin-top:35px;
  border:1px solid #d1d1d1;
  padding:15px 35px;
  margin-bottom:35px;
}
.card h2.title{
  font-size:22px;
  margin-bottom:30px;
  text-transform:uppercase;
  text-align:left;
  background-color:#424242;
  color:#fff;
  float:left;
  padding:10px 35px;
  font-weight:normal;
  margin-top:10px;
}
.card p{
  font-size:16px;
  line-height:28px;
}
.card img{
  max-height:200px;
  margin-top:25px;
  margin-bottom:25px;
}
#cart-checkout-button{ font-size:14px; } 
.center { text-align: center; }