﻿body {
    padding: 0;
    font: 400 16px/1.1 'open sans'; 
} 

.swiper-container {
    height: auto;
}

.swiper-image { 
    max-height: 200px;
    align-content: center;
    margin: auto;
    display:block;
}
.swiper-label {
    margin:auto;
    display:block;
    text-align: center;
    padding: 5px;
}
.swiper-pagination {
    display:none;
}

.swiper-button-prev {
    margin-left: -10px;
}
.swiper-button-next {
    margin-right: -10px;
}

.x-small {
    font-size: 12px !important;
}
.draggable {
    cursor: move;
}

.furnitureDiv {
    height: 70px;
}
.furnitureThumb {
    max-width: 40px;
    max-Height: 40px;
}
/* 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;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e260"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #0c58a6; /* adjust as needed */
}

.panel-heading.collapsed .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content: "\e259"; /* adjust as needed, taken from bootstrap.css */
    color: #0c58a6; /* adjust as needed */
}

#floorplan {
    /*height: 600px;*/
    height: 100vh;
    background-color: white;
}

.no-padding {
    padding: 0px;
}

.fill {
    /*height: 600px;*/
    height: 100vh;
}
.left-panel {
    /*height: 600px;*/
    height: 100vh;
}
.left-panel > *:last-child {
    position: absolute;
    bottom: 0;
}


@media screen and (min-width: 768px) {
    #optionPanel {
        overflow-y: auto;
        height: 100vh;
        overflow-x: hidden;
    }
}

#optionPanel {
    overflow-y: auto;
    overflow-x: hidden;
}


.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.cps-btn {
    border-radius: 0px;
    color: #0c58a6;
    border: 2px solid #0c58a6;
    font: 600 16px/1.1 'open sans';
    padding: 15px; 
}
.btn-panel {
    right: 0;
    bottom: 0;
    position: absolute;
}
.btn-group-vertical > .btn {
    border: none;
    background-color: #f5f5f5;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 5px;
    color: #585858;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; 
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel {
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel-heading {
    border:none;
    display:inline-block;
    width:100%;
}

button > h4 {
    text-align: left;
}

.panel-body {
    padding: 10px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border: none;
}

.cbx {
    border-radius: 0px;
}
.cbx-container {
    padding-bottom: 3px;
}
.cbx-label {
    width: 85%;
    vertical-align: text-top;
    padding-top:2px;
    padding-bottom:10px;
}

.cbx-active {
    border: 1px solid #efa625;
    color: #0c58a6;
}

.cbx-md {
    width: 20px;
    height: 20px;
    font-size: 12px;
}