﻿body {
    color: #58595b;
    line-height: 24px;
    font-size: 14px;
}

a, a:hover, a:active {
    color: #ff4800;
}

h1 span {
    font-weight: 100;
}

@font-face {
    font-family: 'HelveticaNeueLTStdRegular';
    src: url('assets/bootstrap/fonts/helveticaneueltstd-roman-webfont.eot');
    src: url('assets/bootstrap/fonts/helveticaneueltstd-roman-webfont.eot?#iefix') format('embedded-opentype'), url('assets/bootstrap/fonts/helveticaneueltstd-roman-webfont.woff') format('woff'), url('assets/bootstrap/fonts/helveticaneueltstd-roman-webfont.ttf') format('truetype'), url('assets/bootstrap/fonts/helveticaneueltstd-roman-webfont.svg#HelveticaNeueLTStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStdBold';
    src: url('assets/bootstrap/fonts/helveticaneueltstd-bd-webfont.eot');
    src: url('assets/bootstrap/fonts/helveticaneueltstd-bd-webfont.eot?#iefix') format('embedded-opentype'), url('assets/bootstrap/fonts/helveticaneueltstd-bd-webfont.woff') format('woff'), url('assets/bootstrap/fonts/helveticaneueltstd-bd-webfont.ttf') format('truetype'), url('assets/bootstrap/fonts/helveticaneueltstd-bd-webfont.svg#HelveticaNeueLTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStdItalic';
    src: url('assets/bootstrap/fonts/helveticaneueltstd-it-webfont.eot');
    src: url('assets/bootstrap/fonts/helveticaneueltstd-it-webfont.eot?#iefix') format('embedded-opentype'), url('assets/bootstrap/fonts/helveticaneueltstd-it-webfont.woff') format('woff'), url('assets/bootstrap/fonts/helveticaneueltstd-it-webfont.ttf') format('truetype'), url('assets/bootstrap/fonts/helveticaneueltstd-it-webfont.svg#HelveticaNeueLTStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*@font-face {
    font-family: 'helveticaneueltstd-roman';
    src: url('assets/bootstrap/fonts/helveticaneueltstd-roman-it-webfont.eot');
    src: url('assets/bootstrap/fonts/helveticaneueltstd-roman-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/bootstrap/fonts/helveticaneueltstd-roman-it-webfont.woff') format('woff'),
         url('assets/bootstrap/fonts/helveticaneueltstd-roman-it-webfont.ttf') format('truetype'),
         url('assets/bootstrap/fonts/helveticaneueltstd-roman-it-webfont.svg#HelveticaNeueLTStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


table > tbody > tr > td {
    border-bottom: 1px solid #dbdbdc;
    padding: 20px 10px;
    color: #6d6e70;
}

    table > tbody > tr > td > a: {
        color: #6d6e70!important;
    }

        table > tbody > tr > td > a:hover {
            color: #15377c!important;
        }



.region {
    padding: 0px;
}

    .region table > thead > tr > th {
        color: #15377c;
        font-size: 18px;
        border-bottom: 0;
    }

    .region table > tbody > tr > th:last-child {
        color: #15377c;
        font-size: 18px;
        border-bottom: 0;
        text-align: right;
    }

    .region table > tbody > tr > th:last-child {
        color: #15377c;
        font-size: 18px;
        border-bottom: 0;
        text-align: right;
    }

    .region table > tbody > tr > td {
        border-bottom: 1px solid #dbdbdc;
        padding: 5px 0px;
        color: #6d6e70;
        font-size: 16px;
    }

        .region table > tbody > tr > td:last-child {
            border-bottom: 1px solid #dbdbdc;
            padding: 5px 0px;
            color: #6d6e70;
            text-align: right;
        }

        .region table > tbody > tr > td > a {
            color: #6d6e70;
        }


.table-bordered > thead > tr > th {
    background: #15377c;
    color: #fff;
    padding: 4px 0px;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    !important;
}

.piechart_table > thead > tr > th {
    padding: 7px 10px 0px;
}

.piechart_table > tbody > tr > td {
    padding: 0px 0px!important;
}

.table-bordered > tbody > tr > td {
    padding: 4px 0px;
    text-align: center;
    !important;
}

    .table-bordered > tbody > tr > td:first-child {
        padding: 4px 10px;
        text-align: left;
        !important;
    }
/*.table-bordered>tbody>tr>td:nth-child(2){ padding:4px 10px; text-align:left;!important}*/
.table-bordered > tbody > tr:last-child {
    background: #e6e7e9;
    text-align: center;
}

.table_nobg > tbody > tr:last-child {
    background: #ffffff;
}

.white-box table > tbody > tr > th {
    color: #15377c;
    font-size: 18px;
    border-bottom: 0;
    padding: 0px 0px 10px 0px;
}

.white-box table > tbody > tr > td {
    border-bottom: 0;
    padding: 2px 0px;
    color: #6d6e70;
    font-size: 15px;
}

.text-blue {
    color: #15377c;
    letter-spacing: 1px;
}


img {
    height: auto;
}

.ie7 > img {
    height: auto;
}

i {
    margin-right: 15px;
}

.container {
    max-width: 1000px;
}

.mR35 {
    margin-right: 35px;
}

.mR15 {
    margin-right: 15px;
}

.mB25 {
    margin-bottom: 25px;
}

.mL35 {
    margin-left: 35px;
}

.mL30 {
    margin-left: 30px;
}

.mL20 {
    margin-left: 20px;
}

.mL10 {
    margin-left: 10px;
}

.mT10 {
    margin-top: 10px;
}

.mT15 {
    margin-top: 15px;
}

.mT25 {
    margin-top: 25px;
}

.mT40 {
    margin-top: 40px;
}

.mT80 {
    margin-top: 100px;
}

.pT25 {
    padding-top: 25px;
}

.pL35 {
    padding-left: 35px;
}

.fnt18 {
    font-size: 18px;
    line-height: 28px;
}

.fnt17 {
    font-size: 17px;
    line-height: 28px;
}

.cntr {
    text-align: center;
}

.ourServices {
    padding: 40px 0;
}

    .ourServices img {
        max-width: 140px;
    }

.title {
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.topHeaderSection {
    background: #fff;
    padding: 0;
}

.header {
    background: #152458;
    z-index: 999;
    position: relative;
    padding: 0 0 15px 0;
}

.is-sticky {
    width: 100%;
    background: #152458;
}

.darktooltip {
    color: white;
}

    .darktooltip:hover {
        color: white;
        text-decoration: none;
    }

/* --------------------------- */
/* --------------------------- */
/*Top Bar (login, search etc.)
------------------------------------*/

h1 {
    color: #52a145;
    font-weight: bold;
}

.gray-box {
    border-radius: 15px;
    background: #f1f1f2;
    padding: 31px 30px;
}

.gray-box-right {
    border-radius: 15px;
    background: #f1f1f2;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding-bottom: 0px;
    width: 434px;
}

.ukmapregion {
    border-radius: 15px;
}

.gray-box-right img {
    border-radius: 15px;
    background: #f1f1f2;
    padding: 0px!important;
    border: none;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.gray-box .form-group {
    margin-bottom: 30px;
}

.white-box {
    border-radius: 10px;
    padding: 15px;
    margin-left: 18%;
    border: 1px solid #dbdbdc;
    margin-right: -15px;
}

.white-box-small {
    border-radius: 10px;
    padding: 15px;
    margin-left: 22%;
    border: 1px solid #dbdbdc;
    margin-right: -15px;
}

.client-box {
    width: 20%;
    float: left;
}

.client-box01 {
    width: 20%;
    float: left;
    text-align: center;
}

.top {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #E9E9E9;
    z-index: 9999;
}

    .top .container {
        padding: 0 15px;
    }

.phone-mail {
    margin: 0 20px 0 0;
    padding: 0;
    z-index: 9999;
    list-style: none;
    position: relative;
    float: left;
}

    .phone-mail li {
        display: inline;
        list-style: none;
        padding-bottom: 15px;
        margin-right: 5px;
    }

    .phone-mail i {
        font-size: 11px;
        margin-top: 3px;
        margin-right: 3px;
        color: #999;
    }

    .phone-mail li span {
        color: #7c8082;
        font-size: 11px;
        font-family: 'Roboto', sans-serif;
    }

.loginbar {
    margin: 0;
    padding: 0;
    z-index: 9999;
    list-style: none;
    position: relative;
    float: right;
}

@media (max-width: 480px) {
    .loginbar {
        float: left;
    }
}

.loginbar li {
    display: inline;
    list-style: none;
}

    .loginbar li a,
    .loginbar li a:hover {
        color: #7c8082;
        font-size: 11px;
        font-family: 'Roboto', sans-serif;
    }

    .loginbar li.devider {
        top: -1px;
        padding: 0;
        font-size: 8px;
        position: relative;
        margin: 0 6px 0 2px;
        font-family: Tahoma;
        border-right: solid 1px #bbb;
    }

.loginbar i {
    color: #999;
    font-size: 18px;
    margin-top: 3px;
    cursor: pointer;
}

/*Lenguages*/
.loginbar li ul {
    top: 18px;
    margin: 0;
    left: -6px;
    display: none;
    padding-top: 4px;
    position: absolute;
    border-radius: 3px;
    padding-bottom: 4px;
    background: #f0f0f0;
}

.loginbar li:hover ul {
    display: block;
}

.loginbar li ul li {
    padding-bottom: 0;
    display: list-item;
    position: relative;
    margin-bottom: 1px;
}

    .loginbar li ul li a {
        color: #555;
        display: block;
        min-width: 85px;
        font-size: 10px;
        padding: 2px 12px;
        background: #f0f0f0;
        text-decoration: none;
    }

        .loginbar li ul li a:hover,
        .loginbar li ul li.active a {
            opacity: 1 !important;
            color: #555 !important;
            font-size: 10px !important;
            text-shadow: none !important;
            background: #fafafa !important;
        }

    .loginbar li ul li.active i {
        top: 2px;
        right: -5px;
        font-size: 14px;
        cursor: default;
        position: absolute;
        text-shadow: 0 1px 0 #e9e9e9;
    }

.loginbar i.icon-globe {
    color: #bbb;
    font-size: 13px;
    margin: 3px 3px 0 0;
}

.loginbar li i.icon-sort-up {
    top: 21px;
    left: -1px;
    color: #eee;
    display: none;
    font-size: 14px;
    cursor: default;
    position: absolute;
}

.loginbar li:hover i.icon-sort-up {
    display: block;
}

.loginbar li:hover i.icon-ok {
    top: -2px;
    color: #aaa;
}
/* --------------------------- */
/* --------------------------- */
.bannerSection {
    background: #15377c;
    padding: 35px 0px;
    color: #fff;
}

.bodySection {
    background: #fff;
    padding: 18px 0;
}

.align-right {
    text-align: right;
    letter-spacing: 0.25px;
}

.middle-text {
    padding: 14px 0px;
}

.blue-text {
    font-size: 19px;
    color: #15377c;
    line-height: 30px;
    padding: 30px 0px 10px 0px;
    letter-spacing: 0.5px;
}

.left-banner-sec {
    padding-top: 95px;
}

.banner-img-sec {
    padding: 10px 0px 0px 0px;
    overflow: hidden;
    clear: both;
}

.Right-text {
    overflow: hidden;
}

    .Right-text img {
        float: right;
    }



.rowBig {
    overflow: hidden;
}

.regionBox {
    padding: 0px;
}

    .regionBox h3 {
        color: #52a145;
    }

    .regionBox img {
        padding: 4px;
        border: 1px solid #eee;
    }


.projectImg {
    max-width: 140px;
}

.clientSection {
    padding: 60px 0px 18px 0px;
    overflow: hidden;
}

.footerBottomSection {
    background: #404041;
    padding: 18px 0px 0px 0px;
    color: #a6a8ab;
    font-size: 13px;
    margin-top: 10px;
}

    .footerBottomSection div {
        padding-bottom: 10px;
        overflow: hidden;
    }

    .footerBottomSection .row01 {
        padding-bottom: 0px;
        overflow: hidden;
        clear: both;
    }

    .footerBottomSection p {
        padding: 0px 0px 0px 35px;
    }

    .footerBottomSection span {
        overflow: hidden;
    }

    .footerBottomSection a {
        color: #a6a8ab!important;
        text-decoration: none;
    }

        .footerBottomSection a:hover {
            color: #a6a8ab!important;
            text-decoration: underline;
        }

#topcontrol:hover {
    color: #a2c753;
}

#topcontrol, #topcontrol:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.blockquote {
    border-left: 5px solid #FF792D;
}
/* Toggle menu */
.navbar-collapse {
    background: #152458;
    z-index: 9999;
}

.navbar-toggle {
    border-radius: 0;
    outline: 0;
}

    .navbar-toggle span {
        border-color: #ff0000;
        background: red;
    }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #428bca;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

    .navbar-nav > li.active > a, .navbar-nav > li > a:hover {
        color: #15377c;
        background: #fff;
        border-radius: 0px 0px 7px 7px;
    }

.navbar-nav.navbar-right:last-child {
    margin: 0px;
}

.btn-brand {
    background-color: #860f7e;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    padding: 9px 22px;
}

    .btn-brand:hover, .btn-brand:focus, .btn-brand:active, .btn-brand.active, .open .dropdown-toggle.btn-brand {
        color: #fff;
        background-color: #860f7e;
    }

.btn-row {
    text-align: right;
    overflow: hidden;
    padding-top: 15px;
}

.btn-brand-blue {
    background-color: #15377c;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 11px 20px;
}

    .btn-brand-blue:hover, .btn-brand-blue:focus, .btn-brand-blue:active, .btn-brand-blue.active, .open .dropdown-toggle.btn-brand-blue {
        color: #fff;
        background-color: #15377c;
    }

.btn-brand-blue-small {
    background-color: #15377c;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    padding: 4px 15px;
    margin: 0px 2px;
}

    .btn-brand-blue-small:hover, .btn-brand-blue-small:focus, .btn-brand-blue-small:active, .btn-brand-blue-small.active, .open .dropdown-toggle.btn-brand-blue-small {
        color: #fff;
        background-color: #15377c;
    }

.btn-brand-gray-small {
    background-color: #6d6e71;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    padding: 4px 15px;
    margin: 0px 2px;
}

    .btn-brand-gray-small:hover, .btn-brand-gray-small:focus, .btn-brand-gray-small:active, .btn-brand-gray-small.active, .open .dropdown-toggle.btn-brand-gray-small {
        color: #fff;
        background-color: #6d6e71;
    }

.btn-big {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn-big:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn-big:hover, .btn-big:focus {
        color: #333;
        text-decoration: none;
    }

    .btn-big:active, .btn-big.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    }

.btn-brand-blue-big {
    background-color: #15377c;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    height: 70px;
    font-weight: bold;
    margin-right: 20px;
    width: 23%;
    padding: 20px 0px 0px 0px;
}

    .btn-brand-blue-big:hover, .btn-brand-blue-big:focus, .btn-brand-blue-big:active, .btn-brand-blue-big.active, .open .dropdown-toggle.btn-brand-blue-big {
        background-color: #15377c;
        color: #fff;
        text-transform: capitalize;
        font-weight: bold;
        text-align: center;
        height: 70px;
        margin-right: 21px;
        width: 23%;
    }

.btn-brand-blue-big-last {
    background-color: #15377c;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    height: 70px;
    padding: 21px 0px 0px 0px;
    font-weight: bold;
    width: 23%;
}

    .btn-brand-blue-big-last:hover, .btn-brand-blue-big-last:focus, .btn-brand-blue-big-last:active, .btn-brand-blue-big-last.active, .open .dropdown-toggle.btn-brand-blue-big-last {
        background-color: #15377c;
        color: #fff;
        text-transform: capitalize;
        font-weight: bold;
        text-align: center;
        height: 70px;
        width: 23%;
    }

.blue-big {
    background-color: #15377c;
    color: #fff;
    padding: 12px 20px;
    border-radius: 7px;
    margin-top: 5px;
}

.brand-blue-drp {
    background-color: #15377c;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    display: block;
    text-align: left;
}

    .brand-blue-drp:hover, .brand-blue-drp:focus, .brand-blue-drp:active, .brand-blue-drp.active, .open .dropdown-toggle.brand-blue-drp {
        color: #fff;
        background-color: #15377c;
    }

.keens a.tooltip {
    outline: none;
    color: #fff;
}

    .keens a.tooltip:hover {
        text-decoration: none;
    }

    .keens a.tooltip span {
        z-index: 10;
        display: none;
        padding: 7px 10px;
        margin-top: -50px;
        margin-left: -120px;
        width: 300px;
        text-align: left;
        font-weight: normal;
    }

    .keens a.tooltip:hover span {
        display: inline;
        position: absolute;
        color: #58595b;
        border: 1px solid #ebebeb;
        background: #fff;
        font-size: 12px;
    }

.keens .callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}
/*CSS3 extras*/
.keens a.tooltip span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 3px 3px 5px #CCC;
}

.hips {
    background-color: #860f7e;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    padding: 0px 7px;
    display: inline-block;
    font-size: 12px;
}

.keens {
    background-color: #009fee;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    padding: 0px 7px;
    display: inline-block;
    font-size: 12px;
}

.ankels {
    background-color: #553370;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    padding: 0px 7px;
    display: inline-block;
    font-size: 12px;
}

.elbows {
    background-color: #52a145;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    padding: 0px 7px;
    display: inline-block;
    font-size: 12px;
}

.shouldrs {
    background-color: #f07f0a;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    padding: 0px 7px;
    display: inline-block;
    font-size: 12px;
}

.hipsHF {
    background-color: #860f7e;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 12px;
    padding: 1px 7px;
    display: inline-block;
    margin: 0px 2px;
}

.keensHF {
    background-color: #009fee;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 12px;
    padding: 1px 7px;
    display: inline-block;
    margin: 0px 2px;
}

.ankelsHF {
    background-color: #553370;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 12px;
    padding: 1px 7px;
    display: inline-block;
    margin: 0px 2px;
}

.elbowsHF {
    background-color: #52a145;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 12px;
    padding: 1px 7px;
    display: inline-block;
    margin: 0px 2px;
}

.shouldrsHF {
    background-color: #f07f0a;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 12px;
    padding: 1px 7px;
    display: inline-block;
    margin: 0px 2px;
}


.hipsPrimary {
    background-color: #860f7e;
    color: #860f7e;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1px 6px;
    width: 22px;
    height: 25px;
    float: left;
    display: inline-block;
}

.keensPrimary {
    background-color: #009fee;
    color: #009fee;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1px 6px;
    width: 22px;
    height: 25px;
    float: left;
    display: inline-block;
}

.ankelsPrimary {
    background-color: #553370;
    color: #553370;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1px 6px;
    width: 22px;
    height: 25px;
    float: left;
    display: inline-block;
}

.elbowsPrimary {
    background-color: #52a145;
    color: #52a145;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1px 6px;
    width: 22px;
    height: 25px;
    float: left;
    display: inline-block;
}

.shouldrsPrimary {
    background-color: #f07f0a;
    color: #f07f0a;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1px 6px;
    width: 22px;
    height: 25px;
    float: left;
    display: inline-block;
}


.hipsRevision {
    background-color: #F2ACD9;
    color: #F2ACD9;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1px 6px;
    display: inline-block;
    width: 22px;
    height: 25px;
    float: left;
}

.keensRevision {
    background-color: #A2E7FB;
    color: #A2E7FB;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1px 6px;
    display: inline-block;
    width: 22px;
    height: 25px;
    float: left;
}

.ankelsRevision {
    background-color: #C0BADE;
    color: #C0BADE;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1px 6px;
    display: inline-block;
    width: 22px;
    height: 25px;
    float: left;
}

.elbowsRevision {
    background-color: #AEEBB6;
    color: #AEEBB6;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1px 6px;
    display: inline-block;
    width: 22px;
    height: 25px;
    float: left;
}

.shouldrsRevision {
    background-color: #FCD2AC;
    color: #FCD2AC;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1px 6px;
    display: inline-block;
    width: 22px;
    height: 25px;
    float: left;
}

.asexpected {
    color: #860f7e;
    text-transform: capitalize;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    display: inline-block;
}

.betterthanexpected {
    color: #860f7e;
    text-transform: capitalize;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    display: inline-block;
}

.worsethanexpected {
    color: #860f7e;
    text-transform: capitalize;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    display: inline-block;
}

.btn-hips:hover, .btn-hips:focus, .btn-hips:active, .btn-hips.active, .open .dropdown-hips {
    color: #fff;
    background-color: #860f7e;
}

.serviceBlock {
    padding: 38px 0;
    margin: 18px 0;
}

    .serviceBlock i {
        float: left;
        padding: 14px;
        color: #00B8FF;
        font-size: 6em;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

blockquote {
    border-left: 5px solid #ff4800;
}

.border-bootm {
    border-bottom: 1px solid #dbdbdc;
}

/* drill down css */

#rightaccord {
    width: 100%;
}

    #rightaccord .trigger {
        padding: 12px 15px 12px 40px;
        cursor: pointer;
        position: relative;
        margin: 10px 1px;
        background: #15377c url(right-arrow.gif) no-repeat left 18px;
        color: #fff;
        font-size: 15px;
        border-radius: 7px;
        overflow: hidden;
        clear: both;
    }


    #rightaccord .trigger-non {
        padding: 5px 0px;
        cursor: pointer;
        position: relative;
        margin: 1px;
        overflow: hidden;
    }

.selected {
    color: #2077AC!important;
}

#rightaccord .toggle_container {
    margin: 15px 0px 15px 10px;
    display: none;
}

