@charset "UTF-8";
@import "./_sidebar.css";
@import "menu.css";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:700');

.layout {
    z-index: 1;
    display: flex;
    height: 100%;
}

.layout .header {
    display: flex;
    align-items: center;
    padding: 20px;
}

.layout .content {
    padding: 12px 20px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 250px)
}

.layout .content-login {
    display: flex;
    flex-direction: column;
    width: 100%
}

.layout .footer {
    text-align: center;
    margin-top: auto;
    margin-bottom: 20px;
    padding: 20px;
}

#sidebar.collapsed {
    width: 80px;
    min-width: 80px;
}

#sidebar.collapsed #collapsed-footer {
    display: block;
}

#sidebar.collapsed #sidebar-logo-coolabsed {
    display: block;
}

.layout:hover #sidebar {
    transition: width 0.4s;
}

.sidebar.collapsed .pro-sidebar-logo {
    display: none !important;
}

.sidebar.collapsed .sidebar-header {
    padding: 0 10px !important;
}

.sidebar.collapsed .sidebar-logo-coolabsed {
    display: block !important;
}

.sidebar.collapsed .pro-sidebar-logo {
    display: none !important;
}

#user-a::after {
    content: none;
}

.content.collapsed {
    width: calc(100% - 80px);
}

.layout .sidebar .pro-sidebar-logo {
    display: flex;
    align-items: center;
}

.layout .sidebar .pro-sidebar-logo > div {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: white;
    font-size: 24px;
    font-weight: 700;
    background-color: #ff8100;
    margin-right: 10px;
}


.layout .sidebar .pro-sidebar-logo > h5 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 30px;
    transition: opacity 0.3s;
    opacity: 1;
}

.layout .sidebar .footer-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.8em;
    padding: 20px 0;
    border-radius: 8px;
    width: 180px;
    min-width: 190px;
    margin: 0 auto;
    background-color: #162d4a;
}

.layout .sidebar .footer-box img.user-logo {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.layout .sidebar .footer-box a {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.devider {
    margin: 7px 0;
    border-top: 2px solid #fff;
    opacity: .1;
}

.layout .sidebar .sidebar-collapser {
    transition: left, right, 0.3s;
    position: fixed;
    left: 230px;
    top: 40px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d52a42;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    transform: translateX(50%);
    z-index: 111;
    cursor: pointer;
    color: white;
    box-shadow: 1px 1px 4px #0c1e35;
}

.layout .sidebar.has-bg-image .footer-box {
    background-color: #03003e;
}

.layout .sidebar.collapsed .pro-sidebar-logo > h5 {
    opacity: 0;
}

.layout .sidebar.collapsed #menu-aps.open .sub-menu-list {
    position: fixed;
    left: 0px;
    top: -40px;
    margin: 0px;
    visibility: visible;
    transform: translate(80px, 197px);
}

.layout .sidebar.collapsed #menu-aps:not(.open) .sub-menu-list {

    display: none !important;
}


.layout .sidebar.collapsed #menu-aps.open .sub-menu-list {

    padding-left: 0
}

.layout .sidebar.collapsed .footer-box {
    display: none;
}

.layout .sidebar.collapsed .sidebar-collapser {
    left: calc(80px - 20px);
}

.layout .sidebar.collapsed .sidebar-collapser i {
    transform: rotate(180deg);
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #6c757d;
}

.badge.primary {
    background-color: #ab2dff;
}

.badge.secondary {
    background-color: #079b0b;
}

.sidebar-toggler {
    position: fixed;
    right: 20px;
    top: 20px;
}

.social-links a {
    margin: 0 10px;
    color: #3f4750;
}

.btn.btn-secondary.btn-favorite {
    border-color: #03002e;
    background: white;
    color: #03003e;
}

#a-update:hover {
    color: #fff;
    background-color: #4cd791;
    border-color: #4cd791;
}

#a-update {
    color: #4cd791;
    border-color: #4cd791;
}

