﻿/*default version*/
@font-face {
    font-family: 'proxima-nova-black';
    src: url('Merriweather/proxima-nova-black.otf');
}
@font-face {
    font-family: 'proxima-nova-bold';
    src: url('Merriweather/proxima-nova-bold.otf');
}
@font-face {
    font-family: 'proxima-nova-extrabold';
    src: url('Merriweather/proxima-nova-extrabold.otf');
}
@font-face {
    font-family: 'proxima-nova-regular';
    src: url('Merriweather/proxima-nova-regular.otf');
}

@font-face {
    font-family: 'Merriweather-Black';
    src: url('Merriweather/Merriweather-Black.ttf');
}

@font-face {
    font-family: 'Merriweather-BlackItalic';
    src: url('Merriweather/Merriweather-BlackItalic.ttf');
}

@font-face {
    font-family: 'Merriweather-Bold';
    src: url('Merriweather/Merriweather-Bold.ttf');
}

@font-face {
    font-family: 'Merriweather-BoldItalic';
    src: url('Merriweather/Merriweather-BoldItalic.ttf');
}
@font-face {
    font-family: 'Merriweather-Italic';
    src: url('Merriweather/Merriweather-Italic.ttf');
}
@font-face {
    font-family: 'Merriweather-Light';
    src: url('Merriweather/Merriweather-Light.ttf');
}
@font-face {
    font-family: 'Merriweather-LightItalic';
    src: url('Merriweather/Merriweather-LightItalic.ttf');
}
@font-face {
    font-family: 'Merriweather-Regular';
    src: url('Merriweather/Merriweather-Regular.ttf');
}




/*bold version*/
.loading-dialog {
    background: rgba(0, 0, 0, 0.2) url("/images/loading_animation.gif") no-repeat scroll 50% 50%;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


ul.pagination li > a {
    margin-right: 5px;
    
    border-color: white;
    color: #444444;
    box-shadow:none !important;
}

.pagination > li:first-child > a {
    background-color: #444444;
    box-shadow:none !important;
}

.pagination > li:last-child > a {
    background-color: #444444;
    box-shadow:none !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color:white !important;
    border-color: white !important;
    color: black;
    cursor: default;
    text-decoration:underline;
    box-shadow:none !important;
    z-index: 2;
}

ul.pagination li > a > span {
    color: white !important;
    box-shadow:none !important;
}

.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #808080 !important;
    box-shadow:none !important;
}

.ui-autocomplete-category {
    font-weight: bolder;
    font-size: medium;
    text-align: center;
    border-bottom: 1px solid black;
}

.highlight {
    border-bottom: 4px solid #B3002D !important;
}


.loadinggif {
    background: url('/Images/ajax-loader.gif') no-repeat right center !important;
}

.faIcons {
    position: relative;
    right: 5px;
    font-size: 13px;
}


.app-modal-window .modal-dialog {
    width: 80%;
    height: 95% !important;
}

.sort {
    cursor: pointer;
    text-decoration: underline;
}

.dvUpImg {
    height: 0px;
    width: 0px;
    float: right;
    /* overflow: hidden; */
    /* position: absolute; */
    padding-right: 15px;
}

.dvDownImg {
    height: 0px;
    width: 0px;
    float: right;
    /* overflow: hidden; */
    /* position: absolute; */
    padding-right: 15px;
    padding-top: 2px;
}

#ddlOption {
    width: 242px !important;
}

    #ddlOption option {
        width: 242px !important;
    }

.loader {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #777777;
    filter: alpha(opacity=60);
    opacity: 0.36;
    -moz-opacity: 0.8;
}

.center {
    background-color: White;
    border-radius: 10px;
    height: 54px;
    margin: 229px auto;
    opacity: 1;
    padding: 0;
    width: 54px;
    z-index: 1040;
}

    .center img {
        left: 16px;
        position: relative;
        top: 16px;
    }

/*.atlwdg-trigger.atlwdg-SUBTLE {
        background-color: #b3002d !important;
        color: white !important;
    }*/