#rightaccord .trigger_active {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 10px 0px;
    background: #15377c url(down-arrow.gif) no-repeat left 18px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
    clear: both;
}


/* trigger Hips */

#rightaccord .trigger-hips {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 10px 1px;
    background: #860F7E url(right-arrow.gif) no-repeat left 18px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}

#rightaccord .trigger-hipssubtab {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 10px 1px;
    background: #860F7E url(right-arrow.gif) no-repeat left 18px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}

#rightaccord .trigger-dataquality {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 10px 1px;
    background: green url(right-arrow.gif) no-repeat left 18px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}


#rightaccord .trigger-non-hips {
    padding: 5px 0px;
    cursor: pointer;
    position: relative;
    margin: 1px;
    overflow: hidden;
}

#rightaccord .trigger_active-hips {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 10px 0px;
    background: #860F7E url(down-arrow.gif) no-repeat left 18px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}



/* trigger Knees */

#rightaccord .trigger-knees {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 10px 1px;
    background: #009FEE url(right-arrow.gif) no-repeat left 18px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}


#rightaccord .trigger-kneessubtab {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 10px 1px;
    background: #009FEE url(right-arrow.gif) no-repeat left 18px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}

#rightaccord .trigger-non-knees {
    padding: 5px 0px;
    cursor: pointer;
    position: relative;
    margin: 1px;
    overflow: hidden;
}

