﻿html {
    min-height: 100%;
    position: relative;
}

body {
    /*font-family: 'Source Sans Pro', sans-serif;*/
    color: #808080;
    font-size: 1.5rem;
    margin: 0 0 100px 0;
}

.listings-header,
.listings-footer {
    color: #6ba79e;
}

.search-bar-header,
.search-bar-footer {
    color: #ffffff;
}

.check-box-search {
    color: #ffffff;
    margin-top: 3px;
    margin-left: 10px;
}

.form-inline .form-group {
    margin-left: 0;
    margin-right: 0;
}

.clear-row-margins {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.dataTables_filter {
    font-weight: normal;
}

.info-message {
    color: #7fa59e;
}

.btn-danger-red-text {
    color: #b30c0c;
}

.error-message-text {
    color: #ffffff;
    text-align: center;
}

/*ensure font size is consistent for these links*/
h4.btn.btn-link {
    font-size: 18px;
    padding-left: 0px;
}

/* Extra large devices */
@media(min-width: 1200px) {

    .listings-header,
    .search-bar-header {
        font-size: 3rem;
    }

    .listings-footer,
    .search-bar-footer {
        font-size: 1.875rem;
    }
}

/* Large devices (e.g. Desktops) */
@media(min-width: 992px) and (max-width: 1199px) {

    .listings-header,
    .search-bar-header {
        font-size: 2rem;
    }

    .listings-footer,
    .search-bar-footer {
        font-size: 1.25rem;
    }
}

/* Medium devices (e.g. Tablets) and small devices (e.g. Phones) */
@media(max-width: 991px) {

    .listings-header,
    .search-bar-header {
        font-size: 2rem;
    }

    .listings-footer,
    search-bar-footer {
        font-size: 1.25rem;
    }
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.dl-horizontal dd {
    padding-bottom: 20px;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}
*/

/*
    Signum-Referrals colours for navbar.
*/

.top-navbar {
    background-color: #83ccbf;
    border: none;
}

.navbar-image {
    background-image: url("../Images/signum-referrals-white.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-origin: padding-box;
    background-color: transparent;
    margin: 5px 5px 5px -40px;
}

.navbar-image {
    background-size: 197px 60px;
    width: 197px;
    height: 60px;
}

.navbar {
    margin-bottom: 0;
}

/* Change default colours of text in navbars. */

.navbar-default .navbar-nav>li>a,
.footer p>a {
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a:not(.navbar-image) {
    /* 0 is in line with the top of the navbar, 10px is centered, 20px is in line with the bottom of the navbar */
    margin-top: 20px;
}

.navbar-default .navbar-nav>li>a:not(.navbar-image):hover,
.navbar-default .navbar-nav>li>a:not(.navbar-image):focus {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.25);
}

/* Displays Signum-Referrals logo correctly inside navbar. */
.v-helper {
    display: inline-block;
}


/* Adds a small thin grey border around the element. Used for most directory images and some divs. */
.thin-border {
    border-style: solid;
    border-width: 1px;
    border-color: #AAAAAA;
}

/* Mostly used to stop images from spilling outside of their designated spots. */
.container-width {
    width: 100%;
}

.container.h-100 {
    max-width: 100% !important;
}

@media (max-width: 991px) {
    #nav_menu_list ul {
        background: #ffffff;
        border: 0px solid rgba(0, 0, 0, 0.2);
        line-height: 60px;
        padding: 7px;
        float: left;
        width: 100%;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
        position: absolute;
        z-index: 2;
    }
}

@media (max-width: 991px) {
    #nav_menu_list ul {
        position: relative;
    }
}

/* Formatting for background map in the detail view for a particular service, and background image on the index page. */
.bg-image {
    background-position-x: 70%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 180px;
}

.top-margin {
    margin-top: 10px;
}

.bottom-margin {
    margin-bottom: 10px;
}

.bottom-margin-large {
    margin-bottom: 30px;
}

.small-text {
    font-size: smaller;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

thead input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

/* If anything needs vertically centering, you can pop it in this box! */
.box {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Medium devices and up, make the home page fit the view height exactly. If smaller, let the user scroll down to see all information. */
@media(min-width: 768px) {
    .home-page-container {
        height: 100%;
    }
}

.container-height {
    height: 100%;
}

.content-height {
    height: 100%;
    padding-top: 40px;
}

.home-page-search-box {
    width: 100%;
    margin: auto;
    padding: 20px 20px 60px 20px;
}

.contains-image {
    text-align: center;
    padding: 0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.left-padding {
    padding-left: 10px;
}

.left-and-right-padding {
    padding-right: 15px;
    padding-left: 15px;
}

.no-v-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-margin {
    margin: 0;
}

.main-panel {
    background: transparent;
    border: transparent;
}

.social-media-logo {
    width: 20px;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.big-logo {
    max-width: 40%;
    min-width: 256px;
    display: block;
    margin: auto;
}

.centered {
    text-align: center;
}

.shadow {
    box-shadow: 0px 5px #888888;
}

/* Spinner */
.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}

@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.copyright-padding {
    padding: 20px;
}

.center-block-with-margin {
    width: 80%;
}

.table-light thead>tr>th {
    border-bottom: none;
}

#updateButton {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 10px;
}

.always-at-the-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #83ccbf;
    color: #ffffff;
    padding-top: 10px;
}

.content-wrapper {
    width: 100%;
}

.v-btn {
    margin-bottom: 10px;
    border-radius: 4px !important;
    width: 180px !important;
}

.v-btn-in-table {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px !important;
    width: 180px !important;
}

.navbar-logo {
    display: block;
    height: auto;
    margin: -10px auto 0 auto;
    /*    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;*/
    max-height: 80px;
}

.detail-panel {
    background: rgba(255, 255, 255, 0.8);
}

#content {
    margin: 50px 0 20px;
}

.reveal-if-yes,
.reveal-if-no {
    display: none;
}

#autocompleteBox {
    display: block;
    position: relative;
}