#atlwdg-trigger {
    background-color: #b3002d !important;
    color: white !important;
}



.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 100px;
}


/*+++++++++++++++++++++++++++++++ ui-select css start +++++++++++++++++++++++++++++++++++++++++++++*/

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.5 - 2016-10-24T23:13:59.551Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
    font-weight: bold;
}

.ui-select-offscreen {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}


.ui-select-choices-row:hover {
    background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
    padding-left: 0;
}

.select2-locked > .select2-search-choice-close {
    display: none;
}

.select-locked > .ui-select-match-close {
    display: none;
}

body > .select2-container.open {
    z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-width: 1px; /* FIXME hardcoded value :-/ */
    border-top-style: solid;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -4px; /* FIXME hardcoded value :-/ */
}

    .ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
    .ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
        margin-top: 4px; /* FIXME hardcoded value :-/ */
    }

.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input {
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
    border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
    width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
    margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
    width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden {
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
    text-decoration: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
    position: relative;
}

    .ui-select-bootstrap .ui-select-toggle > .caret {
        position: absolute;
        height: 10px;
        top: 50%;
        right: 10px;
        margin-top: -2px;
    }

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
    /* Instead of relative */
    position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
        border-radius: 4px !important; /* FIXME hardcoded value :-/ */
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

.ui-select-bootstrap .ui-select-search-hidden {
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.ui-select-bootstrap > .ui-select-match > .btn {
    /* Instead of center because of .btn */
    text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
    position: absolute;
    top: 45%;
    right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    margin-top: -1px;
}

body > .ui-select-bootstrap.open {
    z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
    height: auto;
    padding: 3px 3px 0 3px;
}

    .ui-select-multiple.ui-select-bootstrap input.ui-select-search {
        background-color: transparent !important; /* To prevent double background when disabled */
        border: none;
        outline: none;
        height: 1.666666em;
        margin-bottom: 3px;
        margin-left: 5px;
        font-size: 16px;
        font-family:proxima-nova-regular;
    }

    .ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
        font-size: 1.6em;
        line-height: 0.75;
    }

    .ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
        outline: 0;
        margin: 0 3px 3px 0;
        white-space: pre-line;
    }

.ui-select-multiple .ui-select-match-item {
    position: relative;
}

    .ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
        pointer-events: none;
    }

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    margin-right: 2px;
    border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    margin-left: 2px;
    border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row > span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .ui-select-bootstrap .ui-select-choices-row > span:hover, .ui-select-bootstrap .ui-select-choices-row > span:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

.ui-select-bootstrap .ui-select-choices-row.active > span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}

    .ui-select-bootstrap .ui-select-match-text span {
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }

.ui-select-bootstrap .ui-select-toggle > a.btn {
    position: absolute;
    height: 10px;
    right: 10px;
    margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing {
    position: absolute;
    right: 0;
    padding: 8px 27px;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes ui-select-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes ui-select-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.ui-select-spin {
    -webkit-animation: ui-select-spin 2s infinite linear;
    animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
    -webkit-animation: none 0s;
}

/*+++++++++++++++++++++++++++++++ ui-select css end +++++++++++++++++++++++++++++++++++++++++++++*/


.employmentFirms {
    color: black;
    text-decoration: underline;
}

.employmentPlusCount {
    color: #0c3561 !important;
    text-decoration: underline;
}

.employmentMinusCount {
    color: #c31f26 !important;
    text-decoration: underline;
}


.ui-autocomplete {
    /*position: fixed !important;*/
    position: relative !important;
}

.black-span {
    color: black !important;
}

.white-span {
    color: white !important;
}

.nolink {
    text-decoration: none !important;
    color: black !important;
    pointer-events: none !important;
    cursor: default !important;
}

.watchlistBtn {
    background-color: rgb(202,0,51);
    color: white;
}

    .watchlistBtn:hover {
        color: white;
    }



.tbl-custom table, .tbl-custom th, .tbl-custom td {
    border: 1px solid black !important;
}


.tbl-blue-cell {
    background: #4F81BD !important;
    color: white;
}


.tbl-white-cell, .tbl-white-cell {
    background: white !important;
    color: white !important;
}

.tbl-custom .td-span {
    font-size: medium;
    font-weight: bold;
    padding: 20px;
}

.td-green {
    text-align: center;
    font-weight: bold;
    color: green;
}

.td-red {
    text-align: center;
    font-weight: bold;
    color: red;
}


.tooltip-inner {
    background-color: #0133B3 !important;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: white;
    font-weight: bold;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #B3002D;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #B3002D;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #B3002D;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #B3002D;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #66afe9  !important;
}



.modal-body {
    height: auto !important;
}

.filter-alertType {
    padding: 8px;
    background-color: #EEEEEE;
    height: auto;
    position: absolute;
    width: 232px;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    top: 59px;
    left: 15px;
    z-index: 1;
}

.filter-PAType {
    padding: 8px;
    background-color: #EEEEEE;
    height: auto;
    position: absolute;
    width: 224px;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    top: 59px;
    left: 15px;
    z-index: 1;
}

.filter-locationType {
    padding: 8px;
    background-color: #EEEEEE;
    height: auto;
    position: absolute;
    width: 280px;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    top: 59px;
    left: 15px;
    z-index: 1;
}

.filter-firmSizeType {
    padding: 8px;
    background-color: #EEEEEE;
    height: auto;
    position: absolute;
    width: 225px;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    top: 59px;
    left: 15px;
    z-index: 1;
}

.add-space {
    margin-left: 30px !important;
}

.toggle {
    -webkit-transition: height .3s ease;
    overflow: hidden;
    width: 263px;
    display: block !important;
}

input:checked + .toggle {
    height: auto;
}

.filter-box {
    max-height: 480px !important;
}

.required {
    color: red;
}

.hr-margin-top-bottom {
    margin-top: 20px;
    margin-bottom: 12px;
}

.border-right-2px {
    border-right: solid 2px #ddd;
}

.border-left-1px {
    border-left: solid 1px #ddd;
}

.padding-right-10 {
    padding-right: 10px;
}

.panel-heading-dashboard-latest {
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-top: 0;
    border-bottom: solid 2px #ddd;
    padding-right: 34px;
    width: 100%;
}

.firmsnew-header {
    font-weight: bold;
    margin-top: 12px;
}

.right-alignment {
    margin-right: -75px;
}

.manage-column-align {
    text-align: center;
    float:right;
    margin-right:-2%;
    /*margin-left: -20px;
    padding-top: 3px;*/
}

.icon-text-color {
    color: black;
}

.clear-all-anchor-color {
    color: black;
    float: right;
}

.focus-color:focus {
    outline: none !important;
    border: 1px solid rgb(202, 0, 51);
    box-shadow: 0 0 10px #719ECE;
}

.reset-btn {
    width: 100px;
    margin-left: -27px;
    color: #ddd;
    background-color: white;
}

    .reset-btn:hover {
        color: #ddd;
        background-color: white;
    }

.display-none {
    display: none;
}

.border-color-red {
    border: 1px solid rgb(202, 0, 51);
}

.border-color-grey {
    border: 1px solid #ddd;
}

.margin-left-neg-4 {
    margin-left: -4px;
}
/*to make un-responsive*/

@media (min-width: 300px) {
    .navbar-nav > li {
        float: left;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
       
    }
}
.surveybox{
 background-color: #03115d;
color:white !important;
}
.buttoncss{
color: white;
    border-radius: 6px;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 10px;
    padding: 15px 71px;
    display: inline-block;
background-color: #0133b3;
cursor:pointer !important;
}
.survey-img{
    background-size: cover;
    margin-top: 3%;
    height: 270px;
    width: 240px;
}
.survey-heading{
  font-size: 29px;
  margin-top:10px;
  padding: 14px;
  color: #FFF;
  font-family: Merriweather;
  font-weight: 700;
  letter-spacing: -0.44px;
  line-height: 36px;
}
.insider-voice-button {    
    background-color: #03115D;
    color: white;
    height: 50px;
    position: relative;
    border: 0px;
    width: 303px;
    border-radius: 6px 0 0 6px;
    font-weight:700;
    float:right;
}
    .insider-voice-button:before {
left: 100%;
    top: 1px;
    border: 8px solid transparent;
    border-width: 24px 20px;
    border-left-color: #03115D;
    background: transparent;
    }
    .insider-voice-button:before {
    content: "";
    position: absolute;
}
    .black-border{
        border-top: 3px solid #000;
        margin-bottom: 15px;
    }
    .webinar-box{
        margin-top:3%;
    }
    .webinar-heading{
         color: #0133B3!important;
  font-family: Merriweather;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.18px;
  line-height: 27px;
    }
    .see-all-tips{
        font-size: 16px;
    color: #000!important;
    float:right;
    }
    .Webinar-img{
       height: 160px;
    width: 100%;
    margin-top: 13%;
    }
    .createddate{
        color: #454545;
  font-family: "proxima-nova, sans-serif";
  font-size: 16px;
  line-height: 20px;
    margin-bottom:2%;
        margin-left: 10px;
    }
    .Webinar-title {
  color: #000;
  font-family: Merriweather;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
     height: 114px;
         margin-left: 10px;
}
    .Webinar-time{
  color: #454545;
  font-family: proxima-nova-regular;
  font-size: 16px;
  line-height: 19px;
    float: left;
        margin-left: 10px;
    }
    .timer-icon{
        width: 15px;
    margin: 3px 10px 6px 3px;
    }
    .news-box{
        margin-top:3%;
        padding:0;
    }
    .cardmain {
    padding-bottom: 8px;
    padding-right: 5px;
}
.course-imgstyle {    
    display: block;
    left: 0%;
    width: 342px;
    height: 242px;
   
}
.card-headshots{
    /*background-color: white;
    height: 300px;
    width: 90%;*/
}
.transparent-btn {
    background-color: Transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #595959;
    box-sizing: border-box;
    /* border-radius: 5px; */
    color: #595959 !important;
    float: left;
    margin-left:13px;
}
    .card-time{
 font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    color: #595959;
    margin-top: 30%;
    }
    .card-body{
        padding:10px;
    }
    .text-muted{
            color: #454545;
    font-family: "proxima-nova, sans-serif";
    font-size: 14px;
    line-height: 20px;
    margin-top: 2%;
    }
    .Arrow{
    width: 15px !important;
    margin: 3px 0 6px 10px;
}
.grey-border{
    width: 100%; 
    border-top: 1px solid #8a8585;
}
.grey-border-menu{
    width: 91%; 
    border-top: 1px solid #8a8585;
}
.last-used-text {
    font-weight: bold;
    font-size: 17px;
    margin-left: 106px;
    padding: 13px 10px;
    margin-left: 24%;
}
.last-used-icon{
    margin-left:34px;
}
.recently-txt {
    margin-left: 21px;
    font-size: 16px;
}
.law-firm-heading{
  color: #0133B3;
  font-family: Merriweather;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 40px;
}
.shadow-off a:hover {
    box-shadow: none !important;
    border-color: #66afe908 !important;
    
}
.sub-nav-desc{
  font-size: 15px;
  line-height: 20px;
  margin-top: 1%;
}
.saved-search-btn{
    box-sizing: border-box;
    height: 40px;
    width: 380px;
    background-color: #FFF;
    border: 1px solid #454545!important;
    text-align: left;
    font-weight: 600;
    font-family: proxima-nova-regular;
    font-size: 16px;
    letter-spacing: -0.11px;
    line-height: 21px;
    border-radius: inherit;
    color: black!important;
    margin-top:5%;
}
.firm-name-box{
    box-sizing: border-box;
    min-height: 101.98px;
    /*min-width: 380px;*/
    background-color: #FFF;
    border: 1px solid #454545;
    color: #000;
  
    font-family: proxima-nova-regular;
    font-size: 18px;
    letter-spacing: -0.11px;
    line-height: 21px;
    margin-top:14px;
}
.watchlist-btn{
    box-sizing: border-box;
    height: 40px;
    /*width: 380px;*/
    background-color: #FFF;
    border: 1px solid #454545!important;
    text-align: left;
    font-weight: 700;
    font-family: "proxima-nova, sans-serif";
    font-size: 18px;
    letter-spacing: -0.11px;
    line-height: 21px;
    border-radius: inherit;
    color: black!important;
}
.location-dd{
    box-sizing: border-box;
    height: 40px;
    background-color: #FFF;
    border: 1px solid #454545;
    width: 100%;
    margin-top: 14px;
    font-family: "proxima-nova-regular";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.11px;
    line-height: 21px;
    box-shadow:none!important;
}
.thin-black-border{
    border-top: 1px solid #000;
    margin-bottom: 15px;
    margin-top:38px;
}
.competitive-analysis{
    color: white;
    padding: 17px 15px;    width: 300px;
    height: 58px;
    border-radius: 6px;font-size: 17px;
    background-color: #03115d;
}
.advanced-search{
      color: #0133B3;
  font-family: "proxima-nova, sans-serif";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.13px;
  line-height: 19px;
}
    .footer-icon-sizing{
    padding:7px;
    width:33px !important;
    height:33px !important;
}
.footer-icons{
    display:inline;
    padding:0;
    padding-left: 40px;
}
.footerMenu{
    margin: 0 0 15px;
}

.footerPadding{
    padding-left:330px; padding-top:5px;
}
.navbar-fixed-top {
    position: sticky;
}

.navbar-inverse {
    min-width: 1170px;
}

@media (min-width: 300px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
}

@media (min-width: 300px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: right;
    }
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}

.footer {
    min-width: 1170px;
}

@media (min-width: 300px) {
    .dropdown-menu {
        width:100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        list-style: none;
        background-color: #ffffff !important;
        border: 1px solid #cccccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -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;
    }
}

@media only screen and (device-width: 768px) {
    .cont-resp {
        margin-top: 12%;
    }
}

.liDownloads:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: rgb(202,0,51) !important;
}