#a-details:hover {
    color: #fff;
    background-color: #0802c4;
    border-color: #0802c4;
}

#a-details {
    color: #0802c4;
    border-color: #0802c4;
}

#btn-favorite:hover {
    color: #fff;
    background-color: #03002e;
    border-color: #03002e;
}

.a-favoris {
    color: #03002e;
    border-color: #03002e;
}

.btn.btn-secondary.btn-favorite.active {
    color: #fff !important;
    background-color: #03003e !important;
    border-color: #03003e !important;
}

.dt-buttons.btn-group.flex-wrap {
    margin-right: 25px;
}

h1 {
    font-weight: lighter;
    text-align: center;

}

#building-table_length {
    margin-bottom: 18px !important;
}

h3, h2 {
    font-weight: lighter;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f0f3f8;
    /* background: #fc1803;
     */
}

body {
    margin: 0;
    height: 100vh;
    font-family: 'Poppins', sans-serif;
    color: #3f4750;
    font-size: 0.9rem;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.sub-menu-list.open {
    display: flex;
    flex-direction: column;
    width: 60vw;
    margin: 0 auto;
    border-radius: 5px;
}

.sub-menu-list {
    display: none;
}


.sub-menu-list > ul > li > a {
    background: #03003e;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background-color: #7386d5;
    color: #fff;
    transition: all 0.3s;
}

.sidebar .sidebar-header {
    background: #03003e;
}

.sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

.sidebar ul p {
    color: #fff;
    padding: 10px;
}


.sidebar ul li a {
    padding: 10px;
    font-size: 1.4em;
    display: block;
}

.sidebar ul li a:hover {
    color: #7386d5;
    /* background: #fff;
     */
}

.sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

ul ul a {
    font-size: 0.95em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

.buttonContainer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
}

.hidden {
    display: none;
}

.select2 {
    width: 100% !important;
}

.broadcasting-system > div {
    text-align: center;
}

.select-day > select {
    width: 100%;
}

.value_schedule > div > input {
    width: 50%;
}

.logo-oze {
    text-align: center;
}


.collapse-btn, .api-trnsys, .svg-building, .svg-admin, .svg-logout {
    fill: white;
    margin-right: 1.5rem !important;
}

:root {
    --page-header-bgColor: #03002e;
    --page-header-bgColor-hover: #1d2636;
    --page-header-txtColor: #dde9f8;
    --page-header-headingColor: #7889a4;
    --page-header-width: 260px;
    --page-content-bgColor: #f0f1f6;
    --page-content-txtColor: #171616;
    --page-content-blockColor: #fff;
    --white: #fff;
    --black: #333;
    --blue: #00b9eb;
    --red: #ec1848;
    --border-radius: 8px;
    --box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
    --switch-bgLightModeColor: #87cefa;
    --switch-sunColor: gold;
    --switch-moonColor: #f4f4f4;
    --switch-bgDarkModeColor: #1f1f27;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a, button {
    color: inherit;
}

a {
    text-decoration: none;
}

button {
    background: none;
    cursor: pointer;
}

[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

label {
    cursor: pointer;
}

.row {
    margin-top: 20px;
}

.collapse-btn {
    border: none;
}

svg {
    display: block;
}


/*CUSTOM VARIABLES HERE*/
.page-header {
    top: 0;
    left: 0;
    height: 100%;
    position: fixed;
    /*top: 0;
    */
    /*left: 0;
    */
    right: 0;
    bottom: 0;
    overflow: auto;
    padding-top: 20px;
    width: var(--page-header-width);
    color: var(--page-header-txtColor);
    background: var(--page-header-bgColor);
}

.page-header nav {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.page-header .toggle-mob-menu {
    display: none;
}


.page-header .admin-menu {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: 35px;
}

.page-header .admin-menu li > * {
    width: 100%;
    padding: 12px 15px;
}

.admin-menu li {
    padding: 0 2.25rem;
}

.admin-menu li a:hover {
    color: #d52a42;
    font-weight: 600;
}

.menu-heading h3:hover {
    color: #d52a42;
    font-weight: 600;
}

.menu-heading h3 {
    font-size: 0.9rem;
}

.page-header .admin-menu .menu-heading h3 {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 12px;
    margin-top: 12px;
    color: var(--page-header-headingColor);
}

.page-header .admin-menu a, .page-header .admin-menu button {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    text-transform: uppercase;
    border: none;
}

.dropdown-container a {
    line-height: 45px;
    margin-left: 26px;
}

.dropdown-container a i {
    margin-right: 8px;
}

/* PAGE CONTENT STYLES –––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-content {
    position: relative;
    width: 100%;
    padding: 20px;
    color: var(--page-content-txtColor);
    background: var(--page-content-bgColor);

}

.search-and-user {
    padding: 10px 0;
}


.search-and-user form {
    position: relative;
}

.search-and-user [type="search"] {
    width: 100%;
    height: 50px;
    font-size: 1.5rem;
    padding-left: 15px;
    background: var(--page-content-blockColor);
    color: var(--white);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.search-and-user ::placeholder {
    color: var(--page-content-txtColor);
}

.search-and-user form svg {
    width: 26px;
    height: 26px;
    fill: var(--page-content-txtColor);
}

.search-and-user form button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.search-and-user .admin-profile {
    display: flex;
    align-items: center;
}

.search-and-user .admin-profile .greeting {
    margin: 0 10px 0 20px;
}

.search-and-user .admin-profile svg {
    width: 30px;
    height: 30px;
}

.search-and-user .admin-profile .notifications {
    position: relative;
}

.search-and-user .admin-profile .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    color: var(--white);
    background: var(--red);
}

.page-content .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.page-content .grid > article {
    display: flex;
    height: 320px;
    background: var(--page-content-blockColor);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.page-content .grid > article:first-child {
    grid-column: -1;
}

.card-building {
    width: 18rem;
    /*border-radius: 10%;
    */
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    /*box-shadow: 0px 1px 14px 3px #242e42;
    */
}

.card-variable {
    /*border-radius: 10%;
    */
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    /*box-shadow: 0px 1px 14px 3px #242e42;
    */
    width: 10.2rem;
    margin: 1rem;
}

.card-operator {
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    width: 3rem;
    margin: 1rem;
}

/*.title-listing-building {
	*/
/* background-image: url("data:image/svg+xml;
utf8,<svg width='450' height='450' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' class='svg-building' fill='gray'> <path d= 'M6 7v-7h13v10h5v14h-23v-17h5zm0 16v-4h-1v4h1zm8-4h-3v4h3v-4zm6 0h-1v4h1v-4zm2-7h-3v6h2v4h1v-10zm-5-10h-9v20h1v-5h7v5h1v-20zm-13 20v-4h2v-9h-3v13h1zm17-6h-1v-2h1v2zm-17-2h1v2h-1v-2zm8 1h-2v-2h2v2zm3 0h-2v-2h2v2zm-10-4v2h-1v-2h1zm7 1h-2v-2h2v2zm3 0h-2v-2h2v2zm-3-3h-2v-2h2v2zm3 0h-2v-2h2v2zm-3-3h-2v-2h2v2zm3 0h-2v-2h2v2z' ></path> </svg> ");
*/
/* background-repeat: no-repeat;
*/
/* background-size: cover;
*/
/*
}
*/
.content-listing-variable {
    text-align: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.variables-content {
    display: flex;
    justify-content: center;
    width: 100%;
}

.listing_variables, .listing_operators {
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: space-around !important;
    justify-content: center;
    width: 100%;
}

.title-listing-variable, .title_listing_operators, .title-equation {
    text-align: center;
    display: contents !important;
    width: 90%;
    flex-wrap: wrap;
}


#back_equation {
    padding-top: 30px;
    background: white;
}

.add-delete {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem;
}

.equation {
    margin-top: 5px;
    text-align: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: #242e42;
    height: 6rem;
}

.services-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.service {
    margin: 11px;
    height: 16rem;
}

.flip-box {
    background-color: transparent;
    width: 200px;
    height: 100%;
    border-radius: 10px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border: 1px solid #6d93cc;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: #000 0 2px 4px, #000 0 7px 13px -3px, #000 0 -3px 0 inset;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.flip-box-front {
    color: black;
    border-radius: 10px;
}

.flip-box-front img {
    height: 80px;
    width: 80px;
}

.flip-box-back {
    background-color: #fff;
    color: #000;
    transform: rotateY(180deg);
    border-radius: 10px;
    padding: 6px;
}

.rwd-table {
    min-width: 98%;
    margin: 1em auto;
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    padding-top: 0.5em;
}

.rwd-table td:last-child {
    padding-bottom: 0.5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 9.5em;
    display: inline-block;
}

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

    .rwd-table th:first-child, .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child, .rwd-table td:last-child {
        padding-right: 0;
    }
}

.rwd-table {
    background: #34495e;
    color: #fff;
    border-radius: 0.4em;
    overflow: hidden;
}

.rwd-table tr {
    border-color: #46627f;
}

.rwd-table th, .rwd-table td {
    margin: 0.5em 1em;
}

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }
}

