﻿    button.iconbit.icon-svg {
    right: -9px;
    top: -2px;
    position: absolute;
    background: none;
    border: none;
    }
    
    .img-wrap {
        width: 50px;
        height: 50px;
        line-height: 55px;
        margin-right: 30px;
        border-radius: 100px;
        text-align: center;
        font-size: 30px;
    }


@media
{
.subline.line [class*=col-]:after {
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    background: 0 0;
    border-top: 1px solid rgba(164,174,198,.2);
    top: 1.5rem;
    z-index: 0;
    left: 3rem;
}
}
@media
{
.number-box {
    float: left;
}
}
.number-box {
    width: 60px;
    height: 60px;
    font-size: 22px;
    display: inline-block;
    margin-right: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
    position: relative;
}
.img-wrap {
    width: 50px;
    height: 50px;
    line-height: 55px;
    margin-right: 30px;
    border-radius: 100px;
    text-align: center;
    font-size: 30px;
}
.bg-primary, .bg-primary:hover, .bg-primary:focus, a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover, .badge-primary {
    background: #fff !important;
    /* background: #2F5790 !important;	*/
}

.bg-primaryht, .bg-primaryht:hover {
    background: #fff !important;
    /* background: #2F5790 !important;	*/
}

.bg-primaryh, .bg-primaryh:hover {
    background: #2F5790 !important;
    /* background: #2F5790 !important;	*/
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #2F5790 !important;
    border-color: #2F5790 !important;
}
.text-primary, .filters_col .distance span {
    color: #2F5790 !important;
}
.btn-outline-primary {
    color: #2F5790 !important;
    border-color: #2F5790 !important;
}
.btn-outline-primary:hover {
    background: none !important;
}
.text-primary a {
    color: #2F5790 !important;
}
[ppt-nav].active-underline > ul > li.active > a {
    border-bottom: 2px solid #2F5790!important;
}
.bg-secondary, .bg-secondary:hover, .bg-secondary:focus, a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover, .irs-bar {
    background-color: #000 !important;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}
.text-secondary {
    color: #000 !important;
}
.text-secondary a {
    color: #000 !important;
}
.btn-outline-secondary {
    color: #000 !important;
    border-color: #000 !important;
}
.btn-outline-secondary:hover {
    background: none !important;
}
.custom-control-input:checked~.custom-control-label::before, .filter_sortby a.active { color: #fff; border-color: #000 !important; background-color: #000 !important; }

@media {
    .subline.line [class*=col-]:after {
        width: 100%;
        position: absolute;
        content: "";
        height: 1px;
        background: 0 0;
        border-top: 1px solid rgba(164, 174, 198, .2);
        top: 1.5rem;
        z-index: 0;
        left: 3rem;
    }
}

@media {
    .number-box {
        float: left;
    }
}

.number-box {
    width: 60px;
    height: 60px;
    font-size: 22px;
    display: inline-block;
    margin-right: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
    position: relative;
}

.bg-primary-b{background-color:#2F5790 !important; }a.bg-primary-b:focus,a.bg-primary-b:hover,button.bg-primary-b:focus,button.bg-primary-b:hover{background-color:#0062cc!important}



/* Two axis styling */
table.two-axis tr td:first-of-type {
  background: #cadde1;
}

@media only screen and (max-width: 568px) {
  table.two-axis tr td:first-of-type,
  table.two-axis tr:nth-of-type(2n+2) td:first-of-type,
  table.two-axis tr td:first-of-type:before {
    background: #3584b3;
    color: #ffffff;
  }

  table.two-axis tr td:first-of-type {
    border-bottom: 1px solid #e4ebeb;
  }

  table.two-axis tr td:first-of-type:before {
    padding-bottom: 10px;
  }
}


table {
  background: white;
  border-collapse: collapse;
  margin: 1.25em 0 0;
  width: 100%;
}

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px solid #e4ebeb;
  font-family: 'Lato', sans-serif;
  font-size: .875rem;
}

table th,
table td {
  padding: 10px 12px;
  text-align: left;
}

table th {
  background: #56a2cf;
  color: #ffffff;
  text-transform: uppercase;
}

table tr td {
  background: #eaf3f5;
  color: #999999;
}

table tr:nth-of-type(2n+2) td {
  background: #ffffff;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  font-size: .8125rem;
  padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  background: #56a2cf;
  color: white;
  margin-right: 10px;
  padding: 2px 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}



