@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:100;src:url("fonts/roboto/roboto-v30-latin_latin-ext-100.woff2") format("woff2")}
@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:100;src:url("fonts/roboto/roboto-v30-latin_latin-ext-100italic.woff2") format("woff2")}
@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:300;src:url("fonts/roboto/roboto-v30-latin_latin-ext-300.woff2") format("woff2")}
@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:300;src:url("fonts/roboto/roboto-v30-latin_latin-ext-300italic.woff2") format("woff2")}
@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:400;src:url("fonts/roboto/roboto-v30-latin_latin-ext-regular.woff2") format("woff2")}
@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:400;src:url("fonts/roboto/roboto-v30-latin_latin-ext-italic.woff2") format("woff2")}
@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:500;src:url("fonts/roboto/roboto-v30-latin_latin-ext-500.woff2") format("woff2")}
@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:500;src:url("fonts/roboto/roboto-v30-latin_latin-ext-500italic.woff2") format("woff2")}
@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:700;src:url("fonts/roboto/roboto-v30-latin_latin-ext-700.woff2") format("woff2")}
@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:700;src:url("fonts/roboto/roboto-v30-latin_latin-ext-700italic.woff2") format("woff2")}
@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:900;src:url("fonts/roboto/roboto-v30-latin_latin-ext-900.woff2") format("woff2")}
@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:900;src:url("fonts/roboto/roboto-v30-latin_latin-ext-900italic.woff2") format("woff2")}

body {
    font-family: 'Roboto', sans-serif !important;
    --bs-font-sans-serif: 'Roboto', sans-serif;
    --bs-body-font-family: var(--bs-font-sans-serif);
}

.header-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    padding: 15px 25px;
    margin-left: calc(2% + 50px);
    height: 100%;
    color:#fff;
}
.ej-header {
    /* width: 100vw; */
    -webkit-box-shadow: 0 3px 7px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 50%);
    min-height: 75px;
    background-color: #333;
    flex-wrap: nowrap !important;
    margin-bottom: 20px;
}
.ej-header-logo {
    width: 100px; 
}
.select-measurement-type {
    width: 115px !important;
    font-size: 14px;
}
.measurement-input {
    font-size: 14px;
}
.filter-row{
    background-color: rgb(247, 247, 247); 
    line-height: 50px; 
    margin-top: 20px; 
    font-size: 14px; 
    white-space: nowrap;
    margin-left: 0px;
    margin-right: 0px;
}
.filter-radio {
    margin-top: 19px;
}