.liDownloads a:hover {
    color: #ffffff !important;
}

.liDownloads a > i:hover {
    color: #ffffff !important;
}

hr {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 0;
    border-top: 1px solid #eee;
}

.font-awesome-icons {
    color: #B3002D !important;
    font-size: 17px;
}

.advance-filters {
    padding: 8px;
    background-color: white;
    height: auto;
    position: absolute;
    width: 262px;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    /* top: 59px; */
    /* left: 15px; */
    z-index: 1;
}
.advance-filters-ddl {
    padding: 8px;
    background-color: white;
    height: auto;
    position: absolute;
    width: 280px;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    /* top: 59px; */
    /* left: 15px; */
    z-index: 1;
}

.chip {
    display: inline-table;
    padding: 1px 10px;
    height: 27px;
    /* font-size: 18px; */
    line-height: 26px;
    border-radius: 25px;
    background-color: #f1f1f1;
    font-size: 15px;
    word-break: break-all;
}

    .chip img {
        float: left;
        margin: 0 10px 0 -25px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

.chipAttorneyProfile {
    display: inline-table;
    padding: 0px 7px;
    height: 17px;
    /* font-size: 18px; */
    line-height: 23px;
    border-radius: 6px;
    background-color: #edf0f8;
    font-size: 15px;
    word-break: break-all;
    border: 1px solid #d5d8df;
}

    .chipAttorneyProfile img {
        float: left;
        margin: 0 10px 0 -25px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }
.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer !important;
}

    .closebtn:hover {
        color: #000;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-size: 12px !important;
    color: black !important;
}

