/* {
  outline: 1px solid red;
}*/

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
	font-family: Open Sans, sans-serif; 
}

h3 {
    font-size: 16px;
    color: black;
}
.nav-bar{
    margin-right: 0px;
    margin-left: 0px;
}

.focusShed.active {
    background-color: #d99150!important;
}

.nav-item-clean{
    padding:12px;
    color: white;
}

.nav-pills .nav-link {
    padding: 8px;
    color: white;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    
}

.btn-primary {
    background-color: #1e5eaa;
}

.tab-pane {
    overflow-y: auto;
    max-height: calc(60vh);
}
.nav-link span {
    display: inline;
  }

.canvas-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.nav .nav-pills {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 10px;
}

.card {
    float: right;
    padding: 15px;
}

.card-body {
    padding-top: 1rem;
}

.nav-item-logo{
    padding: 11px;
}

.nav-pills .nav-item {
    padding-left: 4px;
    padding-right: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: white;
}

@media (max-width:370px) {
    .nav-pills .nav-item {
        padding-left: 0px !important;
        padding-right: 0px !important;
        color: white;
    }
    .nav-link{
        padding:9px !important;
    }
}

.nav-pills {
    padding: 3px;
    background-color: #1e5eaa;
}

.nav-tabs {
    display: flex;
    justify-content: space-between;
    color: #1e5eaa;
    margin-bottom: 10px; /* Adjust the margin as needed */
}
/* Set different background colors for each button */
#nav-front-tab {
    color: #fff;
    background-color: #ee7203; /* Adjust the color as needed */
}

#nav-right-tab {
    color: #fff;
    background-color: #ee7203; /* Adjust the color as needed */
}

#nav-back-tab {
    color: #fff;
    background-color: #ee7203; /* Adjust the color as needed */
}

#nav-left-tab {
    color: #fff;
    background-color: #ee7203; /* Adjust the color as needed */
}
.nav-link
{
    flex-grow: 1;
    text-align: center;
    background-color: #ee7203;
    margin: 0 5px;
} 
.nav-link.active
{
    background-color: #34fa03;
}

@media (min-width:1200px) {
    .firstul{
        width :87%;
    }
    .secondul{
        width: 13%; 
    }
}

@media (max-width:1200px) {
    .firstul{
        width :84%;
    }
    .secondul{
        width: 16%; 
    }
}

/* Change the color of the "Offerte" button to green */

#pills-offer-tab {
    background-color: green;
    /* Hide text in the navigation tabs by default */
}

.nav-item span {
    display: inline;
}

/* Show the one that's active */

.nav-item .active span {
    display: inline-block;
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
    margin-left: 6px;
}

.btn-outline-primary {
    padding: 5px;
    margin: 3px;
    border-radius: 0%;
    height: 50px;
    font-size: 11px;
    font-weight: bold;
    color: white;
}

.btn-check {
    display: none;
    position: unset;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    padding: 5px;
    margin: 3px;
    border-radius: 0%;
    height: 50px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    color: #fff;
    background-color: #ee7203;
    border-color: #ee7203;
}

.btn-blue {
    background: #1e5eaa;    
    color: #fff;
}

.btn:hover {
    color: #fff;
}

.btn-left {
    margin-top: 16px;
    margin-left: 26px;
    margin-bottom: 50px;
}

.btn-right {
    margin-top: 16px;
    margin-right: 26px;
    margin-bottom: 50px;
}

.tab-content {
    height: 100%;
}

.tabpanelsize {
    height: 100%;
}

.btn-check:active+.btn-outline-danger, .btn-check:checked+.btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
    color: #fff;
    background-color: none;
    border-color: #dc3545;
}

.colorradiochecked {
    border-width: 3px;
    background-color: #ee7203;
    border-color: #ee7203;
}
.btn-clearshed{
    padding: 11px;
}

.properties-title {
    font-size: 24px;
    margin-left: 0px;
    margin-top: 4px;
    margin-bottom: 10px;
}

.select-shed-type {
    background: #ee7203;
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
    padding: 10px 20px 10px 60px;
    position: relative;
    text-align: center;
}

.btn-huisman {
    border-radius: 0px;
    margin: 10px;
    color: #fff;
    background-color: green;
    border-color: green;
}

.btn-huisman:disabled{
    border-radius: 0px;
    margin: 10px;
    color: #fff;
    background-color: green;
    border-color: green;
}

.addElements {
    border:none;
    width: 100%;
    background: #469536;
    color:#fff;
}

.addElements:hover{
    background-color: #34fa03;
}

.btn-primary.disabled, .btn-primary:disabled {
    border-radius: 0px;
    margin:10px;
    color: #fff;
    background-color: #1e5eaa;
    border-color: #1e5eaa;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #1e5eaa;
    border-color: #1e5eaa;
    box-shadow: 0 0 0 0.25rem (#1e5eaa / 50%);
}

.btnSendDiv{
    margin-left: 18px;
    margin-right: 36px;
}
.Toevoegen
{
    margin-left: 85%; 
}

.select-shed-type::before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #c44d05;
    bottom: 0;
    content: "\f134";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "bootstrap-icons";
    font-weight: 900;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: 0 8px;
    position: absolute;
    top: 0;
}

#logo {
    pointer-events: none;
    z-index: 2000;
    position: absolute;
    bottom: 1vw;
    left: 1vw;
    opacity: .8;
    width: 300px;
    height: 53px;
    background-image: url("/dist/images/logo.png");
}

#configurator {
    height: 100%;
}

#main>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#renderCanvas {
    height: 40vh;
    width: 100%;
    outline: none;
}

@media (min-width: 992px) {
    #renderCanvas {
        width: 100%;
        height: 100vh;
    }
    .tab-pane {
        max-height: calc(100vh - 80px);
    }
}

@media (min-width: 992px) and (max-width:1659px) {
    .col-form-label{
        width: 100% !important;
    }
}

@media (max-width:1200px) {
    .tab-content > .tab-pane{
        padding-bottom: 100px !important;
    }
}

#configCol {
    padding: 0px;
}

.card-body, .card-img-top {
    cursor: pointer;
}

.card-selected {
    background-color: rgba(0,0,0,.06);
}
.row m-3
{
    padding: 20px;
}
#selectFacadeElement
{
    margin-bottom: 10px;
}
#selectOptions
{
    margin-bottom: 10px;
}

.color-name {
  font-size: 10px; /* Adjust the font size as needed */
}

.label-container label {
  width: 60px; /* Adjust the width as needed */
  height: 80px; /* Adjust the height as needed */
}