/*
.ui-autocomplete{
    top: 40px !important;
}*/

#professionalRegistrations {
    padding-top: 20px;
}

hr.vertical {
    height: 100%;
    width: 0;
    border: 1px solid #83ccbf;
    margin: 0;
    padding: 0;
}

.form-margin {
    margin-bottom: 10px;
}

.form-heading {
    background-color: #83ccbf;
    color: white;
    padding: 10px 10px;
    border-radius: 16px;
}

.review-brief-text {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.percent-text {
    font-size: 1.2rem;
    line-height: 30px;
    padding-right: 8px;
}

.highlighted {
    color: #83ccbf;
}

@media(max-width: 767px) {
    .flex-wrapper {
        height: calc(100vh - 50px);
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .flex-wrapper {
        height: calc(100vh - 100px);
    }
}

@media(min-width: 992px) {
    .flex-wrapper {
        height: calc(100vh - 160px);
    }
}

.flex-wrapper {
    display: flex;
    flex-direction: column;
}

.inner-flex-wrapper {
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: center;
}

.flex-main {
    flex-grow: 1;
    background-color: #e9ffff;
    padding-bottom: 50px;
}

@media(min-width: 768px) {
    .flex-main {
        background-image: url(/Images/placeholder-bg.png);
        background-position-x: 80%;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.home-footer {
    width: 100%;
    background-color: #83ccbf;
    color: #ffffff;
    padding-top: 10px;
    overflow: hidden;
}

.display-inline {
    display: inline;
}

@media(min-width: 768px) {
    .search-bar-padding {
        padding-left: 16.67%;
    }
}

.col-row {
    width: 100%;
    display: table;
}

.col-cell {
    display: table-cell;
    padding: 8px;
    width: 33.33%;
    color: #666;
    position: relative;
}

.col-cell-alternate {
    background-color: #e8e6e7;
}

.flex-footer {
    background-color: #f2f2f2;
}


.col-cell h3 {
    font-weight: 700;
    min-height: 70px;
}

.col-cell p {
    margin-bottom: 60px;
}

.font-weight-normal {
    font-weight: normal;
}

.cta {
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
}

@media(min-width: 768px) and (max-width: 1199px) {
    .col-cell h3 {
        font-size: 20px;
    }
}

@media(max-width: 767px) {
    .col-cell {
        display: inherit;
        width: initial;
    }
}

.toggle-more-filters {
    display: inline-block;
    padding-left: 10px;
}

.admin-panel {
    border: groove;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: -5px 9px 16px 8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -5px 9px 16px 8px rgba(0, 0, 0, 0.75);
    box-shadow: -5px 9px 16px 8px rgba(0, 0, 0, 0.24);
}

.align-admin-panel {
    width: 100%;
}

/* Make the image responsive */
.displayPicturePreview img {
    width: 100%;
    height: auto;
}

/* Style the button and place it in the middle of the container/image */
.displayPicturePreview .btn {
    position: absolute;
    top: 7%;
    left: 86%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    border: black;
    cursor: pointer;
}

#slider {
    margin: 10px;
    height: 20px;
    width: 80%;

}

.ui-slider-horizontal {
    height: 8px;
    width: 200px;
}

.ui-slider .ui-slider-handle {
    height: 25px !important;
    width: 30px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    font-family: 'Source Sans Pro', sans-serif;
    color: black !important;
    text-align: center !important;
}

.ui-state-default,
.h4 {
    color: #60b0bd !important;
    text-align: left !important;
}

.panel-heading {
    cursor: pointer;
}

.control-panel-button {
    position: relative;
    height: 80px;
    margin-bottom: 10px;
}

.control-panel-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.field-error {
    border: 1px solid red !important;
}

.remove-file {
    color: red;
}

/*Overrides & additions of Viavi theme styles*/
.overlay.homepage {
    box-shadow: inset 0 0 0 100vmax rgba(2, 13, 13, 0.6);
}

.overlay {
    box-shadow: inset 0 0 0 100vmax rgba(2, 13, 13, 0.45);
}

.dark-overlay {
    box-shadow: inset 0 0 0 100vmax rgba(2, 13, 13, 0.85);
}

.charcoal-text {
    color: #3d3d3d !important;
}

/*#categorie-search-form button.btn.btn-primary.dropdown-toggle {
    background-color: #ffffff;
    border-color: transparent;
    border-left: 1px solid #3d3d3d;
    color: #3d3d3d;
}

#categorie-search-form button.btn.btn-primary.dropdown-toggle::after {
    margin-left: 60px;
}*/

#search-input input.form-control.square-left#location:not(:focus) {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-left: 2px solid;
    border-left-color: rgba(61, 61, 61, 0.35);
}

#search-input input.form-control.square-left#location:focus {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-left: 2px solid;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.header-icon {
    margin-bottom: 25px;
}

.header-icon i {
    background-color: transparent;
    border-radius: 50%;
    color: #fff;
    border: solid 3px #ffffff;
    display: block;
    font-size: 32px;
    height: 60px;
    line-height: 57px;
    margin: 0 auto;
    text-align: center;
    width: 60px;
}

.header-icon i:hover {
    background-color: #60b0bd;
    border-color: #888888;
    cursor: pointer;
}

.header-icon h5 {
    font-family: 'Poppins', Arial;
    color: #fff;
}

.w-73 {
    width: 73% !important;
}

#featured-service-block h1 {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
    color: #3d3d3d;
}