p {
    font-weight: 650;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

.aboutMeasurements {
    color: #e05206;
    font-weight: 400;
    font-style: normal;
    font-size: 14px !important;
    line-height: normal;
    cursor: pointer;
}

.breakBar {
    background-color: #e05206;
    height: 4px;
    margin-bottom: 20px;
}

.description {
    margin-top: 25px;
    margin-bottom: 25px;
}

.font-style {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

.margin {
    margin: 0 16px 16px 16px !important;
    width: 100%;
}

.radio-buttons {
    padding-top: 16px;
    width: 340px;
    padding-right: 15px;
    border-radius: 0;
    margin-top: -5px;
}

.input {
    min-width: 225px;
    padding: 16px 15px 0 0;
    width: 100%;
    border-radius: 0;
}

.submit-button {
    min-width: 105px;
    width: 50%;
    border-radius: 0;
    height: 50px;  
}

.submit-button:disabled {
    background-color: rgba(134, 134, 134, 1) !important;
    border-color: rgba(134, 134, 134, 1) !important;
    color: rgba(10, 10, 10, 1) !important;  
}

.genText {
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-group {
    width: 100%;
    height: 40px;
}

.btn-primary {
    border-radius: 0;
}
.btn-secondary {
    background-color: black;
    border-radius: 0;
    padding-top:8px;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited,
.btn-secondary.active,
.dropdown-toggle.btn-secondary,
.btn-secondary:focus {
    background-color: #E05206 !important;
    border-color: #E05206 !important;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:hover:enabled,
.btn-primary:focus {
    background-color: #e05206 !important;
    border-color: #E05206 !important;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(224, 82, 6, 0.5) !important;
}

.ejOrangeArrowDownOne {
    width: 0px; 
    height: 0px; 
    display: block; 
    position: absolute;
    left: 85px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #e05206;
}

.ejOrangeArrowDownTwo {
    width: 0px; 
    height: 0px; 
    display: block; 
    position: absolute;
    left: 236px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #e05206;
}
.text-center {
    margin: 0 auto;
}

.modal-title {
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 24px;
}
.modal-header {
    background-color: #333;
    color: #fff;
}
.modal-close-x {
    font-weight: 400;
    font-style: normal;
    margin-top: -10px;
}
.modal-close-x-a {
    color: #d1d1d1;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;

}
a:hover {
    text-decoration: none;
}
.angle {
    width: 150px;
    transform: rotate(90deg);
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.radius {
    width: 150px;
    transform: rotate(90deg);
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.smalltext {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
}

.bold {
    font-weight: 650;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
}

p {
    font-weight: 650;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

h6{
    font-size: 16px;
    font-weight: 650;
    font-style: normal;
    line-height: 24px;
}

label {
    font-style: normal;
    font-size: 14px!important;
}

.leaflet-container{
    background: none;
}

.list-item-part{
    background-color: #f8f8f8;
    min-height: 101px !important;
    line-height: 20px;
}

.nav-item-parts {
    background-color: rgba(247, 247, 247, 1);
}

.nav-item-parts > a {
    color: black;
}
.nav-link-parts{
    width: 150px;
    font-size: 14px;
    border-bottom: none !important;
    color: #000;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}
.nav-link-parts:hover{
    color: #000;
}
.nav-link-parts.active {
    background-color: black !important;
    color: white !important;
}
.nav-item-unit {
    background-color: rgba(247, 247, 247, 1);
}
.nav-item-unit > a {
    color: white;
}
.nav-link-unit{
    background-color: black !important;
    width:150px;
    font-size: 14px;
    border-bottom: none !important;
    color: #fff;
}
.nav-link-unit:hover{
    background-color: #e05206!important;
    color: #fff;
}
.nav-link-unit.active {
    color: white !important;
    background-color: #e05206!important;
    border-color: #e05206!important;
}

.ejBlackArrowDownOne {
    width: 0px; 
    height: 0px; 
    display: block; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid black;
    margin-top: -1px;
    margin-left: 55px
}

.ejBlackArrowDownTwo {
    width: 0px; 
    height: 0px; 
    display: block; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid black;
    margin-top: -1px;
    margin-left: 205px;
}

a {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
}
.footerText {
    min-height: 50px;
    margin-bottom: 25px;
    font-weight: 400;
    font-style: Italic;
    color: #999;
}
.footerHref {
    color: #e05206;
}
.partsInfo{
    font-style: normal;
    font-weight: 650;
    font-size: 14px;
    padding: 8px;
}
.measurementTypeLabel{
    font-size: 14px;
}

.mapOver {
    min-height: 1600px !important;
    min-width: 1200px !important;
}

.text-label {
    background: none;
    border: none;
    font-size: 125%;
    box-shadow: none;
}

@media screen and (max-width:991px){
    .arc-length {
        width: 80px;
        transform: rotate(90deg);
        margin-top: -40px;
        margin-left: 40%;
    }
    .withBorderT {
        border-top: 1px solid;
        border-color: lightgray;
        padding-top: 15px;
    }
    .withBorderLT {
        border-top: 1px solid;
        border-color: lightgray;
        padding-top: 15px;   
    }
}
@media screen and (min-width:992px) {
    .arc-length {
        width: 80px;
        transform: rotate(90deg);
        float: right;
        margin-top: -40px;    
    }
    .withBorderLT {
        border-top: 1px solid;
        border-left: 1px solid;
        border-color: lightgray;
        padding-top: 15px;
        
    }
    .withBorderT {
        border-top: 1px solid;
        border-color: lightgray;
        padding-top: 15px;
    }
    
}