/* VARIABLES */
:root {
    --ob-status-new: #E6721C;
    --ob-status-new-contrast: #FFF;
    --ob-status-scheduled: #0D99FF;
    --ob-status-scheduled-contrast: #FFF;
    --ob-status-inprogress: #096BB3;
    --ob-status-inprogress-contrast: #FFF;
    --ob-status-progress: #096BB3;
    --ob-status-progress-contrast: #FFF;
    --ob-status-done: #AFF4C6;
    --ob-status-done-contrast: #FFF;
    --ob-status-approved: #14AE5C;
    --ob-status-approved-contrast: #FFF;
    --ob-status-notapproved: #F24822;
    --ob-status-notapproved-contrast: #FFF;
    --ob-status-deleted: #757575;
    --ob-status-deleted-contrast: #FFF;
    --ob-status-damaged: #9747FF;
    --ob-status-damaged-contrast: #FFF;
    --ob-status-maintenance: #FFC7C2;
    --ob-status-maintenance-contrast: #000000;
    --ob-status-onhold: #FFC107;
    --ob-status-onhold-contrast: #000;

    --ob-clash-type-bulkhead: #ffdfc8;
    --ob-clash-type-bulkhead_clash: #fff1e6;
}

.carousel-control-prev-icon {
    background-color: #000;
    border-radius: 33px;
    background-size: 50%;
}

.carousel-control-next-icon {
    background-color: #000;
    border-radius: 33px;
    background-size: 50%;
}

.activeInput>.selectize-input {
    color: white !important;
    background-color: var(--main-orangebutton-orange) !important;
}

.filters>td>.selectize-control {
    border: 0px solid black !important;
}

.filters>td>.single>.selectize-input {
    max-height: 32px !important;
    padding-top: 6px !important;
    border: 1px solid #efefef !important;
}

.filters>td>.single:not(.activeInput)>.selectize-input {
    background-color: white !important;
}

.smallerPagination>nav>ul>.page-item {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.input_icon {
    position: relative;
}

.input_icon:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 20px;
    display: block;
    top: 0px;
    right: 0px;
    position: absolute;
}

.input_check:after {
    content: "\f00c";
    color: green;
}

.input_cross:after {
    content: "\58";
    color: red;
}

.input_load:after {
    content: "\e1d4";
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* GENERAL STYLE */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;600&display=swap');

.pills {
    background-color: lightgray;
}

.active_pill {
    background-color: var(--main-orangebutton-orange) !important;
}

#three {
    cursor: grab;
}

#three:active {
    cursor: grabbing;
}

#sortable tr {
    cursor: grab;
}

#sortable tr:active {
    cursor: grabbing;
}

.inspectFloorTable td {
    padding: 0px;
    line-height: 14px;
}

.inspectFloorTable .clashProps {
    font-size: 10px;
}

.inspectFloorTable .clashNumber {
    font-size: 18px;
}

body {
    font-family: 'Barlow', sans-serif;
    background-color: #f8f8f8;
    font-size: 15px;
    padding-bottom: 30px;
    transition: scale(0.7, 0.7);
}

input,
select {
    font-size: 15px;
}

::selection {
    background: var(--main-orangebutton-orange);
    color: #fff;
}

.tableFixedHead tr th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.sortableRow {
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.sortableRow:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

tr.padding-top td {
    padding-top: 8px;
}

.assignbutton {
    height: 30px;
    line-height: 15px;
}

p {
    font-family: 'Barlow', sans-serif;
}

.accordion-button {
    padding: 0px 20px 0px 20px !important;
    transition: 0s !important;
}

.accordion-button:hover {
    transform: scale(1, 1) !important;
}

.accordion-body {
    background-color: white !important;
}

.lighter {
    color: #a3a3a3;
    font-weight: 600;
}

.redborder {
    border: 1px solid red !important;
}

.borderradius6px {
    border-radius: 6px !important;
}

.inline {
    float: left;
    margin-right: 10px;
}

.filterbutton {
    width: 100%;
    height: 29px;
    line-height: 14px;
    background-color: #292929;
    border-color: #292929;
}

.filterbutton:hover {
    background-color: #292929;
    border-color: #292929;

}

.page-link.active,
.active>.page-link {
    background-color: var(--main-orangebutton-orange) !important;
    border-color: var(--main-orangebutton-orange) !important;
}

.selectize-input {
    font-size: 15px !important;
    color: rgb(33, 37, 41) !important;
    padding: 8px 8px 0px 9px !important;
    background-color: rgb(248, 250, 252);
    border: 1px solid rgb(206, 212, 218) !important;
    border-radius: 5px !important;
    height: 38px !important;
}

.selectize-control {
    height: 38px !important;
}

.filters .lcslt-multiple {
    padding: 2px 3px 0px 3px !important;
    background-color: #fff !important;
    border: 1px solid #efefef !important;
}

.filters .lcslt-wrap {
    margin-bottom: 0px !important;
}

.filters .lcslt-placeholder {
    font-size: 16px !important;
    color: #b1b1b1 !important;
    padding: 5px 0px 4px 0px !important;
}

.nomargin>.relative-wrap>.lcslt-wrap {
    margin-bottom: 0px !important;
}

.lcslt-wrap {
    margin-bottom: 16px !important;
}

.lcslt-multiple {
    padding: 5px 5px 0px 9px !important;
    background-color: rgb(248, 250, 252) !important;
    border: 1px solid rgb(206, 212, 218) !important;
    border-radius: 5px !important;
}

.lcslt-multiple-dd {
    border: 1px solid rgb(206, 212, 218) !important;
    border-top: 0px solid white !important;
    border-radius: 5px !important;
}

.lcslt-placeholder {
    font-size: 17px !important;
    color: gray !important;
}

#lc-select-dd {
    top: 35px !important;
    left: 0px !important;
    position: absolute !important;
}

