.crmEntityFormView .cell {
    padding: 0 16px 16px;
}

.crmEntityFormView td.cell {
    vertical-align: middle;
    padding-top: 16px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 15px 15px;
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
}
a:not(.btn) {
    text-decoration: none;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 16px 16px;
    margin-bottom: 16px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
}

a.list-group-item, button.list-group-item {
    color: #000000;
}
.panel-default > .panel-body, .list-group-item {
    background-color: #ffffff;
    color: #000000;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
a, .a {
    color: #000a12;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 800;
    font-size: 16px;
}
.fa-print {
    padding-right: 10px;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid transparent; 
}

h1, .h1, .section-landing-heading, .section-landing .row > div .section-landing-heading, .section-inline-search .row > div h1, .section-landing h1, .section-search .header-search h1, .page_section h1, .color-inverse h1, h1 p {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    margin-left: 0px;
    margin-right: 0px;
}


h2, .h2, .section-landing .row > div .section-landing-sub-heading, .page_section h2, .color-inverse h2, h2 p {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
}

h3, .h3, .page_section h3, .color-inverse h3, .sidebar-home h3 {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

p, .p, .page_section p, .section-diagonal-left p, .section-diagonal-right p {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.btn-primary {
    color: #000a12;
    background-color: #ec7d0f;
    border-color: #ec7d0f;
    border-radius: 5px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: #ec7d0f;
    color: #000000;
}

.btn-primary:hover {
    color: #000000;
    background-color: #ec7d0f;
    border-color: #ec7d0f;
    border-radius: 5px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: #ec7d0f;
    color: #000a12;
}