
body, div, p, h1, h2, h3, h4, h5, h6 {
    font-family: "Quicksand", sans-serif !important;
    font-optical-sizing: auto;
    color: #333 !important;
}


.navbar-brand a {
    pointer-events: none;
}

.navbar-brand img {
    height: 64px !important;
}

#navbar {
  display: none !important;
}

.static-top.navbar-dark {
    background-color: rgb(20, 33, 57) !important;
}

.footer .footer-bottom {
    background-color: transparent;
    padding: 0 !important;
}

p, .p, .page_section p, .section-diagonal-left p, .section-diagonal-right p, p.form-text span {
    font-size: 16px !important;
}


.dev-enviroment-label {
    color: #fff !important;
    font-size: 14px;
    background-color: red;
    width: 46px;
    font-weight: bold;
    padding: 0 6px;
    margin: 12px 0 -10px 0;
    text-transform: uppercase;
    text-align: center;
}



.validation-summary {
    margin-top: 12px;

}

.list-group-item.active {
    /* border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important; */
    font-weight: 500;
    border: 0;
}

ol.progress.list-group.top {
   border-bottom: 1px solid #ccc;
}

[aria-labelledby="Step 4: Consent"] .description.below {
    padding-left: 0px;
    border: 1px solid #fff;
}

.list-group-item {
    background-color: transparent;
    border-top: 1px solid #ccc !important;
    color: #000000;
}



.ast-required {
    color: red;
}

.z-elem {
    display: none !important;
}

.boolean-radio-cell .control .boolean-radio input {
    margin-top: 6px !important;
}

.onblur-error {
    color: red !important;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
}

.crmEntityFormView .cell .picklist input[type=radio] {
    position: relative;
    top: 1px;

}


.crmEntityFormView .cell .picklist label {
     margin-right: 8px;
}