#rightaccord .trigger_active-knees {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 5px 0px;
    background: #009FEE url(down-arrow.gif) no-repeat left;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}

/* trigger Knees */

#rightaccord .trigger-ankles {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 10px 1px;
    background: #553370 url(right-arrow.gif) no-repeat left 18px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}



#rightaccord .trigger-anklessubtab {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 10px 1px;
    background: #553370 url(right-arrow.gif) no-repeat left 18px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}

#rightaccord .trigger-non-ankles {
    padding: 5px 0px;
    cursor: pointer;
    position: relative;
    margin: 1px;
    overflow: hidden;
}

#rightaccord .trigger_active-ankles {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 10px 1px;
    background: #553370 url(down-arrow.gif) no-repeat left;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}


/* trigger Knees */

#rightaccord .trigger-elbows {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 10px 1px;
    background: #52a145 url(right-arrow.gif) no-repeat left 18px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}

#rightaccord .trigger-elbowssubtab {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 10px 1px;
    background: #52a145 url(right-arrow.gif) no-repeat left 18px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}

#rightaccord .trigger-non-elbows {
    padding: 5px 0px;
    cursor: pointer;
    position: relative;
    margin: 1px;
    overflow: hidden;
}

#rightaccord .trigger_active-elbows {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 10px 1px;
    background: #52a145 url(down-arrow.gif) no-repeat left;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}