.relative-wrap {
    position: relative !important;
}

h1 {
    color: #292929;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

h2 {
    color: #292929;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

h3 {
    color: #292929;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

h4 {
    color: var(--main-orangebutton-orange);
    font-size: 15px;
}

hr {
    border-color: #acacac;
}

.form-control:placeholder {
    color: #b1b1b1 !important;
}

.card {
    border: 0px;
    border-radius: 15px;
    background-color: #fff;
}

.btn-primary {
    background-color: var(--main-orangebutton-orange) !important;
    border-color: var(--main-orangebutton-orange) !important;
    transition: all 0.5s ease-in-out;
}

.btn-primary:hover {
    background-color: var(--main-orangebutton-orange);
    border-color: var(--main-orangebutton-orange);
    transform: scale(1.1, 1.1);
}

.btn-nohover:hover {
    transform: scale(1, 1) !important;
}

button {
    transition: all 0.5s ease-in-out !important;
}

button:hover {
    transform: scale(1.1, 1.1);
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

main {
    margin-top: 105px;
    margin-left: 100px;
    margin-right: 30px;
}

.card-header {
    font-size: 36px;
    color: #292929;
    background-color: #fff;
    font-weight: 700;
    border: 0px;
}

.fa-2xl {
    font-size: 40px !important;
    line-height: 50px;
    margin-bottom: 10px;
    color: var(--main-orangebutton-orange);
}

a,
.nav-link {
    transition: all 0.5s ease-in-out;
}

.sidebar .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

main a,
main a:hover,
main a:visited,
main a:focus {
    color: var(--main-orangebutton-orange);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}

a:hover {
    transform: scale(1.1, 1.1);
}

a .fa-regular {
    margin-right: 10px;
}

a.btn-primary {
    color: #fff !important;
}

.totalusers {
    margin-top: 10px;
    margin-left: 15px;
}

.relative {
    position: relative;
}

.pagination li {
    padding: 10px;
    background-color: #fff;
}

.pagination li:first-child {
    border-radius: 15px 0px 0px 15px;
}

.pagination li:last-child {
    border-radius: 0px 15px 15px 0px;
}

.pagination li a {
    border: 0px;
    color: #b1b1b1;
}

.pagination li a:hover {
    color: #292929;
    transform: none;
    background-color: #f2f2f2;
}

.page-item.active a {
    background-color: var(--main-orangebutton-orange);
    color: #fff;
    border-radius: 2px;
}

.page-item.active a:hover {
    background-color: var(--main-orangebutton-orange);
    color: #fff;
}

.black {
    color: #292929 !important;
}

.orange {
    color: var(--main-orangebutton-orange) !important;
}

.clear {
    clear: both;
    width: 100%;
}

.number {
    min-width: 65px;
    height: 65px;
    border-radius: 10px;
    background-color: var(--main-orangebutton-orange);
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 65px;
    margin-right: 14px;
    padding: 0px 10px 0px 10px;
}

.alert {
    border: 0px;
}

.alert-warning {
    background-color: #fae3d2;
}

.nopicture {
    border-radius: 40px;
    background-color: var(--main-orangebutton-orange);
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
}

.nopicture-big {
    border-radius: 65px;
    background-color: var(--main-orangebutton-orange);
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 65px;
    height: 65px;
    width: 65px;
    font-size: 25px;
    margin: auto;
}

.phases_button {
    display: inline;
}

.companymainlogo img {
    border: 2px solid #f2f2f2;
    height: 300px;
    object-fit: contain;
    padding: 30px;
    border-radius: 15px;
    width: 100%;
}

.smaller {
    font-size: 12px;
    line-height: 12px;
    display: block;
}

.orangecircle {
    background-color: var(--main-orangebutton-orange);
    color: #fff;
    font-size: 17px;
    height: 35px;
    width: 35px;
    border-radius: 30px;
    text-align: center;
    line-height: 35px;
}

.clear {
    clear: both;
    width: 100%;
}

.outlinedgroup {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: #f8fafc;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.component {
    border: 1px solid #ced4da;
    padding: 5px;
    border-radius: .375rem;
    display: inline;
}

.component .fa-solid {
    margin-left: 6px;
}

.outlinedbutton:hover {
    transform: scale(1, 1);
}

.active-circle {
    color: #93bc39;
}

.inactive-circle {
    color: #ee3e54;
}

.approvedspec {
    color: #93bc39;
    margin-right: 10px;
    font-size: 12px;
}

.disapprovedspec {
    color: #ee3e54;
    margin-right: 10px;
    font-size: 12px;
}

#OBJViewer {
    width: 100%;
    height: 500px;
}

.solutionimg {
    padding: 0px 2px 2px 2px;
    height: auto;
    margin-bottom: 6.6px;
    border: 2px solid #efefef;
    border-radius: 5px;
}

.solutionimg img {
    width: 100%;
    object-fit: contain;
    margin-top: -4px;
}

.activeComponentCompany {
    border: 1px solid var(--main-orangebutton-orange) !important;
}

/* END GENERAL STYLE */

/* FORMS */
.dropzone {
    border: 1px dashed #ced4da;
    border-radius: .375rem;
    font-weight: 400;
    line-height: 1.6;
    background-color: #f8fafc;
    color: #212529;
}

.box {
    color: #fff;
    padding: 20px;
    display: none;
    margin-top: 20px;
}

.red {
    background: #ff0000;
}

.green {
    background: #228B22;
}

.blue {
    background: #0000ff;
}

.form-switch .form-check-input {
    width: 50px !important;
    height: 25px !important;
}

.form-switch .form-check-input:checked {
    background-color: var(--main-orangebutton-orange);
    border-color: var(--main-orangebutton-orange);
}

body .form-check-input:focus {
    border-color: #ced4da;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    color: #f8f8f8;
}

/* END FORMS */

/* TABLES */
.nav-fill .nav-item,
.nav-dontfill .nav-item {
    background-color: #f8f8f8;
    text-align: left;
    border-radius: 10px;
    margin: 10px;
    padding: 11px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.nav-dontfill .nav-item {
    min-width: 300px;
}

.nav-fill .nav-item:hover,
.nav-dontfill .nav-item:hover {
    transform: scale(1.1, 1.1);
}

.nav-fill .nav-item:first-child,
.nav-dontfill .nav-item:first-child {
    margin-left: 0px;
}

.nav-fill .nav-item:last-child,
.nav-dontfill .nav-item:last-child {
    margin-right: 0px;
}

.nav-fill .nav-item h3,
.nav-fill .nav-item h4,
table h3,
table h4,
.nav-dontfill .nav-item h3,
.nav-dontfill .nav-item h4 {
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

table .lighter {
    line-height: 20px;
}

.nav-fill .nav-item img {
    transition: all 0.5s ease-in-out;
}

.nav-fill .nav-item.active {
    background-color: var(--main-orangebutton-orange);
}

.nav-fill .nav-item.active img {
    opacity: 0;
}

.nav-fill .nav-item.active h3,
.nav-fill .nav-item.active h4 {
    color: #fff;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-tabs .nav-item {
    padding: 0px;
    border: 0px;
}

.nav-tabs .nav-item button {
    background-color: #fff;
    text-align: left;
    border-radius: 10px;
    margin: 10px 7px 10px 7px;
    color: #292929;
    font-weight: 700;
    padding: 11px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    border: 0px;
    min-width: 100px;
    text-align: left;
    line-height: 40px;
    white-space: nowrap;
    padding-right: 30px;
}

.nav-tabs .nav-item button:hover {
    transform: scale(1.1, 1.1);
}

.nav-tabs .nav-item:first-child button {
    margin-left: 0px;
}

.nav-tabs .nav-item h3,
.nav-tabs .nav-item h4 {
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.nav-tabs .nav-item button i,
.nav-tabs .nav-item button.active i {
    font-size: 40px;
    font-weight: 300 !important;
    margin-right: 5px;
    line-height: 35px;
    margin-top: 5px;
}

.nav-tabs .nav-item button.active {
    background-color: var(--main-orangebutton-orange) !important;
    color: #fff;
}

.nav-tabs .nav-item button span {
    position: absolute;
    margin-left: 10px;
}

.roundedtable {
    width: 100%;
    border-spacing: 0px 15px !important;
    border-collapse: separate;
}

.roundedtable td:first-child {
    border-radius: 15px 0px 0px 15px;
}

.roundedtable td:last-child {
    border-radius: 0px 15px 15px 0px;
}

.roundedtable td {
    padding: 12px;
    background-color: #f2f2f2;
}

.roundedtable td:last-child {
    text-align: right;
}

.roundedtable .subproduct td {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}

.roundedtable .subproduct {
    margin-left: 30px;
    position: relative;
}

.roundedtable .bulkhead {
    font-weight: 700;
}

.bulkhead-solutions {
    margin-top: -15px;
}

.middletable {
    width: 100%;
}

.middletable td {
    padding: 5px;
}

.middletable th {
    padding-left: 5px;
}

.subproduct .middletable td,
.subproduct .middletable th {
    text-align: left !important;
}

.filters td {
    background-color: transparent;
    padding: 0px;
    padding-right: 5px;
}

.filters .form-control:not(.nostyle) {
    background-color: #fff;
    color: #b1b1b1;
}

.filters .form-control {
    border: 1px solid #efefef;
    padding: 3px;
    font-size: .9rem;
    margin-top: 1px;
}

.sticky-head td {
    position: sticky;
    top: 0;
}

.dropdown-item {
    transform: none !important;
}

td .dropdown-toggle {
    background-color: #fff;
    border: 1px solid #efefef;
    color: #b1b1b1;
    padding: 3px;
}

.dropdown-toggle:after {
    display: inline-block !important;
}

.quotationphase {
    width: 44px;
    height: 44px;
    background-image: url(/storage/images/quotationwhite.png);
}

.engineeringphase {
    width: 44px;
    height: 44px;
    background-image: url(/storage/images/engineeringwhite.png);
}

.checklistphase {
    width: 44px;
    height: 44px;
    background-image: url(/storage/images/checklistwhite.png);
}

.solutionsphase {
    width: 44px;
    height: 44px;
    background-image: url(/storage/images/solutionswhite.png);
}

.maintainphase {
    width: 44px;
    height: 44px;
    background-image: url(/storage/images/maintainwhite.png);
}

.finalized {
    width: 44px;
    height: 44px;
    background-image: url(/storage/images/finalizedwhite.png);
}

.allphase {
    width: 44px;
    height: 44px;
    background-image: url(/storage/images/allwhite.png);
}

.officephase {
    width: 44px;
    height: 44px;
    background-image: url(/storage/images/officewhite.png);
    background-size: 44px 44px;
}

.maintainphase {
    width: 44px;
    height: 44px;
    background-image: url(/storage/images/maintainwhite.png);
}

.dashboardPhases {
    width: 33px !important;
    height: 33px !important;
    background-size: 34px 34px !important;
}

.company-logo {
    width: 100%;
    height: 40px;
    object-fit: contain;
}

.titlelink {
    float: right;
    margin-top: 5px;
}

.table-sm,
.table-sm td,
.table-sm th {
    border: 0px;
    padding: 0px;
}

.progress {
    border-radius: 10px;
    margin-top: 10px;
}

.progress-bar {
    background-color: var(--main-orangebutton-orange);
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
    background-color: #f6f6f6;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th,
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th,
.table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: #ffffff;
    --bs-table-accent-bg: #fff;
}

.table-striped>tbody>tr.bulkhead td {
    background-color: #ffdfc8;
    --bs-table-accent-bg: none !important;
}

.table-striped>tbody>tr.bulkheaditem td {
    background-color: #fff1e6;
    --bs-table-accent-bg: none !important;
}

.table-striped td {
    border: 0px;
}

.table-striped .filters td {
    padding-bottom: 10px;
}

.notallowed {
    opacity: 0.5;
    cursor: not-allowed !important;
}

.notallowed:hover {
    transform: none;
}

.notallowed * {
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.roundedtable td,
.middletable td,
.table-striped td {
    white-space: nowrap !important;
}

.lowerheight .col-8 {
    line-height: 22px;
}

.trFieldBigRow {
    height: 50px;
}

.trFieldBigBulkheadRow {
    background-color: var(--ob-clash-type-bulkhead);
}

.trFieldBigBulkheadClashRow {
    background-color: var(--ob-clash-type-bulkhead_clash);
}

.activeRow td {
    background-color: #cff6fa !important;
    --bs-table-accent-bg: none !important;
}

.bootstrap-dropdown-invisible-btn {
    all: unset;
}

.bootstrap-dropdown-invisible-btn:focus {
    outline: revert;
}

.dashboardProjects h3 {
    font-size: 14px !important;
}

.dashboardProjects h4 {
    font-size: 12px !important;
}

.dashboardProjects img {
    max-width: 100% !important;
}

.dashboardProjects .col-3 {
    padding-right: 3px !important;
    padding-left: 6px !important;
}

.dashboardProjects .col-9 {
    padding-right: 6px !important;
}

/* END TABLES */

/* PROJECTS */
.selectedimage {
    text-align: center;
    width: 100%;
}

/* END PROJECTS */

/* LOGIN SCREEN */
.body_login {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    overflow: hidden;
}

.body_login_no_overflow {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.loginscreen {
    max-width: 450px;
}

.loginscreen input[type=email],
.loginscreen input[type=password] {
    height: 55px;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    padding-left: 50px;
}

.loginscreen .biginput {
    height: 55px;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    padding-left: 50px;
}

.form-control,
.form-select {
    font-size: 15px;
}

.loginscreen .btn-primary {
    height: 55px;
}

.loginscreen .fa-solid {
    position: absolute;
    margin-left: 18px;
    margin-top: 18px;
    font-size: 18px;
    color: #c3c3c3;
}

.loginlogo {
    width: 350px;
    max-width: 90%;
    margin: auto;
    margin-bottom: 20px;
    display: block;
    clear: both;
}

.body_login main {
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

.body_login_no_overflow main {
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

/* END LOGIN SCREEN */

/* SIDEBAR + TOP */
nav.navbar {
    position: fixed;
    width: 100%;
    z-index: 2;
    padding: 0px;
    top: 0px;
}

.sidebar {
    position: fixed;
    height: 100vh;
    top: 0px;
    background-color: var(--main-orangebutton-orange);
}

.username {
    display: inline-block;
    color: #292929;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    margin-top: 16px;
}

.rounded-circle {
    margin-top: -18px;
    transition: all 0.5s ease-in-out;
    object-fit: cover;
}

.dropdown-item .rounded-circle {
    margin-top: 0px;
}

.rounded-circle:hover {
    transform: scale(1.1, 1.1);
}

.companyusers-avatars {
    display: flex;
}

.roundedtable .companyusers {
    display: flex;
}

.roundedtable .companyusers .cutuser:last-child {
    margin-right: 10px;
}

.cutuser {
    width: 15px;
    overflow: visible;
}

.companyusers-avatars {
    flex-wrap: wrap;
}

.companyusers .rounded-circle {
    margin-top: 0px;
    border: 2px solid #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: var(--main-orangebutton-orange);
}

.dashboardCard .companyusers-avatars {
    padding-right: 20px;
}

.navbar .rounded-circle {
    border: 2px solid #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: var(--main-orangebutton-orange);
    display: block;
    float: right;
    margin-top: 8px;
    margin-left: 0px;
    margin-bottom: 12px;
}

.navbar .rounded-circle .initials {
    padding-top: 8px;
    color: #fff;
    font-weight: 700;
}

.companyusers .rounded-circle:first-child {
    margin-left: 0px;
}

.companyusers .rounded-circle .initials {
    padding-top: 8px;
    color: #fff;
    font-weight: 700;
}

.users .rounded-circle {
    border: 2px solid #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: var(--main-orangebutton-orange);
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.users .rounded-circle .initials {
    padding-top: 8px;
    color: #fff;
    font-weight: 700;
}

.initials-small {
    padding-top: 4px !important;
    font-size: 12px !important;
}

.rounded-circle-small {
    width: 30px !important;
    height: 30px !important;
}

.usernamebefore {
    line-height: 0px;
    text-align: right;
    display: block;
    color: var(--main-orangebutton-orange);
    font-weight: 400;
    font-size: 12px;
}

.dropdown-toggle {
    width: 100%;
    text-align: left;
}

.dropdown-toggle:after {
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 14px;
    display: initial;
}

.mainlogo {
    height: 30px;
}

.nav-link .fa-light {
    font-size: 25px;
}

.navname {
    font-size: 8px;
    line-height: 8px;
    display: block;
}

.nav-link,
.nav-link:hover {
    color: #fff;
}

.nav-link.active {
    font-weight: 700 !important;
    background-color: transparent !important;
}

.nav-link.active i {
    font-weight: 700 !important;
}

/* END SIDEBAR + TOP */

@media only screen and (min-width: 769px) and (max-width: 1281px) {
    main {
        margin-left: 70px;
        margin-right: 0px;
    }

    .card-body {
        padding: 10px;
    }

    h1 {
        font-size: 22px;
        line-height: 28px;
    }

    h2 {
        font-size: 19px;
        line-height: 24px;
    }

    h3 {
        font-size: 13px;
        line-height: 18px;
    }

    h4 {
        font-size: 9px;
        line-height: 16px;
    }

    .number {
        font-size: 19px;
    }

    .rounded-circle p.initials {
        font-size: 17px !important;
        line-height: 25px !important;
    }

    .rounded-circle p.initials-small {
        font-size: 10px !important;
        line-height: 17px !important;
    }

    .roundedtable td {
        padding: 10px 5px !important;
    }

    td,
    input,
    select,
    option,
    p,
    body,
    .btn-primary {
        font-size: 11px !important;
        line-height: 18px !important;
    }

    .nav-pills .nav-item {
        padding: 0px;
        margin: 0px;
    }

    .nav-pills .nav-item button {
        padding: 5px 10px;
        line-height: 25px;
    }

    .nav-pills .nav-item button .col:first-child {
        padding-right: 0px !important;
        width: 15% !important;
        padding-left: 5px;
    }

    .nav-pills .nav-item button .col:nth-child(2) {
        padding-left: 0px !important;
        padding-right: 8px;
    }

    .nav-fill .nav-item {
        padding: 10px 10px !important;
        margin: 8px;
    }

    .nav-fill .nav-item .col-3,
    .nav-pills .nav-item .col-9 {
        padding: 0px 5px;
    }

    .nav-fill .nav-item img,
    .btn-primary img {
        width: 25px;
    }

    .number {
        height: 50px;
        line-height: 50px;
    }

    .btn-primary .mt-2 {
        margin-top: 5px !important;
    }

    .solutionsphase,
    .quotationphase,
    .engineeringphase,
    .checklistphase,
    .maintainphase,
    .finalized {
        width: 25px;
        height: 25px;
        background-size: contain;
    }

    .nav-tabs .nav-item button i,
    .nav-tabs .nav-item button.active i {
        font-size: 22px;
        line-height: 25px;
    }

    .relative img {
        width: 25px;
        height: 25px;
    }

    .nav-item h3 {
        font-size: 13px;
    }

    .nav-item h4 {
        font-size: 9px;
    }

    .usernamebefore {
        margin-bottom: 5px;
    }

    .nav-pills.nav-flush .py-3 {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .nav-pills.nav-flush .nav-link .fa-light {
        font-size: 20px;
    }

    .nav-pills.nav-flush .nav-link img {
        height: 28px !important;
    }
}




@media only screen and (max-width: 767px) {

    p,
    body {
        font-size: 12px;
    }

    h2 {
        font-size: 22px;
        line-height: 30px;
    }

    h3 {
        font-size: 15px;
        line-height: 18px;
    }

    h4 {
        font-size: 13px;
        line-height: 16px;
    }

    hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    main {
        margin-top: 75px;
        margin-left: 55px;
        margin-right: 0px;
    }

    .username {
        display: none;
    }

    .rounded-circle {
        margin-top: 0px;
    }

    .card {
        border-radius: 8px;
    }

    .card-body {
        padding: 8px;
    }

    .fa-2xl {
        float: left;
        margin-right: 10px;
    }

    .sidebar {
        width: 55px !important;
    }

    .sidebar .nav-link {
        padding: 7px;
    }

    .nav-fill .nav-item {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .nav-dontfill .nav-item {
        margin-left: 0px;
        max-width: 100%;
        margin-bottom: 0px;
        min-width: 100%;
    }

    .nav-fill {
        width: 100%;
        display: none;
    }

    .nav-dontfill {
        width: 100%;
        display: none;
    }

    .roundedtable td {
        padding: 5px;
        white-space: nowrap;
    }

    .roundedtable td:last-child {
        border-radius: 0px 8px 8px 0px;
    }

    .roundedtable td:first-child {
        border-radius: 8px 0px 0px 8px;
    }

    .page-item.paginations {
        display: none !important;
    }

    .paginations.page-item.active {
        display: inline-block !important;
    }

    #previousPage.disabled,
    #nextPage.disabled {
        display: none;
    }

    .btn-lg,
    .btn {
        font-size: 12px;
    }

    .filters .form-control,
    .filters button,
    .form-control,
    .form-select {
        font-size: 12px;
    }

    .fa-2xl {
        font-size: 30px !important;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .pagination li {
        padding: 0px;
        font-size: 12px;
    }

    .nav-tabs .nav-item button i,
    .nav-tabs .nav-item button.active i {
        font-size: 20px !important;
        font-weight: 300 !important;
    }

    .nav-tabs .nav-item button {
        min-width: auto;
    }

    .number {
        font-size: 16px;
        line-height: 45px;
        margin-right: 14px;
        padding: 0px 7px 0px 7px;
    }

    .solutionimg {
        width: 33%;
        margin-right: 0.3%;
        float: left;
        margin-top: 10px;
    }
}



/* LC Select - Light theme - by LCweb */


/* container */
.lcslt {
    border: 1px solid #aaa;
    background: #fafafa;
    border-radius: 2px;
    transition: all .25s ease;
}

.lcslt:not(.lcslt-disabled):hover,
.lcslt.lcslt_dd-open,
#lc-select-dd {
    border-color: #8f8f8f;
    background: #fefefe;
}

.lcslt.lcslt_dd-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.lcslt-opt {
    background: #bbb;
    border-radius: 3px;
}

.lcslt:not(.lcslt-multiple):after {
    border-top-color: #888 !important;
}

.lcslt:not(.lcslt-multiple):hover:after,
.lcslt.lcslt_dd-open:not(.lcslt-multiple):after {
    border-top-color: #666 !important;
}

.lcslt:not(.lcslt-multiple)>span {
    padding: 2px 0;
}

.lcslt.lcslt-multiple>span:not(.lcslt-multi-callout) {
    padding: 3px 0 6px;
}

.lcslt:not(.lcslt-multiple)>span:not(.lcslt-placeholder) {
    font-size: 90%;
}

.lcslt>span:not(.lcslt-placeholder):not(.lcslt-multi-callout),
#lc-select-dd li {
    color: #484848;
}


/* disabled status */
.lcslt.lcslt-disabled {
    background: #f4f4f4;
}

.lcslt.lcslt-disabled:not(.lcslt-multiple):after {
    border-top-color: #aaa !important;
}

.lcslt.lcslt-disabled:not(.lcslt-multiple)>span {
    color: #848484;
}

.lcslt.lcslt-disabled .lcslt-multi-selected {
    color: #666;
    padding-left: 9px;
}

.lcslt.lcslt-disabled .lcslt-multi-selected:before {
    display: none;
}


/* multi-option selected items */
.lcslt-multiple {
    font-size: 0.95rem !important;
}

.lcslt-multi-selected,
.lcslt-multi-callout {
    padding: 3px 9px 3px 7px;
    background: #e5e5e5;
    color: #494949;
    border-radius: 50px;
    margin: 0 5px 5px 0;
    transition: all .3s ease;
}

.lcslt-multi-callout {
    padding: 0.75rem 0.4581rem;
    font-family: arial;
    border-radius: 50%;
    font-size: 1rem;
}

.lcslt:not(.lcslt-disabled) .lcslt-multi-selected:hover,
.lcslt:not(.lcslt-disabled) .lcslt-multi-callout:hover {
    background: #ddd;
    color: #3f3f3f;
}

.lcslt-multi-selected:before {
    padding-right: 6px;
}

.lcslt-placeholder {
    color: #888;
    transform: scale(0.9) translate3d(-5%, -5%, 0);
}


/* dropdown */
#lc-select-dd {
    border-radius: 0 0 4px 4px;
    border-width: 0 1px 1px;
    border-style: solid;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    font-size: 13px;
}

#lc-select-dd li {
    border: none;
    border-top: 1px solid #ddd;
}

.lcslt-search-li {
    border-bottom: 2px dotted #bababa !important;
    box-shadow: 0 1px 0 #fff;
}

.lcslt-search-li input {
    font-size: inherit;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-size: 0.8rem;
    color: #888;
    background: #fefefe;
}

.lcslt-search-li input:hover,
.lcslt-search-li input:active,
.lcslt-search-li input:focus,
.lcslt-is-searching .lcslt-search-li input {
    color: inherit;
}

.lcslt-search-li:before {
    background: #666;
}

#lc-select-dd li span {
    padding: 7px 12px;
    font-size: 0.8rem;
}

#lc-select-dd li img {
    padding-right: 7px;
}

.lcslt-group-name {
    font-weight: bold;
}

.lcslt-group-opts>li {
    padding-left: 12px;
}

.lcslt-dd-opt {
    transition: all .15s ease;
    color: #6f6f6f;
}

#lc-select-dd li.lcslt-dd-opt:not(.lcslt-disabled):not(.lcslt-selected):hover,
#lc-select-dd .lcslt-dd-opt-hlight {
    color: #333;
    background: #d7eeff;
}

#lc-select-dd li.lcslt-dd-opt.lcslt-disabled {
    background: #ededed;
    color: #777;
}

#lc-select-dd li.lcslt-dd-opt.lcslt-hidden {
    display: none;
}

#lc-select-dd li.lcslt-selected {
    color: #fff;
    background: #0078d7;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    display: none;
}

#lc-select-dd li.lcslt-selected.lcslt-dd-opt-hlight {
    box-shadow: 6px 0 0 #89caff inset;
}

.lcslt-is-searching li.lcslt-group,
.lcslt-no-results {
    border: none !important;
}

.lcslt-no-results {
    color: #777;
    text-align: center;
    padding: 12px;
}

/* images */
.lcslt-img {
    display: inline-block;
    height: 17px;
    width: 20px;
    margin-right: 7px;
}

.incoming_msg_img {
    display: inline-block;
    width: 6%;
}

.incoming_msg {
    margin: 15px 0px 15px;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 100%;
}

.received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.time_date2 {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
    float: right;
}

.received_withd_msg {
    width: 70%;
}

.mesgs {
    float: left;
    padding: 0px 0px 0 0px;
    width: 100%;
}

.sent_msg p {
    background: #e3effd none repeat scroll 0 0;
    border-radius: 3px;
    color: black;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.outgoing_msg {
    overflow: hidden;
    margin: 15px 0 15px;
    padding-right: 10px
}

.sent_msg {
    float: right;
    width: 70%;
}

.input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}

.msg_send_btn {
    background: #05728f none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
}

.messaging {
    padding: 0 0 50px 0;
}

.msg_history {
    height: 500px;
    overflow-y: auto;
    border: 1px solid #ced4da;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/* Field App */
.feed-container {
    overflow-y: auto;
    max-height: 380px;
}

.feed-container .rounded-circle {
    border: 2px solid #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: var(--main-orangebutton-orange);
    display: block;
    float: right;
    margin-top: 8px;
    margin-left: 0px;
    margin-bottom: 12px;
}

.feed-container .rounded-circle .initials {
    padding-top: 8px;
    color: #fff;
    font-weight: 700;
}

.feed-container .card-title,
.feed-container .timestamp {
    padding-top: 20px;
}

.modal-xxl {
    min-width: 80%;
}

.component-image {
    width: 100%;
    border: 2px solid #efefef;
    height: 120px;
    object-fit: cover;
}

.save-activity-button {
    margin-top: 0px;
}

.alternative-solution img {
    max-height: 75px;
}

.alternative-solution p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.delete-image-btn {
    position: absolute;
    top: 10px;
    z-index: 9999;
    right: 10px;
    border-radius: 50px;
    width: 25px;
    padding: 0px;
    text-align: center;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
}

.carousel-item img {
    height: 350px;
    max-height: 350px;
    object-fit: contain;
    object-position: center;
}

#spinner {
    color: var(--main-orangebutton-orange);
    position: absolute;
    left: calc(50% - 13px);
    top: 140px;
}

.activity-image {
    max-width: calc(210px + 1rem);
    padding: 5px;
    cursor: pointer;
}

.activity-image .card {
    border-radius: 0px;
    background-color: #f8f8f8;
}

.activity-image .card-body {
    padding-bottom: 0px;
}

.activity-image img {
    width: 100%;
    max-width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.lightbox-modal .modal-content {
    background: var(--lightbox);
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 18px;
    font-size: 1.2rem;
    z-index: 10;
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center;
}

.lightbox-modal img {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    object-position: center;
}

.lightbox-modal .carousel {
    width: 60%;
}

.lightbox-modal .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: auto;
}

.lightbox-modal .carousel-control-prev {
    left: 10px;
}

.lightbox-modal .carousel-control-next {
    right: 10px;
}

.btn-floorplan {
    border-radius: 50px;
    width: 20px;
    padding: 0px;
    text-align: center;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
}

.feed-container .card-text img {
    width: 100%;
}

.crosshair {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 150px;
    height: 150px;
    background: url("/../../images/Grosshair.png") no-repeat;
    background-size: 100%;
    pointer-events: none;
}

.fade-in {
    -webkit-animation: fadein .2s forwards;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .2s forwards;
    /* Firefox < 16 */
    -ms-animation: fadein .2s forwards;
    /* Internet Explorer */
    -o-animation: fadein .2s forwards;
    /* Opera < 12.1 */
    animation: fadein .2s forwards;
}

.fade-out {
    -webkit-animation: fadeout 2s forwards;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeout 2s forwards;
    /* Firefox < 16 */
    -ms-animation: fadeout 2s forwards;
    /* Internet Explorer */
    -o-animation: fadeout 2s forwards;
    /* Opera < 12.1 */
    animation: fadeout 2s forwards;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.field-card {
    max-width: calc(210px + 1rem);
    padding: 5px;
    position: relative;
    color: black;
}

.field-card .pointer {
    cursor: pointer;
}

.field-card .card {
    border-radius: 5px;
    background-color: #f8f8f8;
}

.field-card .card-body {
    padding-bottom: 0px;
}

.field-card .image-holder {
    position: relative;
}

.field-card img {
    width: 100%;
    max-width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.field-card .image-text {
    position: absolute;
    left: 5px;
    bottom: 0px;
    margin: 0px;
}

.field-card .edit {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--main-orangebutton-orange);
    z-index: 1;
    padding: 4px;
    font-size: 0.8em;
    cursor: pointer;
}

.field-card .href-no-effect:hover {
    transform: scale(1, 1);
}

.status_new_label {
    background-color: var(--ob-status-new) !important;
    color: var(--ob-status-new-contrast) !important;
    cursor: pointer;
}

.status_scheduled_label {
    background-color: var(--ob-status-scheduled) !important;
    color: var(--ob-status-scheduled-contrast) !important;
    cursor: pointer;
}

.status_inprogress_label {
    background-color: var(--ob-status-inprogress) !important;
    color: var(--ob-status-inprogress-contrast) !important;
    cursor: pointer;
}

.status_done_label {
    background-color: var(--ob-status-done) !important;
    color: var(--ob-status-done-contrast) !important;
    cursor: pointer;
}

.status_approved_label {
    background-color: var(--ob-status-approved) !important;
    color: var(--ob-status-approved-contrast) !important;
    cursor: pointer;
}

.status_notapproved_label {
    background-color: var(--ob-status-notapproved) !important;
    color: var(--ob-status-notapproved-contrast) !important;
    cursor: pointer;
}

.status_deleted_label {
    background-color: var(--ob-status-deleted) !important;
    color: var(--ob-status-deleted-contrast) !important;
    cursor: pointer;
}

.status_damaged_label {
    background-color: var(--ob-status-damaged) !important;
    color: var(--ob-status-damaged-contrast) !important;
    cursor: pointer;
}

.status_maintenance_label {
    background-color: var(--ob-status-maintenance) !important;
    color: var(--ob-status-maintenance-contrast) !important;
    cursor: pointer;
}

.floor-plan-badge-list .badge {
    color: black;
}

.map-zoom {
    position: absolute;
    right: 24px;
    bottom: 10px;
    z-index: 2;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.map-zoom::after {
    content: '';
    background-color: gray;
    position: absolute;
    left: 5px;
    top: calc(50% - 1px);
    width: 15px;
    height: 2px;
}

.map-zoom-in,
.map-zoom-out,
.map-zoom-center {
    background-color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.map-zoom-in:hover,
.map-zoom-out:hover,
.map-zoom-center:hover {
    background-color: var(--main-orangebutton-orange);
    color: white;
}

.map-zoom-in {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.map-zoom-out {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.map-zoom-center {
    position: absolute;
    right: 24px;
    bottom: 70px;
    z-index: 2;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

.confirm-move-box {
    position: absolute;
    right: 65px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    bottom: 10px;
    z-index: 2;
    text-align: center;
    background-color: var(--ob-status-new) !important;
    color: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    cursor: pointer;
}

.confirm-move-box i {
    margin-top: 8px;
}

.cancel-move-box {
    position: absolute;
    right: 65px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    bottom: 70px;
    z-index: 2;
    text-align: center;
    background-color: var(--ob-status-new) !important;
    color: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    cursor: pointer;
}

.cancel-move-box i {
    margin-top: 8px;
}

.clash-marker-pointer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 40px;
    height: 40px;
}

.clash-marker-pointer.clash {
    clip-path: polygon(78.88% 0%, 21.095% 0%, 21.095% 0%, 17.676% 0.272%, 14.431% 1.058%, 11.405% 2.316%, 8.641% 4.002%, 6.183% 6.075%, 4.073% 8.491%, 2.357% 11.207%, 1.076% 14.18%, 0.276% 17.368%, 0% 20.727%, 0% 59.48%, 0% 59.48%, 0.276% 62.845%, 1.076% 66.037%, 2.357% 69.012%, 4.073% 71.727%, 6.183% 74.142%, 8.641% 76.212%, 11.405% 77.896%, 14.431% 79.152%, 17.676% 79.936%, 21.095% 80.207%, 29.959% 80.207%, 29.959% 80.207%, 50.026% 99.924%, 70.092% 80.207%, 70.092% 80.207%, 78.88% 80.207%, 78.88% 80.207%, 82.305% 79.935%, 85.553% 79.149%, 88.58% 77.891%, 91.344% 76.205%, 93.801% 74.132%, 95.909% 71.716%, 97.623% 69%, 98.9% 66.027%, 99.699% 62.839%, 99.974% 59.48%, 99.974% 20.727%, 99.974% 20.727%, 99.705% 17.368%, 98.91% 14.18%, 97.634% 11.207%, 95.92% 8.491%, 93.811% 6.075%, 91.352% 4.002%, 88.585% 2.316%, 85.555% 1.058%, 82.306% 0.272%, 78.88% 0%, 78.88% 53.85%, 78.88% 53.85%, 78.805% 54.769%, 78.587% 55.64%, 78.239% 56.452%, 77.771% 57.193%, 77.197% 57.852%, 76.527% 58.416%, 75.773% 58.875%, 74.946% 59.218%, 74.06% 59.431%, 73.124% 59.505%, 26.799% 59.505%, 26.799% 59.505%, 25.863% 59.431%, 24.977% 59.218%, 24.15% 58.875%, 23.396% 58.416%, 22.726% 57.852%, 22.151% 57.193%, 21.684% 56.452%, 21.336% 55.64%, 21.118% 54.769%, 21.043% 53.85%, 21.043% 26.559%, 21.043% 26.559%, 21.118% 25.64%, 21.336% 24.769%, 21.684% 23.957%, 22.151% 23.216%, 22.726% 22.557%, 23.396% 21.993%, 24.15% 21.534%, 24.977% 21.191%, 25.863% 20.978%, 26.799% 20.904%, 73.124% 20.904%, 73.124% 20.904%, 74.06% 20.978%, 74.946% 21.191%, 75.773% 21.534%, 76.527% 21.993%, 77.197% 22.557%, 77.771% 23.216%, 78.239% 23.957%, 78.587% 24.769%, 78.805% 25.64%, 78.88% 26.559%, 78.88% 53.85%);
}

.clash-marker-pointer.bulkhead {
    background-color: var(--main-orangebutton-orange);
    clip-path: polygon(78.88% 0%, 21.095% 0%, 21.095% 0%, 17.676% 0.272%, 14.431% 1.058%, 11.405% 2.316%, 8.641% 4.002%, 6.183% 6.075%, 4.073% 8.491%, 2.357% 11.207%, 1.076% 14.18%, 0.276% 17.368%, 0% 20.727%, 0% 59.48%, 0% 59.48%, 0.276% 62.845%, 1.076% 66.037%, 2.357% 69.012%, 4.073% 71.727%, 6.183% 74.142%, 8.641% 76.212%, 11.405% 77.896%, 14.431% 79.152%, 17.676% 79.936%, 21.095% 80.207%, 29.959% 80.207%, 29.959% 80.207%, 50.026% 99.924%, 70.092% 80.207%, 70.092% 80.207%, 78.88% 80.207%, 78.88% 80.207%, 82.305% 79.935%, 85.553% 79.149%, 88.58% 77.891%, 91.344% 76.205%, 93.801% 74.132%, 95.909% 71.716%, 97.623% 69%, 98.9% 66.027%, 99.699% 62.839%, 99.974% 59.48%, 99.974% 20.727%, 99.974% 20.727%, 99.705% 17.368%, 98.91% 14.18%, 97.634% 11.207%, 95.92% 8.491%, 93.811% 6.075%, 91.352% 4.002%, 88.585% 2.316%, 85.555% 1.058%, 82.306% 0.272%, 78.88% 0%);
}

.clash-marker-selector {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--main-orangebutton-orange);
    opacity: 0.5;
}

.clash-marker-counter {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #fff;
    line-height: 40px;
}

.clash-marker-status {
    position: absolute;
    bottom: 40px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.clash-marker-clickable {
    position: absolute;
    left: -20px;
    top: -40px;
    width: 40px;
    height: 40px;
}

.clash-marker-hidden {
    display: none;
}

#bimButton {
    position: relative;
}

#bimRibbon {
    position: absolute;
    top: 0.6em;
    right: -0.5em;
    background-color: var(--main-orangebutton-orange);
    border-radius: 0.3em;
    padding: 0 0.5em 0 0.5em;
    font-size: 0.6em;
    line-height: 2.5em;
    color: #fff;
}

#bimButtonLabel {
    padding-right: 3.5em;
}