.rwd-table th, .rwd-table td:before {
    color: #dd5;
}

.container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 50%;
}

.container .box {
    position: relative;
    width: 100%;
    background: #fff;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    box-shadow: rgb(0 0 0 / 40%) 0 2px 4px, rgb(0 0 0 / 30%) 0 7px 13px -3px, rgb(0 0 0 / 20%) 0 -3px 0 inset;

    border: 1px solid var(--clr);
    display: flex;
    align-items: center;
}

.container .box::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: var(--clr);
}

.container .box:hover::before {
    width: 100%;
}

.container .box .content {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-content: center;
    top: 0;
}

.container .box .content .icon {
    position: relative;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .box .content .icon ion-icon {
    font-size: 2.5em;
    color: var(--clr);
    transition: 0.5s ease-in-out;
}

.container .box:hover .content .icon ion-icon {
    color: #fff;
}

.container .box .content .text h3 {
    font-weight: 500;
    color: var(--clr);
}

.container .box .content .text p {
    font-size: 0.9em;
    color: #999;
    transition: 0.5s ease-in-out;
}

.container .box:hover .content .text h3, .container .box:hover .content .text p {
    color: #fff;
}

/* BLUE THEME */
.pagination {
    margin-top: 1em;
    display: flex;
    justify-content: flex-end;
}

.pagination a {
    text-decoration: none;
}

.pagination-number {
    padding: 0.3em 0.4em;
    border-radius: 2px;
    color: #fff;
    background-color: #6d85c7;
    margin: auto 0.3rem;
}

.pagination-number:hover, .pagination-current {
    background-color: #34495e;
}

.pagination-action {
    margin: 0 0.1em;
    display: inline-block;
    padding: 0.5em 0.5em;
    color: #b9b9b9;
    font-size: 1.3em;
}

.pagination-action:hover, .pagination-previous, .pagination-next {
    color: #3354aa;
}

#image_calibration {
    width: 480px;
    height: 500px;
    background: url("") center;
    background-size: cover;
}