#txt_QuickSearch::placeholder {
    color: black !important;
    font-size:13px;
    margin-left:3px;
}


/*.ui-progressbar {
    position: relative;
}

.progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}*/

.separator-box {
    border: 1px solid black;
    padding: 10px;
    border-radius: 5px;
}

.red-tooltip + .tooltip > .tooltip-inner {
        max-width: 350px !important;
        /* If max-width does not work, try using width instead */
        width: 350px !important;
    }

/* Start css for New firm Profile overview page changes --Legalsuite-633*/
.borderless tr td {
        border: none !important;
    }

    .FinancialSectionFirmOverview {
        overflow-x: hidden;
        width: 261px;
        white-space: nowrap;
        font-weight: bold;
    }

    .PeopleSectionFirmOverview {
        overflow-x: hidden;
        width: 261px;
        white-space: nowrap;
        font-weight: bold;
    }

    div#FinancialSectionMainDiv {
        display: flex;
    }

    div#PeopleSectionMainDiv {
        display: flex;
    }

    .borderRadiusFirmOverview {
        border: 1px solid #dedede !important;
        border-radius: 5px;
    }

    .iconDivRadiusFirmOverview {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .iconDivFirmOverview {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .wraptocenter {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 200px;
        height: 200px;        
    }

        .wraptocenter * {
            vertical-align: middle;
        }

    .tableLeftTopRound thead tr:first-child th:first-child {
        border-radius: 10px 0 0 0;
        border-left-color: transparent;
    }

    .tableRightTopRound thead tr:first-child th:last-child {
        border-radius: 0 10px 0 0;
        border-right-color: transparent;
    }
    .numberCircle {
        width: 80px;
        line-height: 80px;
        border-radius: 50%;
        text-align: center;
        font-size: 32px;
        color: white;
    }
    .volatilityScorecard {
        width: 50%;
        height: 50%;
        float: left;
    }
    #revenueVolatility {
        border-right: 1px solid #dedede !important;
        border-bottom: 1px solid #dedede !important;
    }

    #ppepVolatility {
        border-bottom: 1px solid #dedede !important;
    }

    #averageAnnualRevenueVolatility {
        border-right: 1px solid #dedede !important;
    }

    #ppepRiskVolatility {
    }
    #practiceAreaTable, #tableForContactsTdata {
        width: 1083px !important;
    }
    .borderRight {
        border-right: 1px solid #dedede !important;
    }
    .borderRight2 {
        border-right: 1px solid #dedede !important;
    }
    .volatilityScorecardCircleInfoText {
        margin-top: 15px;
        color: black;
        font-size: 14px;
        font-weight: bold;
    }