.btn.orange-bg {
    font-family: "Poppins", sans-serif;
    background: transparent linear-gradient(to right, #f25c21 50%, #60b0bd 50%) repeat scroll right bottom / 202% 100%;
    border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 600;
    margin-left: 5px;
    text-transform: none;
    vertical-align: middle;
    -webkit-transition: all .6s ease 0;
    transition: all 0.3s ease 0s;
    background: transparent linear-gradient(to right, #262626 50%, #f25c21 50%) repeat scroll right bottom / 202% 100%;
}

.btn.orange-bg:hover {
    background-position: left bottom;
    color: #ffffff;
    background-color: #60b0bd;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

#nogridz,
#gridz {
    cursor: pointer;
}

.checkbox-group label.checkbox-inline {
    cursor: pointer;
}

.btn-group .radio label {
    cursor: pointer;
}

.results-filter-header {
    padding-left: 15px;
}

.results-filter-header span {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #6b6b6b;
}

.sorts-by-results.search-header-wrapper {
    border-radius: calc(5px);
}

.sorts-by-results .search-header {
    padding-top: 1px;
    padding-bottom: 0px;
}

.sorts-by-results.results-filter-header {
    margin-bottom: 22px;
}

.sorts-by-results.results-filter-header.bottom-block {
    margin-top: 20px;
    border-radius: 5px;
}


.card-header:first-child {
    border-radius: unset !important;
}

.sorts-by-results .disp-style.active a {
    border: 2px solid #60b0bd !important;
}

.sorts-by-results .disp-style a:hover {
    border: 2px solid #60b0bd !important;
}

.base-filter-block {
    margin-bottom: 38px;
}

.search-form-container .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.search-form-container .form-control {
    font-size: 0.8rem;
}

.search-form-container .input-wrapper {
    position: relative;
}

.search-form-container .input-wrapper i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #4598a5;
}

.search-form-container .input-wrapper i.fa-map-marker {
    font-size: 1.25rem;
}

.search-form-container button {
    font-family: "Poppins", sans-serif;
    /*background: -webkit-linear-gradient(left, #60b0bd 50%, #f25c21 50%) repeat scroll right bottom/207% 100% transparent;*/
    /*background: linear-gradient(to right, #60b0bd 50%, #f25c21 50%) repeat scroll right bottom/207% 100% transparent;*/
    background:#3a575f;
    color: #FFFFFF;
    padding: 13px;
    font-size: 15px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    /*-webkit-transition: background 350ms ease-in-out;*/
    transition: background 350ms ease-in-out;
    width: 60%;
    /*outline: 0;*/
}

.search-form-container button:hover {
    background-position: left bottom;
    cursor: pointer;
}

#search-filter-block h5 {
    font-size: 1rem;
}