.table-generated-files td {
    text-align: center;
}

.value_1_heating {
    width: 20%;
    margin: 15px 10px;
}

.input-number {
    width: 80px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
}

.input-number, .input-number-decrement, .input-number-increment {
    border: 1px solid #ccc;
    height: 40px;
    user-select: none;
}

.input-number-decrement, .input-number-increment {
    display: inline-block;
    width: 30px;
    line-height: 38px;
    background: #f1f1f1;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.input-number-decrement:active, .input-number-increment:active {
    background: #ddd;
}

/* * Plugin style */
.numberstyle-qty {
    height: fit-content;
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(116, 116, 116, 0.65);
}

.numberstyle-qty input, .numberstyle-qty .qty-btn {
    position: relative;
    display: block;
    float: left;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0px;
    text-align: center;
    line-height: 40px;
    outline: 0;
    box-shadow: 0;
}

.numberstyle-qty .qty-btn {
    width: 40px;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
    user-select: none;
    transition: all 250ms ease;
}

.numberstyle-qty .qty-btn.disabled {
    cursor: default;
    color: rgba(116, 116, 116, 0.5);
}

.numberstyle-qty input {
    width: 155px;
    border-left: 0;
    border-right: 0;
    color: #747474;
    font-size: 18px;
    font-weight: 700;
    z-index: 1;
}

