.remove-scroll { overflow-y: hidden; }

.add-scroll { overflow-y: auto;}

#body {
    background-color: #F2F2F2;
    height: 100%;
}

#mainsection {
    background-color: #F2F2F2;
    margin-top: -1.5rem;
}

#main-wrapper {
    padding: 5rem 0;
}


table#table {
    margin: auto;
    margin-top: 0.5rem;
}

.navbar {
    top: 0;
    position: fixed;
    background: #838487;
    height: 63px;
    z-index: 2;
    width: 100%;
}
.nav-link{
    color: rgba(0,0,0,.55);
}
.nav-link:hover{
    color: rgba(0,0,0,.55);
}
.dropMenu{
    min-width: -webkit-fill-available !important;
}
.dropdown button{
    color: #000 !important;
}
.navbar .btn {
    background: transparent;
    color: #000 !important;
    padding: 5px 18px !important;
}

#mainDiv {
    margin-left: auto;
}

.w-full {
    padding: 0 !important;
    border-radius: 0 !important;
}

.stepper-wrapper {
    margin-top: 120px;
    margin-bottom:54px;
    width: 79rem;
    display: flex;
    justify-content: space-between;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #b7b7b7;
    border: 4px solid #ffffff;
    margin-bottom: 6px;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #808080;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.rp-b1 {
    margin-top:1rem !important;
}

.rp-b2 {
    margin-top:0.5rem !important;
}

.rp-b3 {
    margin-top:0.5rem !important;
}

.prev-step-completed {
    background-color: #555 !important;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

.active.stepper-item .step-counter {
    background-color: #555;
}

.font-progressbar {
    font-size: 1.3rem;
}

.bi-check {
    font-size: 2.5rem;
}

.font-size-12px {
    font-size: 12px;
}

.form-card {
    width: 56rem;
}

form.form {
    border: 1px solid #555;
    padding: 30px;
    border-radius: 0;
}

input[type=text]:focus {
    border: 1px solid #000000;
}

input[type=checkbox]:focus {
    color: #838487;
}

input[type=checkbox]:checked {
    color: #838487;
}

input[type=time]:focus {
    border: 1px solid #000000;
}

.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    color: #ACACAC;
    padding: 12px 20px;
    min-width: 40px;
}

.input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.form input {
    padding: 1rem !important;
    height: 2.5rem;
    border: 2px solid gray !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
#form input:focus, select:focus {
    box-shadow: none !important;
}

input:focus {
    outline: none;
}

.btn {
    border: 2px solid #555 !important;
    /*padding: 10px 50px !important;*/
    font-weight: 700 !important;
    color: gray !important;
    focus: none;
}
#timePicker .btn {
    padding: 5px 15px !important;
    background-color: white;
    border: 1px solid #ced4da !important;
}
#timePicker .btn-check:checked+.btn-outline-primary {
    background-color: #e5e7eb !important;
    outline-color: #e5e7eb !important;
}

.btn:hover {
    background: none !important;
}

.steps-form button {
    float: right;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 500;
}

.wall-a {
    height: 29.4rem;
    position: absolute;
    top: 9.1rem;
    left: 0;
    margin-left: 15px;

}

.wall-a img {
    height: 130%;
    margin-top: -17px;
    margin-right: 13px;


}

.wall-b {
    margin-top:3.5rem;
    padding-bottom: 0;  /* it was 10px */

}

.wall-b img {
  margin-left: 20px;
    width: 100.5%;
  max-width: 105%;



}

.wall-c {
    right: 0;
    height: 29.4rem;
    top: 9.1rem;
    position: absolute;
}

.wall-c img {
    height: 130%;
    margin-top: -17px;
    margin-right: 13px;
}

.wall-d {
    padding-top: 0.5rem;
    width: 67.5rem;
}

.wall-d img {


}

#x-axis {
    background-repeat: repeat-x;
    background-image: url("img/Icons/X.PNG");
    width: 100% !important;
}

#o-axis {
    background-image: url("img/Icons/X.PNG");
}

.y-axis {
    background-repeat: repeat-y;
    background-image: url("img/Icons/Y.PNG");
    padding-left: 40px;
}

.z-axis {
    float: right;
    margin-top: -65px;
}

.piece {
    height: 25px;
    width: 25px;
    z-index: 1;
    margin-top: -7px;
    position: absolute;
    text-align: center;
}

.space {
    padding-left: 3rem !important;
}

table td.ui-selecting:not(:first-child, :last-child) {
    background-color: #999;
}

table td.ui-selecting.ui-selected:not(:first-child, :last-child) {
    background-color: #999;
}

table td.ui-selected:not(:first-child, :last-child) {
    background-color: #999;
}

.topnav a {
    color: inherit;
    text-decoration: none;
}

a.active {
    border-bottom: 3px solid;
}

a.active1 {
    font-weight: bold;
}