#search-filter-block .card {
    margin-bottom: 18px !important;
    border-radius: unset !important;
}

#search-filter-block .card-body {
    padding: 0px;
}

#search-filter-block .btn-group>.btn:not(:first-child) {
    margin-left: 0px;
}

#search-filter-block .checkbox-inline {
    display: block;
    position: relative;
    padding: 12px 12px 0px 12px;
    margin-bottom: 12px;
    border-top: 1px solid rgba(0, 0, 0, .125);
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#search-filter-block .checkbox-inline.active {
    color: #4598a5;
}

#search-filter-block .checkbox-inline input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#search-filter-block .checkmark {
    position: absolute;
    bottom: 0;
    right: 12px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#search-filter-block .checkbox-inline:hover input~.checkmark {
    background-color: #f1f1f1;
}

#search-filter-block .checkbox-inline input:checked~.checkmark {
    background-color: #4598a5;
}

#search-filter-block .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#search-filter-block .checkbox-inline input:checked~.checkmark:after {
    display: block;
}

#search-filter-block .checkbox-inline .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#search-filter-block .radio.btn {
    width: 100%;
    text-align: left;
    padding: 0px;
    border: 0px;
}

#search-filter-block .rbn-container {
    display: block;
    position: relative;
    padding: 12px 12px 0px 12px;
    margin-bottom: 12px;
    border-top: 1px solid rgba(0, 0, 0, .125);
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#search-filter-block .rbn-container.active {
    color: #4598a5;
}

#search-filter-block .rbn-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#search-filter-block .checkbtn {
    position: absolute;
    bottom: 0;
    right: 12px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 50%;
}

#search-filter-block .rbn-container:hover input~.checkbtn {
    background-color: #f1f1f1;
}

#search-filter-block .rbn-container input:checked~.checkbtn {
    background-color: #4598a5;
}

#search-filter-block .checkbtn:after {
    content: "";
    position: absolute;
    display: none;
}

#search-filter-block .rbn-container input:checked~.checkbtn:after {
    display: block;
}