.numberstyle-qty input:focus {
    outline: 0;
    box-shadow: 0px;
}

.numberstyle-qty input[type="number"] ::-webkit-inner-spin-button, .numberstyle-qty input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.numberstyle-qty inputinput[type="number"] {
    -moz-appearance: textfield;
}

/* * More from me link 🔥 */
.more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 7px 21px;
    border-radius: 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    animation: reveal 5000ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
}

.more::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 20%;
    height: 100%;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0);
    transition: max-width 0ms ease 250ms, background-color 250ms ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.more:hover::before {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 250ms ease;
}

@keyframes reveal {
    0%, 90% {
        bottom: -30px;
    }
    100% {
        bottom: 15px;
    }
}

.schedule-clim .reduced_value .input-number {
    width: 120px !important;
}

.schedule-clim .comfort_value .input-number {
    width: 120px !important;
}

.stepper .nav-tabs {
    position: relative;
}

.stepper .nav-tabs > li {
    width: 16.5%;
    position: relative;
}

.stepper .nav-tabs > li::after {
    content: "";
    position: absolute;
    background: #f1f1f1;
    display: block;
    width: 100%;
    height: 4.1px;
    top: 49px;
    left: 35%;
    z-index: 1;
    pointer-events: none;
}

.stepper .nav-tabs > li.completed::after {
    background: #28a745;
    pointer-events: none;
    position: relative;
}

.stepper .nav-tabs > li:last-child::after {
    background: transparent;
}

.stepper .nav-tabs > li.active:last-child .round-tab {
    background: #34bc9b;
}

.stepper .nav-tabs [data-toggle="tab"] {
    width: 25px;
    height: 25px;
    margin: 20px auto;
    border-radius: 100%;
    border: none;
    padding: 0;
    color: #f1f1f1;
}

.stepper .nav-tabs [data-toggle="tab"]:hover {
    background: transparent;
    border: none;
}

.stepper .nav-tabs > .active > [data-toggle="tab"], .stepper .nav-tabs > .active > [data-toggle="tab"]:hover, .stepper .nav-tabs > .active > [data-toggle="tab"]:focus {
    color: #34bc9b;
    cursor: default;
    border: none;
}

.stepper .tab-pane {
    position: relative;
    padding-top: 160px;
}

.fade:not(.show) {
    opacity: 1;
}

.stepper .round-tab {
    width: 120px;
    height: 100px;
    line-height: 98px;
    display: inline-block;
    border-radius: 39px;
    background: #fff;
    border: 2px solid #34bc9b;
    color: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
}

.stepper .completed .round-tab {
    background: #34bc9b;
}

.stepper .completed .round-tab::after {
    content: "✔";
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}

.stepper .active .round-tab:hover {
    background: #fff;
    border: 2px solid #34bc9b;
    font-weight: bold;
}

.stepper .active .round-tab {
    background: #242e42;
    border: none;
    font-weight: bold;
}

.stepper .active .round-tab::after {
    display: none;
}

.stepper .disabled .round-tab {
    background: #fff;
    color: #242e42;
    border-color: #f1f1f1;
}

.stepper .disabled .round-tab:hover {
    color: #4dd3b6;
    border: 2px solid #a6dfd3;
}

.stepper .disabled .round-tab::after {
    display: none;
}

.nav-tabs {
    border-bottom: none;
}