.footer {
    background: #838487;
    font-size: 10px;
    z-index: 1;
}

.ftr-gray-color {
    color: #A0A0A0;
}

.leftbrdr {
    border-left: 4px solid black !important;
}

.ikea {
    margin-left: -90px;
}

.box-2 {
    background-color: #a4a5a6;
    border-radius: 10px;
}

.form-group {
    width: 1200px;
}

.sidebar {
    background-color: #636466;
    overflow-y: scroll;
}

.maincontent {
    background-color: #f6f4f4;
}

.hellos {
    border: none;
    font-size: 9px;
    position: sticky;
    text-align: center;
}

.pat {
    margin-top: -45px;
    margin-left: 0px;
    z-index: 0;
    position: absolute;
}

.dashboard {
    color: #636466;
    font-size: large;
}

.folist ul {
    overflow-x: hidden;
    white-space: nowrap;

    width: 100%;
}

.folist li {
    display: inline;

}

.Stockholm {
    font-size: 14px;
}

/* gridcss */
tr > th {
    font-size: 10px;
}

td {
    padding: 0px;
    width: 14px;
    height: 13px;
    border: 1px solid;
    line-height: 10px;
}

.tth{
    width: 12px;
}

.large {
    transform: scale(2.3);
    top: 50%;
}

.highlighted {
    background-color: #999;
}

.important {
    background-color: red;
}

#container {
    width: 96%;
    height: auto;
    margin: auto;
    overflow: hidden;
}

#slide {
    width: 100%;
    height: 100%;
    transition: transform .3s;
}

.boxes {
    padding-right: 70px !important;
}

.pc {
    width: 80px;
    border-bottom: 4px solid black;
}

.number {
    border-bottom: 4px solid black;
}

input[type='number'].wallDistance {
    -moz-appearance:textfield;
}

input[type='number'].wallDistance::-webkit-outer-spin-button,
input[type='number'].wallDistance::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.wall {
    font-size: smaller;
}

.question-form input[type=file], .question-form input[type=text] {
    border: none;
    border-bottom: 3px solid grey;
    height: 30px;
    width: 300px;
}

.question-form input[type=datetime-local] {
    border: none;
    border-bottom: 3px solid grey;
    height: 30px;
    width: 250px;
}

.question-form select {
    border: none;
    border-bottom: 3px solid grey;
    height: 40px;
    width: 250px;
}

.pdnew {
    padding-left: 180px;
}

.navmenu {
    position: absolute;
}

.navmenu span li {
    color: transparent !important;
}

.navmenu span::before {
    content: "";
    position: absolute;
    width: 3px;
    height: calc(100% - 58px);
    left: 35px;
    top: 0;
    background: #838487;
}



/*Language Changer Css*/
.radio-button {
    cursor: pointer;
    /*padding-right: 25px;*/
}

.radio-button__input {
    opacity: 0;
    position: absolute;
}

.radio-button__control {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    vertical-align: middle;
    background-color: inherit;
    color: #838487;
    border: 2px solid #666;
    border-radius: 50%;
}

.radio-button__input:checked + .radio-button__control {
    border: 7px solid #838487;
}

.radio-button__control {
    transform: scale(0.75);
}

.wallDistance{
    margin-top: 0.75rem;
    background-color: #a4a5a6 !important;
    border: none;
    border-bottom: 1px solid #6b7280;
    height: 0;
    width: 100px;
    border-width: 4px !important;
}
input.wallDistance:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #6b7280;
}

input[type=image] {
    position: absolute;
}

#right-panel .col-8 {
    height:2rem !important;
}

.right-panel-values {
    height:20px;
}

#map {
    height: 13.5rem;
}

.signup-form-outer-div {
    border: 1px solid #555 !important;
}

.signup-form {
    height:38rem !important;
    border: none !important;
}

.signup-form ul {
    margin-top: 0 !important;
}

.signup-form .fa-image {
    padding-top: 15px !important;
    padding-left: 18px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

#company_logo {
    padding-top: 4px !important;
}

.company img {
    width: 100%;
    height: 41px;
}

.highlight {
    background-color: #999 !important;
}

.bottom-border{
    border-bottom: 5px solid #555555;
    color: black !important;
}

.highlight_grew {
    background-color: #808080 !important;
}
.highlight_yellow {
    background-color: #FFFF00 !important;
}
.highlight_blue {
    background-color: #0000FF !important;
}
.highlight_green {
    background-color: #00FF00 !important;
}

.highlight_orange {
    background-color: #FF8C00 !important;
}
.highlight_red {
    background-color: #FF0000 !important;
}
.sqmm_col {
    word-wrap: break-word;
    /* font-size: 8px; */
    display: block;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
}

active.i.fa.fa-eraser.add-color {
    background-color: lightblue;
}
/* Background apply to label */