/* trigger Knees */

#rightaccord .trigger-shoulders {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 10px 1px;
    background: #f07f0a url(right-arrow.gif) no-repeat left 18px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}

#rightaccord .trigger-shoulderssubtab {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 10px 1px;
    background: #f07f0a url(right-arrow.gif) no-repeat left 18px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}

#rightaccord .trigger-non-shoulders {
    padding: 5px 0px;
    cursor: pointer;
    position: relative;
    margin: 1px;
    overflow: hidden;
}

#rightaccord .trigger_active-shoulders {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 10px 1px;
    background: #f07f0a url(down-arrow.gif) no-repeat left;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}



#rightaccord .trigger_active-dataquality {
    padding: 12px 15px 12px 40px;
    cursor: pointer;
    position: relative;
    margin: 5px 0px;
    background: green url(down-arrow.gif) no-repeat left;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    overflow: hidden;
}


.imageBox img {
    width: 100%;
    height: auto;
}

.error {
    display: block;
    color: #811f04;
}

.box-rounded {
    border-radius: 15px;
    border: 2px solid #52a145;
    text-align: center;
    padding: 15px;
}

.box {
    border: 1px solid #d3d3d3;
    text-align: center;
    padding: 10px;
}

.widthbtn {
    width: 175px;
    text-align: center;
}