/* End css for New firm Profile overview page changes --Legalsuite-633*/

/* The compensationCheckBox */
    .compensationCheckBox {
        display: block !important;
        position: relative !important;
        padding-left: 35px !important;
        margin-bottom: 12px !important;
        cursor: pointer !important;
        font-size: 16px !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        font-weight: 100;
    }

        /* Hide the browser's default checkbox */
        .compensationCheckBox input {
            position: absolute !important;
            opacity: 0 !important;
            cursor: pointer !important;
            height: 0 !important;
            width: 0 !important;
        }

    /* Start Create a custom checkbox Legalsuite-777 Compensation Modeling Tools */
    .compensationCheckmark {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        height: 20px !important;
        width: 20px !important;
        background-color: #fbfafa !important;
        border: 1px solid #cccccc;
        margin-left: 18px;
        border-radius: 2px;
    }

    /* On mouse-over, add a grey background color */
    .compensationCheckBox:hover input ~ .compensationCheckmark {
        background-color: #ccc !important;
    }

    /* When the checkbox is checked, add a blue background */
    .compensationCheckBox input:checked ~ .compensationCheckmark {
        background-color: #2196F3 !important;
    }

    /* Create the compensationCheckmark/indicator (hidden when not checked) */
    .compensationCheckmark:after {
        content: "";
        position: absolute !important;
        display: none !important;
    }

    /* Show the compensationCheckmark when checked */
    .compensationCheckBox input:checked ~ .compensationCheckmark:after {
        display: block !important;
    }

    /* Style the compensationCheckmark/indicator */
    .compensationCheckBox .compensationCheckmark:after {
        left: 6px !important;
        top: 4px !important;
        width: 5px !important;
        height: 10px !important;
        border: solid white !important;
        border-width: 0 3px 3px 0 !important;
        -webkit-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
    }
    /* End Create a custom checkbox Legalsuite-777 Compensation Modeling Tools */

    .retirementbenefits_sup {
        color:red;
        font-style:italic;
        font-size: 14px;
    }


