.field-validation-valid { display: none; }

.red {
    color: red;
    font-weight: bold;
}

.free-registration {
   font-size: 19px;
}

.alert {  padding: 10px;}

.highcharts-button {
    display: none;
}

a.wt-links {
    text-decoration: none;
    color: #9b243e;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #9d2f32;
    -webkit-transition: all .2s ease-in-out;
}
a.wt-links:hover {
    color: #565a5b;
    background-color: #e8b1b2;
    border-bottom-width: 2px;
}

.search-section {
    display: block;
    margin: 4px auto;
    max-width:550px;
}



/* styles after bootstrap update */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}


@media (min-width: 768px) {
    .navbar-nav > li {
        float: left;
    }

    .navbar-toggle {
        display: none;
    }
}

.nav.navbar-nav {
    float: left;
}

    .nav.navbar-nav li a {
        text-decoration: none;
    }

        .nav.navbar-nav li a:hover {
            color: #000000;
            background-color: #ffda00;
        }

.nav > li {
    position: relative;
    display: block;
}

.navbar-nav {
    flex-direction: inherit;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
    }
}

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
    display: none !important;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-collapse.collapse {
        display: block;
    }
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.input-group .twitter-typeahead {
    width: auto;
}

.quicksearch form {
    width: 100%;
}

.dropdown{
    margin-left:-1px;
    margin-right:-1px;
}


.navbar-inverse .navbar-nav > .megamenu.open > a, .navbar-inverse .navbar-nav > .megamenu.show > a:hover, .navbar-inverse .navbar-nav > .megamenu.show > a:focus,
.navbar-inverse .navbar-nav > .megamenu.show > a:active, .dropdown.show a {
    color: #333 !important;
    background-color: #f4f4f4;
}

.regionList ul.columnList li a:hover {
    background: transparent;
    color: #ffda00;
    text-decoration: none;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    color: #ffda00 !important;
}

.dropdown megamenu.show a {
    color: #333;
    background-color: #f4f4f4;
}
a.dropdown-toggle.show {
    background-color: #f4f4f4 !important;
    color: #000 !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}


.input-group .form-control.tt-input, .input-group .form-control.tt-query {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
}

.input-group .twitter-typeahead {
    width: calc(100% - 100px);
}

.navbar-header {
    width: 100%;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
        display: none !important;
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-brand {
    float: left;
    font-size: 18px;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

.navbar-brand {
    line-height: 25px;
    padding: 12px 15px;
}

.navbar-inverse .navbar-brand {
    color: #999999;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (max-width: 768px) {
    .navbar.navbar-inverse.yamm {
        padding: 0;
    }

    .navbar-collapse {
        max-height: 340px;
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        -webkit-overflow-scrolling: touch;
    }

    .navbar.navbar-inverse .container {
        box-sizing: unset;
        max-width: 100%;
        padding: 0;
    }

    .navbar-nav {
        display: block;
    }

    .navbar-collapse.collapse.show {
        padding: 0;
    }

    .nav.navbar-nav li a {
        width: 100%;
        display: block;
        padding: 10px;
    }

    .nav.navbar-nav {
        float: inherit;
    }

    .dropdown-menu.show {
        width: 100%;
        position: relative !important;
    }
}

.search-section {
    width: 100%;
}

    .search-section button {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.navbar-header:after {
    clear: both;
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
}

.dropdown.show a:hover {
    color: black !important;
    background-color: #f4f4f4 !important;
}

.dropdown.show a ul li a:hover {
    background-color: #BCC6C6 !important;
    color: #333 !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

#aboutNav ul li a:hover {
    color: #ffda00 !important;
    background-color: transparent !important;
}



/* tabs */
.nav.nav-tabs.nav-justified > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs > li > a, .nav-tabs.nav-justified > li > a {
    border-radius: 0;
    border-bottom: none;
    color: #999;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        margin-bottom: -2px;
        border-color: #eee;
    }
}


.companyInfo .navbar.navbar-default {
    padding: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: transparent;
    background-color: #fff;
    color: #222;
}

.nav-tabs.nav-justified {
    width: 100%;
}

.nav-tabs.nav-justified {
    background-color: #eee;
    border-bottom: 1px solid #bbb;
}

.nav-justified > li {
    text-align: center;
}

    .nav-justified > li > a:hover {
        text-decoration: none;
    }

.navbar-collapse.collapsedTabs {
    display: block !important;
}


/* rest */
.hidden {
    display: none !important;
    visibility: hidden !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    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: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #cccccc;
    content: "/\00a0";
}

.form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

footer .navbar-default .navbar-nav > li > a {
    color: #777777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent;
}

.dropdown.aboutMenu.show li a:hover {
    background-color: #BCC6C6 !important;
    color: #333 !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7) !important;
}

.collapse {
    display: none;
}

.dropdown-menu.show {
    display: block !important;
}

.collapse.show {
    display: block !important;
}

h6, .h6 {
    font-size: 12px;
}


h4, .h4 {
    font-size: 18px;
}

h3, .h3 {
    font-size: 24px;
}

h1, h2, h3 {
    margin-bottom: 10px;
}

.panel-heading {
    padding: 10px 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
}

input[type=checkbox], input[type=radio] {
    margin-right: 4px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.radio, .checkbox {
    margin-top: 10px;
}

a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

.profileInfoNoImage .row {
    margin-left: 0;
    margin-right: 0;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.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 {
    float: left;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* sub menu */
.dropright .dropdown-toggle::after {
    display: none !important;
}

.dropright ul.dropdown-menu {
    margin-left: 0 !important;
}
@media (min-width: 768px) {
    .dropright ul.dropdown-menu {
        left: 100%;
        top: 0;
    }
}

.tt-dataset-quickSearch, .tt-menu {
    z-index: 1000 !important;
}

.lawyer-basic-info-col{
    display:block !important;
    text-align:left !important;
}