.hipsRevision {
    background-color: #F2ACD9;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1px 6px;
    display: inline-block;
}

.keensRevision {
    background-color: #A2E7FB;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1px 6px;
    display: inline-block;
}

.ankelsRevision {
    background-color: #C0BADE;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1px 6px;
    display: inline-block;
}

.elbowsRevision {
    background-color: #AEEBB6;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1px 6px;
    display: inline-block;
}

.shouldrsRevision {
    background-color: #FCD2AC;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1px 6px;
    display: inline-block;
}


/* Media Query */

/* Small devices (mobile, 480px and up) */
@media (max-width: 480px) {
    .col-md-6 {
        width: 100%;
        float: none;
    }

    .topHeaderSection {
        padding-bottom: 15px;
    }

    .da-slide .da-img {
        display: none;
    }

    .da-slide h2 {
        top: 18px;
    }

    .da-slide p {
        top: 255px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-toggle {
        margin-top: 21px;
    }

    .btn-brand-blue-big {
        margin: 5px 0px;
        background-color: #15377c;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
        height: 78px;
        font-weight: bold;
        width: 95%;
        padding: 26px 0px 0px 0px;
    }

    .btn-brand-blue-big-last {
        margin: 5px 0px;
        background-color: #15377c;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
        height: 78px;
        padding: 26px 0px 0px 0px;
        font-weight: bold;
        width: 95%;
    }

    .btn-brand-blue-big:hover, .btn-brand-blue-big:focus, .btn-brand-blue-big:active, .btn-brand-blue-big.active, .open .dropdown-toggle.btn-brand-blue-big {
        background-color: #15377c;
        color: #fff;
        text-transform: capitalize;
        font-weight: bold;
        text-align: center;
        height: 78px;
        margin-right: 35px;
        width: 95%;
    }

    .btn-brand-blue-big-last:hover, .btn-brand-blue-big-last:focus, .btn-brand-blue-big-last:active, .btn-brand-blue-big-last.active, .open .dropdown-toggle.btn-brand-blue-big-last {
        background-color: #15377c;
        color: #fff;
        text-transform: capitalize;
        font-weight: bold;
        text-align: center;
        height: 78px;
        width: 95%;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        width: 100%;
    }

    .white-box {
        border-radius: 10px;
        padding: 15px;
        display: block;
        border: 1px solid #dbdbdc;
        margin: 20px 0px 0px 0px!important;
    }

    .white-box01 {
        border-radius: 10px;
        padding: 15px;
        display: block;
        border: 1px solid #dbdbdc;
        margin: 20px 0px 0px 0px!important;
    }

    .btn-row {
        text-align: center;
        overflow: hidden;
        padding-top: 15px;
    }

    table > tr > td > img {
        width: 100%;
        height: auto;
    }

    table {
        width: 100%;
        height: auto;
    }

    .btn-brand-blue {
        background-color: #15377c;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 15px;
        margin: 15px 0px 0px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {

    .col-md-6 {
        width: 100%;
        float: none;
    }

    .topHeaderSection {
        padding-bottom: 15px;
    }

    .da-slide .da-img {
        display: none;
    }

    .da-slide h2 {
        top: 18px;
    }

    .da-slide p {
        top: 255px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-toggle {
        margin-top: 21px;
    }

    .btn-brand-blue-big {
        margin: 5px 0px;
        background-color: #15377c;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
        height: 78px;
        font-weight: bold;
        width: 95%;
        padding: 26px 0px 0px 0px;
    }

    .btn-brand-blue-big-last {
        margin: 5px 0px;
        background-color: #15377c;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
        height: 78px;
        padding: 26px 0px 0px 0px;
        font-weight: bold;
        width: 95%;
    }

    .btn-brand-blue-big:hover, .btn-brand-blue-big:focus, .btn-brand-blue-big:active, .btn-brand-blue-big.active, .open .dropdown-toggle.btn-brand-blue-big {
        background-color: #15377c;
        color: #fff;
        text-transform: capitalize;
        font-weight: bold;
        text-align: center;
        height: 78px;
        margin-right: 35px;
        width: 95%;
    }

    .btn-brand-blue-big-last:hover, .btn-brand-blue-big-last:focus, .btn-brand-blue-big-last:active, .btn-brand-blue-big-last.active, .open .dropdown-toggle.btn-brand-blue-big-last {
        background-color: #15377c;
        color: #fff;
        text-transform: capitalize;
        font-weight: bold;
        text-align: center;
        height: 78px;
        width: 95%;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        width: 100%;
    }

    .white-box {
        border-radius: 10px;
        padding: 15px;
        display: block;
        border: 1px solid #dbdbdc;
        margin: 20px 0px 0px 0px!important;
    }

    .btn-row {
        text-align: center;
        overflow: hidden;
        padding-top: 15px;
    }

    table > tr > td > img {
        width: 100%;
        height: auto;
    }

    table {
        width: 100%;
        height: auto;
    }

    .btn-brand-blue {
        background-color: #15377c;
        color: #fff;
        text-transform: capitalize;
        font-weight: bold;
        padding: 10px 15px;
        margin: 15px 0px 0px;
    }
}


.mgn5 {
    margin-left: 5px !important;
}

.clear {
    clear: both;
}

.table_descr {
    clear: both;
    width: 100%;
}

.i_descr {
    float: left;
    display: inline-block;
}

.interpret {
    float: right;
    display: inline-block;
}

.i_descr img {
    float: left;
}

.i_descr span {
    margin-left: 5px;
    float: left;
}

    .i_descr span.nomargin {
        margin: 0px 5px 0px 0px !important;
    }

.interpret {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f78208;
    text-transform: uppercase;
    padding: 2px 5px;
}

    .interpret a {
        color: #fff;
    }

    .interpret img {
        float: left;
        margin-top: 4px;
    }

    .interpret span {
        float: left;
        margin-left: 5px;
    }

.table_headbg > thead > tr > th:last-child {
    background: #fff;
    padding-top: 0px;
}

.img_txt {
    display: inline-block;
    width: 65%;
}

.topmargin {
    margin-top: 30px !important;
}


.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
}

    .flex-child:first-child {
        margin-right: 20px;
    }

.divHeader {
    background: #15377c;
    color: #fff;
    padding: 4px 0px;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    padding: 20px;
}

.flex-container a {
    color: #428bca !important;
    text-decoration: none;
}



.statsOnline .trigger-hips {
    background: #15377c url(right-arrow.gif) no-repeat left 18px !important;
}

.statsOnline .trigger-hipssubtab {
    background: #15377c url(right-arrow.gif) no-repeat left 18px !important;
}

.statsOnline .trigger_active-hips {
    background: #15377c url(down-arrow.gif) no-repeat left 18px !important;
}


.statsOnline table > tbody > tr > td a {
    /*color: blue !important;*/
}

#pagination a {
    color: black;
}

#pagination1 a {
    color: black;
}



.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff !important;
    cursor: default;
    background-color: #15377c;
    border-color: #15377c;
}

.active > .page-link {
    color: white !important;
}

.pagination {
    border: 1px solid;
}

.anchorcolor {
    color: #fff !important;
}

.pagination > li > a {
    border: 2px solid #ddd !important;
}

.pagingRightArrow {
    background: #15377c url(right-arrow.gif) no-repeat !important;
}


.pagination > .prev a, .pagination > .next a {
    background-color: #15377c;
    color: #fff !important;
}

.pagination > .disabled a, .pagination > .disabled a {
    background-color: grey;
    color: black !important;
}

.statsOnline > .rightaccord .box-rounded {
    text-align: left !important;
}

.pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #15377c !important;
}

.paginationtbl > tbody > tr:last-child {
    background: none !important;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: none !important;
}
