.company-settings .col {
    padding: 0;
}
.system-settings-menu-btn__icon,
.company-settings-menu-btn__icon {
  font-size: 60px;
}
.system-settings-menu-btn__label,
.company-settings-menu-btn__label {
  margin-left: 10px;
  color: inherit;
  font-weight: bold;
}
@media screen and (max-width: 48em) {
    .settings-menu-container span {
        font-size: 8px;
    }
}
@media screen and (min-width: 48em) and (max-width: 48em) {
    .settings-menu-container span {
        font-size: 10px;
    }
}
@media only screen and (max-width: 63.99em) {
    .company-settings>div>div {
        text-align: center;
    }
    .company-settings>div>div span {
        font-weight: bold;
    }
    .company-settings>div>div>div {
        color: white;
        width: 100%;
        padding: 3px;
    }
    .company-settings img {
        width: 100%;
        max-height: 50px;
    }
}
@media only screen and (min-width: 64em) {
    .settings-menu-container {
        height: 100%;
        position: relative;
        overflow: auto;
    }
    .company-settings .col {
        width: 100%;
    }
    .company-settings>div {
        padding: 0 !important;
        height: 90px;
        max-height: calc(100%/ 7);
    }
    .company-settings>div>div {
        white-space: nowrap;
        overflow: hidden;
    }
    .company-settings>div>div>div {
        display: inline-block;
        height: 100%;
        color: white;
        padding: 15px;
    }
    .company-settings img {
        height: 100%;
        vertical-align: middle;
    }
}

@media (max-width: 320px) {
    #mapama {
        transform: translate(-10%,0%) !important;
    }

    #info-mapama {
        transform: translate(-20%,0%) !important;
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    #mapama {
        transform: translate(-25%,0%) !important;
    }

    #info-mapama {
        transform: translate(-35%,0%) !important;
    }
}

@media (min-width: 376px) and (max-width: 425px) {
    #mapama {
        transform: translate(-35%,0%) !important;
    }

    #info-mapama {
        transform: translate(-50%,20%) !important;
    }
}

@media (min-width: 426px) and (max-width: 768px){
    #mapama {
        transform: translate(-105%,0%) !important;
    }

    #info-mapama {
            transform: translate(-15%,140%) !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #mapama {
        transform: translate(-10%,-110%) !important;
    }

    #info-mapama {
        transform: translate(95%,0%) !important;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    #mapama {
        transform: translate(-70%,-110%) !important;
    }

    #info-mapama {
        transform: translate(30%,0%) !important;
    }
}
.company-settings {
    height: 100%;
}
.company-settings>div>div {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 12px;
}
.company-settings>div>div.active,
.company-settings>div>div:hover {
    color: white !important;
    cursor: pointer;
    border-left: none;
}
.section-incomplete.active,
.section-incomplete:hover {
    background-color: var(--rulv-black) !important;
}
.section-incomplete>div {
    background-color: var(--rulv-black) !important;
}

#sprayer.active,
#sprayer:hover,
#serial-numbers.active,
#user.active,
#user:hover {
    background-color: var(--rulv-blue);
}
.settings-label {
    color: var(--rulv-other-gray)}
#org.active,
#org:hover {
    background-color: var(--rulv-blue);
}
#workers.active,
#workers:hover {
    background-color: var(--rulv-blue);
}
#machinery.active,
#machinery:hover {
    background-color: var(--rulv-blue);
}
#nozzles.active,
#nozzles:hover {
    background-color: var(--rulv-blue);
}
#fields.active,
#fields:hover {
    background-color: var(--rulv-blue);
}
#products.active,
#products:hover {
    background-color: var(--rulv-blue);
}
#activity_type.active,
#activity_type:hover {
    background-color: var(--rulv-blue);
}
.owned-nozzle {
    font-weight: bold;
    color: var(--rulv-black);
}
.available-nozzle {
    color: var(--rulv-black);
    opacity: 0.7;
}
.available-nozzle:hover {
    opacity: 1;
}
.list-layout-record {
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    color: black;
    transition: min-height .2s;
    margin-top: 40px;
}
.list-layout-record.active {
    min-height: 70px;
}
.list-layout-record .pencil-container {
    display: none;
}
.list-layout-record.active .pencil-container {
    display: none !important;
}
.list-layout-record:hover .pencil-container {
    display: initial;
}
.list-layout-record > .pure-g {
    position: absolute;
    left: 0; right: 0; bottom: 0;
}
#settings-edit-btns {
    position: absolute;
    right: 0px;
    top: 2px;
}
#settings-edit-btns.active {
    z-index: 2;
}
#settings-edit-btns .btn-container {
    float: right;
    width: 0px;
    height: 35px;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, var(--rulv-dark-gray) 50%, currentColor 50%);
    color: white;
    transition: background-position .4s,
                width .2s;
    position: relative;
    cursor: pointer;
    color: var(--rulv-dark-gray);

}
#settings-edit-btns.active .btn-container,
#settings-edit-btns .btn-container.toggle {
    width: 35px;
}
#settings-edit-btns .btn-container:hover {
    background-position: 0 -100%;
    background: var(--rulv-yellow);
}

#settings-edit-btns .btn-container:hover .svg {
    color: black;
}

#settings-edit-btns.active .btn-container.toggle {
    background-position: 0 -100%;
}
#settings-edit-btns .btn-container .btn-img-container {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
#settings-edit-btns .btn-img-container img {
    height: 25px;
}

#settings-edit-btns .btn-container:first-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#settings-edit-btns .btn-container:last-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#settings-edit-btns:not(.active) .btn-container.toggle {
  border-radius: 8px;
}
.tooltip {
    display: none;
    pointer-events: none;
}
.btn-container:hover .tooltip {
    display: block;
    bottom: -35px;
    right: 5px;
    position: absolute;
    z-index: 1;
    background: var(--rulv-black);
    color: white;
    padding: 5px;
    width: max-content;
}

/*=================================================
  === REFACTOR CLASSES == LAST UPDATED: JUL 28TH ===
  ================================================*/

.settings-form__container {
       height: 100%;
       overflow: auto;
}

#machine-readable a {
    color: var(--rulv-dark-gray);
    cursor: default;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: auto;
}

#machine-readable a span {
    width: 100%;
    line-height: 27px;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    transition: opacity 0.3s;
}

#settings-section {
    background-color: white;
    color: black;
    height: 100%;
    padding: 20px;
    position: relative;
    overflow: auto;
}

#company-settings {
    background-color: var(--rulv-light-gray);
    color: white;
    padding: 20px;
}

.list-layout {
    margin: 0 0.75rem;
    border-bottom: solid 2px;
}

.form-layout {
    height: 100%;
}

#mapama {
    width: 200px;
    border: 2px solid;
    color: var(--rulv-blue);
    text-align:center;
    font-size:18px;
    font-weight:bold;
    transform: translate(-120%,-110%);
    float: right;
}

#mapama:hover {
    transition: .2s ease-out;
    background: var(--rulv-blue);
    color: var(--rulv-white);
}
#info-mapama {
    font-style: italic;
    color: var(--rulv-blue);
    font-weight: bold;
    float: right;
    transform: translate(-25%,0%);
}

.machine__span {
    margin-left: 10px;
    display: inline-block;
    font-weight: bold;
    font-style: italic;
}

#btn--activecheckbx a {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: solid 3px #828384;
    border-radius: 15%;
    margin: auto;
}

#btn--activecheckbx a span {
    color: var(--rulv-blue);
    width: 100%;
    line-height: 27px;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    transition: opacity 0.3s;
}