.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidenav li {
    inline-size: -webkit-fill-available;
}


* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
/*.mySlides {display: none;}*/
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  position: relative;
  margin: auto;
  width: 100%;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .search-btn{
            margin-left: 10px;
    }
    .search-txt-bar{
        width: 150px !important;
    }
    .home-container{
        min-width:0px!important;
    }
    .bg-img{
        width:1200px!important;
    }
    .testmenu{
        width: 37%!important;
    }
    .lastUsed{
        margin-top: 72%!important;
    } 
    .sidenav-txt{
        margin-left: 32px!important;
    }
    .last-used-text{
        margin-left: 60px!important;
    }
    .recently-txt{
        margin-left: 40px!important;
    }
    .content-wrapper{
        margin-top:0%!important;
    }
}
/* only ipad pro*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .testmenu{
        width: 28%!important;
    }
}

.gray-bg{
    background-color:#eee;
}

.dropdown-btn{
    width: 38px;
    background-color:#03115d;
    color:white !important;
    font-weight:700;
    padding:10px 35px;
}
.sideMenutxt {
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
}

.btnsavedsearch{
    padding: 10px 10px;
    margin-left:6%;
}

.blueHeading{
    color:#0133B3;
    font-size: 18px;
    margin-left:-3%;
    margin-top:0%;
    font-weight:bold;
}

.chipnew{
        display: inline-table;
    padding: 1px 10px;
    height: 27px;
    /* font-size: 18px; */
    line-height: 26px;
    /* border-radius: 25px; */
    /* background-color: #f1f1f1; */
    font-size: 16px;
    word-break: break-all;
    /* border-block-color: black; */
    border: 1px solid;
    margin-right:1%;
    margin-top: 1%;
}

.cleartransbtn{
    float: right;
    padding: 6px 6px;
    border-radius: 6px;
}
.bottompadding2{
    padding-bottom:2%;
}

.btn-popup-reset{
     float: left;
    width: 50%;
    margin-left: -8%;
}

.btn-popup-go{
    float: left;
    /* margin-right: 10px; */
    width: 50%;
}

.txt-box{
    width:100%;
    border: 1px solid;
}

.featured-tool {
    color: #FFF;
    font-family: "proxima-nova-regular";
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.11px;
    line-height: 21px;
}
.recommended-news-text {
    color: #0133B3;
    font-family: Merriweather-Regular;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
}
.recommended-news-title-text {    
    color: #000;
    font-family: Merriweather-Regular;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}
