.row.sectionBlockLayout.sectionPrimaryColor {
    background-color: #27aae1;
}

/* style all links */
a:not(.btn) {
    color: #04366d !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

/* style headers */
h1, h2, h3, h4, h5, h6 {
    color: #25aae1 !important;
}

/* style custom tables which use liquid */
.tableMYCare {
    width: 100%;
    margin-bottom: 30px;
}

/* style custom tables header which use liquid */
table.tableMYCare thead th {
    color: #04366d;
}

/* style observation groups in encounter */
.observationGroup {
    width: 100%;
}

/* style observation group items in encounter */
.observationGroupItem {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
    margin-bottom: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 28px;
    background-color: #e6eff7 !important;
}

/* adjust main menu vertical devider style */
.divider-vertical {
    border: 2px solid #25aae1 !important;
    border-radius: 2px !important;
}

.navbar-toggle {
    background-color: #25aae1 !important;
    border: 1px solid #25aae1 !important;
}

/* adjust all breadcrumb style */
.breadcrumb {
    width: fit-content;
    padding: 18px;
    background-color: #b7e7fb !important;
    border-radius: 28px;
    margin-top: 36px;
}

/* adjust all buttons style */
.btn {
    width: auto;
    letter-spacing: .46875px;
    padding: 9px 18px;
    outline: none;
    box-shadow: none;
    border: none;
    background-color: #25aae1 !important;
    color: #fff !important;
    border-radius: 28px;
    cursor: pointer;
    font-family: Helen Bg Bold,sans-serif;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

.btn:hover {
    background-color: #04366d !important;
}

.btn.launchentitylookup:hover:not(.clearlookupfield) {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
}
/* end buttons style */

/* adjust search above views size */
div.input-group.pull-left.view-search.entitylist-search {
    height: 39.42px;
}
input.query.form-control {
    height: 100%;
}
div.input-group.pull-left.view-search.entitylist-search div button.btn.btn-default {
    height: 100%;
}
/* end adjust search above views size */

/* adjust input forms button size */
div.input-group-btn button.btn.btn-default {
    padding: 0px 18px;
    height: 35px;
}

/* adjust input forms style */
.form-control {
    letter-spacing: .46875px;
    outline: none;
    box-shadow: none;
    border-radius: 28px;
    cursor: pointer;
}

/* underline animation on hover */
a.details-link, th.a {
    display:inline-block;
    text-decoration: none;
    color: #363636 !important;
    letter-spacing: .5px;
    position: relative;
}

a.details-link:after, th.a {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
}

a.details-link:hover:after, th.a {
    transform: scaleX(1);
    transform-origin: bottom left;
}
/* end underline animation code */

/* hide additional details dropdown in views */
div.dropdown.action {
    display: none;
}

/* active page background */
ul.pagination li.active a {
    background-color: #25aae1;
    color: #fff !important;
    border: none;
}
ul.pagination li.active a:hover {
    background-color: #04366d;
    color: #fff !important;
    border: none;
}

.service-voucher {
    font-size: larger;
}