#search-filter-block .rbn-container .checkbtn:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

#search-results-block {
    padding-left: 8px;
}

#search-filter-block .toggleicon {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 35px;
    width: 35px;
    background-color: #fff;
    border-radius: 50%;
}

#search-filter-block .toggleicon:after {
    content: "";
    position: absolute;
    display: block;
    left: 10px;
    top: 16px;
    width: 16px;
    height: 4px;
    border: 2px solid #4598a5;
}

#search-filter-block .toggleiconcross {
    content: "";
    position: absolute;
    display: none;
    left: 16px;
    top: 10px;
    width: 4px;
    height: 16px;
    border: 2px solid #4598a5;
}

#search-filter-block .collapsed .toggleiconcross {
    display: block;
}

#contentresults {
    padding-top: 20px;
}

#search-results-block span.review-stars i.fa {
    color: #4598a5;
}

#search-results-block .paginationjs.paginationjs-big .paginationjs-pages li > a {
    font-family: "Poppins", sans-serif;
    background-color: #3a575f;
    border: medium none;
    border-radius: 30px;
    color: #fff;
    float: left;
    padding: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 34px;
    line-height: 15px;
    transition: all 0.2s linear 0s;
    width: 34px;
}

#search-results-block .paginationjs.paginationjs-big .paginationjs-pages li:hover > a {
    background-color: #3a575f8f;
    border: 0 none;
    color: #fff;
    border-radius: 30px;
}

#search-results-block .paginationjs.paginationjs-big .paginationjs-pages li.active > a {
    cursor: pointer;
    background-color: #3a575f8f;
    border: 0 none;
    color: #fff;
    border-radius: 30px;
}

#search-results-block .paginationjs .paginationjs-pages li {
    border: none;
    margin: 0 4px;
}

#search-results-block #pagination-container {
    margin: 40px 0px;
}

#search-results-block .paginationjs.paginationjs-big {
    text-align: center;
}




/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container>input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox-container>.checkmark {
    position: absolute;
    top: 5px;
    left: 0px;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.ks {
    left: -23px !important;
}


/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
    background-color: #4598a5;
}

.checkbox-container input:disabled~.checkmark {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container>.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-container>.checkmark {
    position: absolute;
    bottom: 0;
    right: 12px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: .25rem;
    top: 0px;
}

.radiobutton-container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    padding-left: 35px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radiobutton-container.active {
    color: #4598a5;
}

.radiobutton-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radiobtn {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 50%;
}

.radiobutton-container:hover input~.radiobtn {
    background-color: #f1f1f1;
}

.radiobutton-container input:checked~.radiobtn {
    background-color: #4598a5;
}

.radiobutton-container input:disabled~.radiobtn {
    background-color: #ccc;
}

.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

.radiobutton-container input:checked~.radiobtn:after {
    display: block;
}

.radiobutton-container .radiobtn:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}



p>a,
li>a,
label>a {
    color: #4598A5;
}

p>a:hover,
li>a:hover,
label>a {
    color: #36828e;
}

.policy-links {
    border-bottom: 1px solid grey;
    padding: 8px 0;
}

.policy-style li {
    list-style-position: inside;
}

.policy-style li>ul {
    margin-left: 20px;
}

.btn-lg {
    color: white !important;
}

.btn-primary {
    color: white !important;
}

.btn-space-0 {
    text-align: right;
}

.btn-p-0 {
    display: inline-block;
}

table#reviewTable {
    white-space: nowrap;
}

.dl-block {
    display: inline-block;
}

.fl-right {
    float: right;
}

.feature_max_h p {
    max-height: 220px !important;
}

.listing-item .feature-title-item {
    overflow: hidden;
}

.nogridz .feature-item-container-box .feature-title-item img {
    transition: .2s all;
    -webkit- transition: .2s all;
    -moz-transition: .2s all;
    -o-transition: .2s all;
}

.Shortlist {
    background: #f1f1f1;
    display: inline-block;
    padding: 0px 20px;
    border-radius: 3px;
    cursor: pointer;
}