.webinars-home-text {
    color: #0133B3;
    font-family: Merriweather-Regular;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.18px;
    line-height: 27px;
}
.webinars-home-title-text {
    color: #000;
    font-family: Merriweather-Regular;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.webinars-home-title-date {
    color: #454545;
    font-family: "proxima-nova-regular";
    font-size: 16px;
    line-height: 20px;
}
.participate-in-upcom {
    color: #FFF;
    font-family: Merriweather-Regular;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.44px;
    line-height: 36px;
}
.sign-up-for-upcoming {
    color: #FFF;
    font-family: "proxima-nova-regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}
.featured-surveys-report {
    color: #FFF;
    font-family: Merriweather-Regular;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.18px;
    line-height: 27px;
}
.featured-surveys-title-text {    
    color: #000;
    font-family: Merriweather-Regular;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
}
.featured-tool-slider-text {
    color: #000;
    font-family: "proxima-nova-regular";
    font-size: 18px;
    letter-spacing: -0.11px;
    line-height: 21px;
    
}



/*CSS form Range Slider*/
.custom-slider.rzslider .rz-bar {
  background: #ffe4d1;
  height: 2px;
}
.custom-slider.rzslider .rz-selection {
  background: Black;
}

.custom-slider.rzslider .rz-pointer {
  width: 8px;
  height: 16px;
  top: auto; /* to remove the default positioning */
  bottom: 0;
  background-color: #333;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.custom-slider.rzslider .rz-pointer:after {
  display: none;
}

.custom-slider.rzslider .rz-bubble {
  bottom: 14px;
}

.custom-slider.rzslider .rz-limit {
  font-weight: bold;
  color: Black;
}

.custom-slider.rzslider .rz-tick {
  width: 1px;
  height: 10px;
  margin-left: 4px;
  border-radius: 0;
  background: #ffe4d1;
  top: -1px;
}

.custom-slider.rzslider .rz-tick.rz-selected {
  background: Black;
}

a.sideMenutxt {
    color: #000;
    font-family: 'proxima-nova-regular';
    font-size: 18px;
    letter-spacing: 0.15px;
    line-height: 21px;
}

p.sub-nav-desc {
    color: #000;
    font-family: 'proxima-nova-regular';
    font-size: 16px;
    line-height: 20px;
}

span.nvsm.sidenav-txt {
    margin-left:20px !important;
}

.FilterHeaderPopuptext {
    color: #000;
    font-family: "proxima-nova-regular";
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.11px;
    line-height: 21px;
    text-align: center;
}

.btn-go-blue {
    color: #FFF;
    font-family: "proxima-nova-regular";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 19px;
    text-align: center
}
.btn-reset-black {
    color: #000;
    font-family: "proxima-nova-regular";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 19px;
    text-align: center;
}
[ng-click],
[data-ng-click],
[x-ng-click] {
    cursor: pointer;
}

.applied-filter-text {
    color: #0133B3;
    font-family: "proxima-nova-regular";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 19px;
}

.custom-excel-export-text {    
    color: #FFF;
   // font-family: "proxima-nova-regular";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.44px;
   // line-height: 19px;
    text-align: center;
}
.result-count-text {
    color: #000;
    font-family: "proxima-nova-regular";
    font-size: 24px;
    line-height: 29px;
    font-weight:100;
}
.results-per-page-text {
    color: #000;
    font-family: "proxima-nova-regular";
    font-size: 18px;
    letter-spacing: -0.11px;
    line-height: 21px;
    text-align: right;
    font-weight:100;
}

table .column-box div {
    margin-top: 10px
}

.cross {
    line-height: 5px;
    width: 18px;
    font-size: 8pt;
    font-family: tahoma;
    margin-top: 1px;
    margin-right: 2px;
    top: 0;
    right: 0;
display:none;
}

.btn-redesign-theme {
    background-color:#0133b3;
}

.search-page-number-btntext {
    color: #FFF;
    font-family: "proxima-nova-regular";
    font-size: 18px;
    letter-spacing: -0.11px;
    line-height: 21px;
    margin-left: -20px;
    margin-bottom: -24px;
    font-weight: 100;
}

.competitive-analysis-text {
    color: #FFF;
    /*font-family: "proxima-nova-regular";*/
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.15px;
    line-height: 21px;
}
.competitive-analysis-list {    
    color: #000;
    /*font-family:'FontAwesome';*/
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
}
.savesearchcriteria{
      height: 35px;
    width: 188px;
    background-color: rgb(1, 51, 179);
    padding: 12px 6px;
    text-align: center;
    font-size: 14px;
    margin-left: 3%;
    float: right;

}
.compare-btn{
        border-radius: 6px;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 10px;
    padding: 10px 30px;
    display: inline-block;
    background-color: #0133b3;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 11px 6px;
    margin-left: -1px;
    line-height: 1.428571429;
    font-weight:bold;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow:none !important;
}
.Font-16{
    font-size:16px;
}
.overviewClassForExport tbody {
    color: #000;
}