/*.form-check-input:checked[type=radio].grew_color+label{*/
/*    background: #4a5568 !important;*/
/*    opacity: 50%;*/
/*    font-weight: bold;*/
/*}*/

/*.form-check-input:checked[type=radio].yellow_color+label{*/
/*    background: #FFFF00 !important;*/
/*    opacity: 50%;*/
/*    font-weight: bold;*/
/*}*/

/*.form-check-input:checked[type=radio].red_color+label{*/
/*    background: #FF0000 !important;*/
/*    opacity: 50%;*/
/*    font-weight: bold;*/
/*}*/
/*.form-check-input:checked[type=radio].blue_color + label {*/
/*    background: #0000FF !important;*/
/*    opacity: 50%;*/
/*    font-weight: bold;*/
/*}*/
/*.form-check-input:checked[type=radio].green_color+label{*/
/*    background: #00FF00 !important;*/
/*    opacity: 50%;*/
/*    font-weight: bold;*/
/*}*/
/*.form-check-input:checked[type=radio].orange_color+label{*/
/*    background: #FF8C00 !important;*/
/*    opacity: 50%;*/
/*    font-weight: bold;*/
/*}*/

/*.form-check-input:checked[type=radio].white_color+label{*/
/*    background: white !important;*/
/*    opacity: 50%;*/
/*    font-weight: bold;*/
/*}*/
/* Label BG end */

.value-counter-div .form-check {
    display: flex;
    margin: 0;
    padding-left: 30px;
}
.value-counter-div .form-check-input:checked+label{
    font-weight: bold;
}
/* Div Background of checked checkbox */
.value-counter-div .form-check.grey.checked {
    background: #4a556888;
}
.value-counter-div .form-check.yellow.checked {
    background: #FFFF0088;
}
.value-counter-div .form-check.red.checked {
    background: #FF000088;
}
.value-counter-div .form-check.blue.checked {
    background: #0000FF88;
}
.value-counter-div .form-check.green.checked {
    background: #00FF0088;
}
.value-counter-div .form-check.orange.checked {
    background: #FF8C0088;
}
.value-counter-div .form-check.white.checked {
    background: #FFFFFF88;
}
/* Checked BG end */

.value-counter-div .form-check-label {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 12px;
}

.value-counter-div .form-check-label span {
    word-wrap: break-word;
    width: 27%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.value-counter-div .form-check-label span:nth-child(2) {
    width: 32.1%;
    /*border-right: 1px solid;*/
}

.value-counter-div .form-check-label span:first-child {
    width: 70px;
    border-right: 1px solid;
}


.cells-headings {
    display: flex;
}

.cells-headings label:first-child {
    width: 70.5%;
}

.cells-headings label {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    width: 26%;
    /*border-right: 1px solid;*/
    padding-bottom: 12px;

}

.cells-headings label:last-child {
    border: 0;
}

/* Media queries */

@media (min-width: 769px) and (max-width: 1366px) {
    .signup-form {
        height:30rem !important;
        border: none !important;
    }

    .signup-form-outer-div {
        border: 1px solid #555 !important;
    }

    .signup-form input {
        height:2rem !important;
    }

    .signup-form button.btn {
        padding: 5px 35px !important;
    }

    .signup-form i {
        padding: 12px;
    }

    .signup-form ul {
        margin-top: 0 !important;
    }

    .signup-form .fa-image {
        padding-top: 8px !important;
        padding-left: 12px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
    }

    .signup-form .form-check-input {
        height: 1rem !important;
    }

    #company_logo {
        padding-top: 0 !important;
    }

    .rp-b1 {
        margin-top:1rem !important;
    }

    .rp-b2 {
        margin-top:0.5rem !important;
    }

    .rp-b3 {
        margin-top:0.5rem !important;
    }

    .wall-a {
        height: 30rem !important;
        position: absolute !important;
        top: 7.5rem !important;
        left: -13px !important;
        margin-top: 2px;
    }

    .wall-c {
        right: -10px !important;
        height: 30rem !important;
        position: absolute !important;
        top: 7.5rem !important;
    }

    .wall-b {
        margin-top:11px !important;
        padding-bottom:0 !important;
        width: 95%;


    }

    .stepper-wrapper-step1-2 {
        margin-top: 100px !important;
        margin-bottom: 39px !important;
        width: 79rem;
        display: flex;
        justify-content: space-between;
    }

    .stepper-wrapper-step3 {
        margin-top: 83px !important;
        margin-bottom: 27px !important;
        width: 79rem;
        display: flex;
        justify-content: space-between;
    }

}
.user-place{
    word-wrap: break-word;
    font-size: 8px;
    display: block;
    /*width: 75%;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (min-width: 1900px) {
    #container {
        width: 1100px;
    }
}

@media screen and (max-width: 600px) {
    .navbar {
        height: auto;
    }
}