.model-header-tool {
    display: block;
    padding: 1rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.choice-block {
    display: flex;
}

.modal-dialog-choice {
    margin: 1.75rem 175px auto 508px;
    box-shadow: 0 5px 10px 0 rgba(55, 55, 55, 0.5);
    border-radius: 10px;
}

.modal-body-choice {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 10rem 2rem 10rem;
}

.btn-tool {
    text-align: left;
    padding-top: 1rem;
}

.introduction-text {
    text-align: left;
    width: 92%;
}

.btn-tool-choice {
    color: white;
    padding: 8px 15px 8px 15px;
    border-radius: 6px;
}

.perc-building {
    padding: 2px;
    border-radius: 23px;
    height: 40px;
    width: 40px !important;
    display: inline-block;
    font-size: 11px;
    color: white;
    line-height: 34px;
}

.list-buildings {
    height: 84% !important;
    display: block !important;
    width: 49% !important;
    padding-right: 35px !important;
    padding-left: 35px !important;
}

.div-wrapper {
    height: auto;
    margin-top: 135px;
    border: 2px dashed #ddd;
    border-radius: 8px;
}

.div-to-align {
    width: 100%;
    padding: 30px;
    /* .... */
}

li[id^="select2"][id$="-ALLDAYS"] {
    font-weight: bold;
    background: linear-gradient(90deg, transparent 25%, black 25%, black 75%, transparent 75%);
    background-size: 23% 2px;
    background-position: -23px 100%;
    background-repeat: no-repeat;
}

li[id^="select2"][id$="-WEEKDAYS"] {
    font-weight: bold;
}

li[id^="select2"][id$="-WEEKEND"] {
    font-weight: bold;
    background: linear-gradient(90deg, transparent 25%, black 25%, black 75%, transparent 75%);
    background-size: 23% 2px;
    background-position: -23px 100%;
    background-repeat: no-repeat;
}

.numberstyle-qty {
    width: 100%;
    height: fit-content;
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(116, 116, 116, 0.65);
}

.numberstyle-qty input {
    width: 70%;
}

.numberstyle-qty .qty-btn {
    width: 15%;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

#div_id_glass_area_ratio {
    width: 100%;
}

#div_id_solar_factor, #div_id_glass_area_ratio {
    text-align: center;
}

.dataTables_wrapper .dataTables_length {
    float: right !important;
}

.dataTables_wrapper .dataTables_filter {
    float: left !important;
    text-align: right;
}

.admin-menu .dropdown-btn, .admin-menu .dropdown-container {
    display: none !important;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.errorlist li {
    color: red;
}


.building-40 .building-41, .building-42, .building-43, .building-44, .building-45, .building-46, .building-47, .building-48, .building-49, .building-50,
.building-51, .building-52, .building-53, .building-54, .building-55, .building-56, .building-57, .building-58,
.building-59, .building-60, .building-61, .building-62, .building-63, .building-64, .building-65, .building-66, .building-67, .building-68, .building-69, .building-70 {
    background-color: #ffc107
}


.building-71, .building-72, .building-73, .building-74, .building-75, .building-76, .building-77, .building-78, .building-79, .building-80,
.building-81, .building-82, .building-83, .building-84, .building-85, .building-86, .building-87, .building-88, .building-89, .building-90,
.building-91, .building-92, .building-93, .building-94, .building-95, .building-96, .building-97, .building-98, .building-99, .building-100 {
    background-color: green;
}

.building-0, .building-1, .building-2, .building-3, .building-4, .building-5, .building-6, .building-7, .building-8, .building-9,
.building-10, .building-11, .building-12, .building-13, .building-14, .building-15, .building-16, .building-17, .building-18, .building-19,
.building-20, .building-21, .building-22, .building-23, .building-24, .building-25, .building-26, .building-27, .building-28, .building-29,
.building-30, .building-31, .building-32, .building-33, .building-34, .building-35, .building-36, .building-37, .building-38, .building-39 {
    background-color: red;
}