
.panel-body {
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
}

.indicator {
    width: 10px;
    height: 50px;
    margin-right:5px;
    overflow-y:hidden;
    float:left;
}

.selected-indicator {
    width: 10px;
    height: 60px;
    margin-right:5px;
    overflow-y:hidden;
    float:left;
}

.row-body {
     display:inline-block;
     padding-top:5px;
     padding-bottom:5px;
     max-width: 300px;
}


/*STORE SELECTION*/
.store-container {
    height:150px;
    overflow-y: scroll;  
    padding:5px;
    font-size: smaller;
}

.store-row {
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
}

.store-name {
    font-weight:900;  
}

/*ROOM SELECTION*/
.room-container {
    height:143px;
    overflow-y: scroll;  
    padding:5px;
    font-size: smaller;
}

.bed-image {
    display:inline-block;
    float:left;
    margin-right:20px;
    padding-top:5px;
}

.room-row, .service-row {
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
}

.room-name {
    font-weight:900;  
}


/*TIME SLOT SELECTION*/
.timeSlotContainer {
    height: 330px;
    overflow-y: scroll; 
    padding:10px;
}

.timeSlotButton {
    width:95px;
    margin-right:5px;
    margin-bottom:10px;
}

.time-slot-date {
 text-align: center;
 margin-top:10px;
}

.time-slot-date-label {
    font-size:16px;
    font-weight:900;
}

.time-slot-date-container {
 padding-top:10px; 
 padding-bottom:10px;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 min-height: 85px;
}

.time-slot-label {
    text-align: center;
    margin: auto;
}

.confirmationContainer {
    height: 415px; 
    padding:20px;
    position: relative
}
.confirm-button {

   bottom:10px;
   position:absolute; 
   margin-left:-100px;
   left:50%;
   width:200px;
}

.appointmentMessage {
    border-style: solid;
    border-width: 0px;
    margin-bottom: 5px;  
    height:175px;
   
}

.upcomingApptcontainer{
    height:415px;
    overflow-y: scroll;  
    padding:5px;
    font-size: smaller;
}


.timeSlotButton {
    
    width:30%;
}


.back-button {
    font-weight: bold; 
    padding-top:10px;
}

.navbar-default{
    margin-bottom: 0;
}

.jumbotron {
    padding:10px;
}

.img-fluid {
    margin-top:10px;
    max-width: 100%; 
    height: auto;
    
}

.storeInfoLeft {
    margin-bottom: 10px;
}

.cust-profile-container {
    padding:10px;
}

.scheduled-appointments-container {
    height:415px;
    overflow-y: scroll;  
    padding:5px;
}

.tanServiceButtons {
  margin:5px;
}

.modal-header-warning {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.schedule-appoitnment-row {
    padding:10px;
}

.error-body {
    background-color:#6b6868;
}

.error-content {
 padding:10px;
}

.error-header {
    font-weight: 900;
    font-size: 1.75em;
    color:#fff;
}

.error_title {
    font-weight:700;
    font-size:1.5em;
    color:#000;
}

.error-detail {
    font-size:1.25em;
    color:#000;
}

.error-col-centered{
    float: none;
    margin: 0 auto;
}

.error-glyphicon {
    font-size:1.75em;
}

.datePicker3 {
    height: 330px;

    padding:5px;
}



/*MOBILE*/
@media only screen and (max-width: 500px) {
    .navbar {
        margin-bottom: 10px;
    }
    
    .store-container {
        height:70%;
    }
    
    .room-container {
        height:60%;
    }
    
    .dateContainer {
        height:auto;
        padding:5px;
    }
    
    .timeSlotContainer {
        height: 55%;
    }
    
    
    .nopadding {
       padding:0 !important;
       margin:0 !important;
    }
    
    .timeSlotButton {
        
        width:30%;
    }
    
    .confirmationContainer {
        height:70%;
    }
    
    .panel_footer {
        padding-right: 20px;
    }
}

/*FOOTER*/
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 50px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 20px; 
  padding-top:5px;
}

.footer-copyright {
    float:right;
}

.footer-build-info {
    float:right;
}


.nav-copyright {
    padding-right:10px;
    float:right;
}

.nav-build-info {
    padding-right:10px;
    float:right;
}
