﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.btn-number {
    border-radius: 0px;
}

.btn-group {
    border-radius: 5px;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
}

.fc-list-table > tbody > tr.fc-list-item:hover > td,
.fc-list-table > tbody > tr.fc-list-item:hover > th {
    background-color: #CFF5FF;
}

.info {
    font-weight: bold;
    text-decoration: underline;
}

.center {
    text-align: center;
}

.heavy {
    font-weight: bold;
}

@media only screen and (min-width: 1500px) {
    .wrapper {
        width: 1550px;
        margin: auto;
    }

    .flt-left {
        margin-left: 5%;
        float: left;
    }
}

/* For desktop: */
@media only screen and (min-width: 768px) {
    body:after {
        content: "desktop";
        display: none;
    }

    .flt-left {
        float: left;
    }

    #scroller {
        margin-top:10px;
        max-height: 80%;
        overflow: auto;
    }

    #sidebar {
        width: 25%;
        float: left;
        display: none;
    }

    .body-content {
        min-width: 325px;
        width: 70%;
    }

    .footer {
        display: none;
    }
}

/* 
  ##Device = Most Mobile Devices (Portrait & Landscape)
  ##Screen = 1px to 767px
*/
@media (min-width: 1px) and (max-width: 768px) {
    body:after {
        content: "mobile";
        display: none;
    }

    html {
        overflow-y: scroll;
        overflow-x: scroll;
    }

    .body-content {
        width: 100%;
    }

    .table td, .table th {
        padding: .6rem .25rem .6rem .25rem;
    }

    /* EXPERIMENTAL - testing responsive table options */
  table.services thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.services tr {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  
  table.services td {
    /*border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;*/
  }

  table.services th {
      border-top: none;
  }
  
  table.services td::before {
    content: attr(data-label);
    float: left;
    padding: 10px;
    width: 105px;
  }

  .service-label {
    display: flex;
    align-items: center;
  }

  #success {
       margin-top: 30%;
  }

    /* Specifically for the date range h2 header generated by fullcalendar */
    div.fc-center > h2 {
        padding-top: 15px;
    }

    /* Hide Sidebar */
    #sidebar {
        display: none;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer {
        display:none;
        /*position: absolute;*/
        bottom: 0;
        width: 100%;
        height: 60px;
        line-height: 30px;
        text-align: center;
        /*background-color: #f5f5f5;*/
    }

    #cart {
        width: 100%;
    }

    #footerAccordion {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #3395ff;
    opacity: .94;
    color: white;
    z-index: 999;  
    max-height: 80%;
    overflow: auto;
  
}

    hr.white {
        border-top: 1px solid rgb(255, 255, 255)
    }

    hr.white-top {
        border-top: 1px solid rgb(255, 255, 255);
        margin-top: 0px;
    }

    .hidden-on-mobile {
        display: none;
    }

.panel-default > .footer-panel-heading{
    background: #237ad6; 
}

.footer-panel-heading {
    padding: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-title {
    color: white;
    text-align: center;
    width: 100%;
    display: block;
    padding: 15px 0px;
    font-size: 24px;
    font-family: Helvetica,Arial,sans-serif;
    outline: none;
    margin-bottom: 0px;
}

/*
.panel-title a:hover, .panel-title a:focus, .panel-title a:active {
    text-decoration: none;
    outline: none;
}*/

    /*.form-control {
      padding: 0px, 2px;
  }*/

    th {
        font-size: 12px;
    }
}
