@font-face {
    font-family: 'password';
    src: url(./font-pass.woff) format('woff');
    font-style: normal;
    font-weight: normal;
}

body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    font-family: "Comfortaa", sans-serif;
    font-size: 14px;
    color: #5f5b5b;
    min-width: 1260px;
    background: url('../Images/bg.png') left top repeat;
    overflow: hidden;
}

.clear-fix:after {
    content: " ";
    display: table;
    clear: both;
}

input:-webkit-autofill {
    /*-webkit-box-shadow: 0 0 0 1000px white inset;*/
}

:active,
:link {
    outline: none;
}

*:focus {
    outline: none;
}

.hidden {
    display: none;
}

.ql_title {
    background: url('../Images/quick_links.png') 10px center no-repeat #5E5F60;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 40px;
    height: 35px;
    line-height: 35px;
    margin: 0 -10px;
    font-weight: bold;
}

.olderbanner {
    display: none;
    background-color: #ff0000;
    background-color: red;
    background-color: rgba(255, 0, 0, 0.8);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    overflow: hidden;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    top: 80px;
    left: 50%;
    width: 870px;
    margin-left: -435px;
    z-index: 11;
}

.olderbanner__text {
    font-size: 14px;
    line-height: 18px;
    width: 500px;
    float: left;
    padding-top: 20px;
}

.olderbanner__list {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

.olderbanner__list-item {
    display: inline-block;
}

.olderbanner__list-item--safari {
    display: none;
}

.olderbanner__list-item__link {
    display: block;
    text-decoration: none;
    height: 80px;
    width: 80px;
    box-sizing: border-box;
    padding-top: 50px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-position: 50% 11px;
    background-repeat: no-repeat;
}

.olderbanner__list-item__link:hover {
    opacity: .8;
}

.olderbanner__list-item__link--chrome {
    background-image: url(../Images/browsers/chrome.png);
}

.olderbanner__list-item__link--mozilla {
    background-image: url(../Images/browsers/mozilla.png);
}

.olderbanner__list-item__link--ie {
    background-image: url(../Images/browsers/ie.png);
}

.olderbanner__list-item__link--opera {
    background-image: url(../Images/browsers/opera.png);
}

.olderbanner__list-item__link--safari {
    background-image: url(../Images/browsers/safari.png);
}

.leftNav-bottomSection {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 12px;
}

.leftNav-bottomSection a {
    color: #fff;
    margin-top: 7px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}

.leftNav-bottomSection a:hover {
    color: #efefef;
}

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.autocomplete-suggestion {
    position: relative;
    padding: .4em .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.02em;
    color: #333;
    text-transform: capitalize;
}

.autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6;
}

::selection {
    color: #fff;
    background: #328efd;
}

.autocomplete-suggestion.selected {
    background: #f0f0f0;
}

.noResultSearch {
    text-align: center;
    margin-top: 200px;
    padding: 0 5%;
}

.noResultSearch h2 {
    color: #4484A5;
    font-size: 48px;
    font-weight: 100;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.wrapper-onload {
    background: #83c6e2;
    background: -moz-radial-gradient(center, ellipse cover, #83c6e2 0, #47b5ff 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #83c6e2), color-stop(100%, #47b5ff));
    background: -webkit-radial-gradient(center, ellipse cover, #83c6e2 0, #47b5ff 100%);
    background: -o-radial-gradient(center, ellipse cover, #83c6e2 0, #47b5ff 100%);
    background: -ms-radial-gradient(center, ellipse cover, #83c6e2 0, #0071bc 100%);
    background: radial-gradient(ellipse at center, #83c6e2 0, #47b5ff 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c6e2', endColorstr='#47b5ff', GradientType=1);
    -moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c6e2', endColorstr='#47b5ff', GradientType=1);
    -o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c6e2', endColorstr='#47b5ff', GradientType=1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c6e2', endColorstr='#47b5ff', GradientType=1);
}

.content {
    /*margin: 0 auto;*/
    margin: 0 0 0 175px;
    width: 1035px;
}

.login-bg {
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-opacity: 0.45;
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    -webkit-filter: alpha(opacity=45);
    -moz-filter: alpha(opacity=45);
    -o-filter: alpha(opacity=45);
    filter: alpha(opacity=45);
}

.t-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

input::-ms-clear { /*for IE10*/
    display: none;
}

.mt0 {
    margin-top: 0;
}

.mt5 {
    margin-top: 5px;
}

/**/

/*HEADER*/

/**/

header {
    height: 65px;
    position: fixed;
    width: 100%;
    min-width: 1260px;
    z-index: 300;
    background-color: #000;
}

.SNAPlogo {
    background: url('../Images/snap_logo.png') no-repeat transparent;
    width: 159px;
    height: 47px;
    float: left;
    margin: 8px 10px 0 10px;
}

.DSlogo,
.DSlogoStart {
    background: url('../Images/datassential.png') no-repeat transparent;
    width: 180px;
    height: 46px;
    margin: 9px 10px 0 20px;
    float: right;
}

/*HEADER END*/

/*SUBSCRIPTION*/

.subscription {
    width: 174px;
    height: 100%;
    background-color: #363738;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 250; /*must be more than .ajax-overlay and less than main header*/
}

.subscription footer {
    color: #ffffff;
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.subscribe_items {
    padding-top: 65px;
}

.linkSubItem {
    display: inline-block;
}

.subscribe_items > span {
    cursor: pointer;
}

.subs_item {
    border-bottom: 1px solid #454545;
    border-right: 1px solid #454545;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
    height: 80px;
    text-transform: uppercase;
    width: 87px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    padding-top: 55px;
    background: url('../Images/subscriptions.png') no-repeat;
}

.subs_item_menuTrends {
    text-transform: none;
}

.subscribe_items a:nth-child(2n) .subs_item {
    border-right: none;
}

.subs_item p::-moz-selection {
    background: inherit;
    color: inherit;
}

.subs_item p::selection {
    background: inherit;
    color: inherit;
}

.subs_item_firefly {
    background-position: 5px 0;
}

.subs_item_menuTrends {
    background-position: -70px 0;
}

.subs_item_insider {
    background-position: -144px 0;
}

.subs_item_scores {
    background-position: -220px 0;
}

.subs_item_fingerprints {
    background-position: -297px 0;
}

.subs_item_local {
    background-position: -368px 0;
}

.subs_item_buzz {
    background-position: -445px 0;
}

.subs_item_trendspotting {
    background-position: -583px 0;
}

.subs_item_nestle {
    background-position: -660px 0;
}

.subs_item_flavor {
    background-position: -807px 0;
}

.subs_item_dragonfly {
    background-position: -866px -79px;
}

.subs_item_projectTracker {
    background-position: -520px 0;
    padding-top: 50px;
}

.subs_item_firefly.active,
.subs_item_firefly.active.itemHover {
    background-position: 5px -163px;
}

.subs_item_menuTrends.active,
.subs_item_menuTrends.active.itemHover {
    background-position: -70px -163px;
}

.subs_item_insider.active,
.subs_item_insider.active.itemHover {
    background-position: -144px -163px;
}

.subs_item_scores.active,
.subs_item_scores.active.itemHover {
    background-position: -220px -163px;
}

.subs_item_fingerprints.active,
.subs_item_fingerprints.active.itemHover {
    background-position: -297px -163px;
}

.subs_item_local.active,
.subs_item_local.active.itemHover {
    background-position: -368px -163px;
}

.subs_item_buzz.active,
.subs_item_buzz.active.itemHover {
    background-position: -445px -163px;
}

.subs_item_projectTracker.active,
.subs_item_projectTracker.active.itemHover {
    background-position: -520px -75px;
}

.subs_item.itemHover {
    background-color: #E6E6E6;
    color: #363738;
}

.art_rep {
    color: #fff;
    font-size: 12px;
    padding: 10px;
}

.art_rep h3 {
    text-transform: uppercase;
    color: #BFC0C1;
    margin-bottom: 5px;
    font-size: 12px;
}

.validation-summary-errors:hover {
    color: white;
}

.viewAll {
    color: #66B9E2;
    text-decoration: underline;
    cursor: pointer;
}

/*SUBSCRIPTION END*/

/*CONTENT STYLING*/

.wrapperInside {
    /*padding-top: 65px;*/
    margin-top: 65px;
    float: left;
    overflow: auto;
    width: 100%;
}

.wrapper-onload .wrapperInside .content {
    background-color: transparent;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 0 #878787;
    -moz-box-shadow: 0 0 0 #878787;
    box-shadow: 0 0 0 #878787;
}

.wrapperInside .content .content_inner {
    background-color: #fff;
    padding: 25px 30px 10px 45px;
    -webkit-box-shadow: 2px 0 8px #878787;
    -moz-box-shadow: 2px 0 8px #878787;
    box-shadow: 2px 0 8px #878787;
}

.index_search {
    text-align: center;
    margin-top: 200px;
}

.index_search h1 {
    font-size: 48px;
    line-height: 48px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 100;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.index_search h1 span {
    font-style: italic;
}

.index_search input[type="text"] {
    width: 690px;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../Images/icon_search.png') no-repeat 15px center #fff;
    box-shadow: inset 0 0 3px #4f4f4f;
    border: none;
    margin: auto;
    padding-left: 45px;
    line-height: 60px;
    font-size: 15px;
}

.index_search input[type="text"]::-webkit-input-placeholder {
    color: #999;
    font-weight: 300;
}

.index_search input[type="text"]:-moz-placeholder {
    color: #999;
    font-weight: 300;
}

.index_search input[type="text"]::-moz-placeholder {
    color: #999;
    font-weight: 300;
}

.index_search input[type="text"]:-ms-input-placeholder {
    color: #999;
    font-weight: 300;
}

.headerSearch::-webkit-input-placeholder {
    color: #999;
    font-weight: 300;
}

.headerSearch:-moz-placeholder {
    color: #999;
    font-weight: 300;
}

.headerSearch::-moz-placeholder {
    color: #999;
    font-weight: 300;
}

.headerSearch:-ms-input-placeholder {
    color: #999;
    font-weight: 300;
}

.sign_in_block label,
.login-container label,
.register_block label {
    color: #fff;
    display: inline-block;
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    height: 40px;
    padding-top: 10px;
    line-height: 30px;
    bottom: 0;
    pointer-events: none;
    left: 0;
    margin-bottom: 0;
    transition: all 500ms;
    /* backface-visibility: hidden; */
    transform: translateY(0);
}

.register_block label {
    display: block;
}

.login_block {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 90px;
    position: absolute;
    top: 9%;
    filter: drop-shadow(0 0 3px #000);
    text-shadow: 0 0 3px #000;

}

.sign_in_block .validation-summary-errors:hover {
    color: white;
}

.sign_in_block .field-validation-error:hover {
}

.sign_in_block input[type=text], .sign_in_block input[type=password], .sign_in_block input[type=datetime], .sign_in_block textarea, .sign_in_block select {
}

.sign_in_block_title {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.sign_in_block_title_ico {
    background-image: url("../Images/ico_login.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    zoom: 1;
    width: 26px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.login_block_description {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    text-shadow: 1px 1px #000;
}

.register_false_description {
    color: #fff;
    font-size: 21px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
    padding-top: 25px;
}

.buttRegSubTitle,
.buttSignInSubTitle {
    display: inline-block;
    display: none;
    vertical-align: middle;
    color: #fff;
    padding: 15px 0 10px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    vertical-align: bottom;
}

.posFixed .buttRegSubTitle {
    display: inline-block;
    vertical-align: bottom;
}

.b-buttonsSwitch {
    margin-bottom: 20px;
}

.b-buttonsSwitch.posFixed {
    position: fixed;
    bottom: 0;
    padding-bottom: 20px;
    left: 90px;
    margin-bottom: 0;
}

.posFixed .sw_button {
    text-align: center;
    height: 20px;
    font-size: 18px;
    text-decoration: underline;
    color: #72B3FF;
    transition: .1s;
    line-height: 20px;
    display: inline-block;
    vertical-align: bottom;
    display: inline-block;
}

.posFixed .sw_button:hover {
    text-decoration: none;
}

.posFixed .sw_button.sw_register {
}

.posFixed .sw_button.sw_register:hover {
    text-decoration: none;
}

.posFixed .sw_button.sw_signIn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.posFixed .sw_button.sw_signIn:hover {
    text-decoration: none;
}

.posFixed .buttRegSubTitle,
.posFixed .buttSignInSubTitle {
    padding: 0;
}

.posFixed .sw_signIn .sw_button_inner,
.posFixed .sw_register .sw_button_inner {
    padding: 0;
    height: 20px;
    line-height: 20px;
    vertical-align: bottom;
    display: inline-block;
    text-decoration: underline;
    font-weight: 700;
}

.posFixed .sw_signIn .sw_button_inner:hover,
.posFixed .sw_register .sw_button_inner:hover {
    text-decoration: none;
}

.divider {
    font-size: 12px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
}

.sw_button {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    border: none;
}

.sw_signIn.btn--filled {
    background-color: transparent;
    margin-left: 0;
    padding-right: 25px;
    background: #487AE6 url(../Images/ico_login.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    margin-top: 0;
    width: 135px;
    border-radius: 2px;
    transition: all 300ms;
}

.sw_signIn.btn--filled:hover {
    background-color: #0040cc;
}

.sw_register {
}

.send_register {
    background-color: transparent;
    margin-left: 0;
    float: right;
    margin-right: -20px;
    padding-right: 45px;
    background: url(../Images/ico_login.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    margin-top: -20px;
    transition: all 300ms;
}

.send_register span {
    text-shadow: 0 0 3px #000;
}

.send_register:hover {
    background-position: center right 10px;
}

.sw_register.send_register .sw_button_inner {
    padding-top: 16px;
}

.b-password {
    position: relative;
    color: red;
}

.forgot_block {
    color: #fff;
}

.head_forgotpass {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
}

.head_forgotpass .icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 31px;
    padding-right: 10px;
    background-image: url("../Images/ico_login.png");
    background-repeat: no-repeat;
    background-position: 0 -196px;
    margin-right: 10px;
}

.forgotpass_description {
    text-align: center;
    padding: 7px;
}

.head_successfully_pass {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
}

.head_successfully_pass .icon {
    display: block;
    vertical-align: baseline;
    width: 62px;
    height: 37px;
    background-image: url("../Images/ico_login.png");
    background-repeat: no-repeat;
    background-position: 0 -298px;
    margin: 0 auto 7px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.head_register {
    width: 194px;
    height: 50px;
    display: block;
    margin: 0 auto 15px;
    zoom: 1;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    background-image: url("../Images/ico_login.png");
    background-repeat: no-repeat;
    background-position: 12px -56px;
    text-align: left;
}

.head_register .sw_button_inner {
    line-height: 14px;
    padding-left: 45px;
    padding-top: 10px;
    font-size: 16px;
}

.head_register span {
    font-size: 12px;
    text-transform: none;
}

.sign_in_block,
.reset_password,
.confirm_password {
    margin: auto;
    width: 100%;
}

.summary-default-size {
    width: auto;
    margin: auto;
    margin-bottom: 5px;
}

/*ul.resized-container {*/
    /*width: 370px;*/
    /*margin-bottom: 5px;*/
    /*position: absolute;*/
    /*left: 310px;*/
    /*top: 60px;*/
    /*padding: 10px 20px;*/
    /*border-left: 2px solid #fff;*/
    /*max-height: none;*/
    /*border-radius: 0;*/
    /*height: 220px;*/
/*}*/

ul.forget-message {
    width: 370px;
    margin-bottom: 25px;
    font-size: 14px;
}

.forget-message-reset-btn {
    text-decoration: underline;
    cursor: pointer;
}

.register_block {
    margin: auto;
    /*width: 340px;*/
}

.register_block .b-email,
.additionalRegister,
.b-forgotpass {
    width: 470px;
}

.b-forgotpass .email_input {
    width: 294px !important;
}

.additionalRegister .selectricWrapper {
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.additionalRegister .selectricWrapper.input-validation-error {
    border: 2px solid red;
}

.additionalRegister .selectricWrapper.input-validation-error .selectric {
    height: 36px;
}

.additionalRegister .selectricWrapper.input-validation-error .selectric .label {
    height: 36px;
    line-height: 36px;
}

.additionalRegister .selectric {
    height: 40px;
    background: transparent;
}

.additionalRegister .selectric .label {
    height: 40px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    padding: 0;
    padding-top: 10px;
    text-align: left;
}

.additionalRegister .selectric .button {
    top: 17px;
    color: #fff;
}

.b-forgotpass {
    margin-bottom: 35px;
}

.sign_in_block > div:first-child {
    margin-bottom: 10px;
}

.login_btn {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 40px;
    text-transform: uppercase;
    width: 46px;
    font-weight: 400;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-image: url("../Images/ico_login.svg");
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    background-size: 15px 13px;
    transition: all 300ms;
}

.login_btn:hover {
    transform: translateX(10px);
}

.login_btn[disabled] {
    background-color: #C5C8CD;
    cursor: default;
}

.offset {
    padding-right: 20px;
}

.register_block .login_btn {
    float: right;
    margin-top: -40px;
}

.register_block .b-email__false .login_btn {
    display: none;
}

.login_block .lg_in {
    box-sizing: border-box;
    height: 40px;
    padding-top: 10px;
    width: 280px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 15px;
}

.login_block .lg_in-big {
    width: 470px;
}

#emailInput {
    border-bottom: 1px solid #fff;
}

#emailInput:focus {
}

.login_block .b-password .lg_in {
    width: 280px;
}

.login_block .b-email .lg_in,
.login_block .b-forgotpass .lg_in {
    /* width: 294px; */
}

.login_block .b-email.b-email__validation .lg_in {
    width: 340px;
    padding-right: 30px;
}

.b-email__true .email_input,
.b-email__false .email_input {
    background-image: url("../Images/email_valid.svg");
    background-repeat: no-repeat;
    border: 0 none;
}

.b-email__true .email_input {
    background-position: right 16px;
}

.b-email__false .email_input {
    background-position: right -31px;
}

.remember_me {
    /*font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;*/
    margin-top: 10px;
}

.forgot_pass, .forgot_pass:hover, .forgot_pass:active {
    display: inline-block;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    vertical-align: bottom;
    cursor: pointer;
    position: relative;
}

.forgot_pass:hover, .forgot_pass:active {
    text-decoration: none;
}

.forgot_pass:hover:after {
    width: 100%;
}

.text-danger {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 30px;
    font-size: 12px;
    display: block;
    30px: 20px
    display: block;
    height: 20px;
    line-height: 20px;
}

.cols-form {
    /* padding-top: 10px; */
}

.cols-form .col-form {
    width: 230px;
    box-sizing: border-box;
}

.cols-form .col-form input {
    width: 100%;
    padding: 0;
    padding-top: 10px;
}

.cols-form .col-form label {
    margin-bottom: 0;
    display: block;
}

.col-form.fr {
    padding-left: 0;
}

.login_block:after {
    /*content: '';
    display: block;
    width: 496px;
    height: 96px;
    background: url('../Images/products_banner.png') no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -248px;
    bottom: -150px;*/
}

/*.products_banner {
    width: 496px;
    height: 96px;
    background: url('../Images/products_banner.png') no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -248px;
    bottom: 50px;
}*/

.reset_password {
    display: none;
}

.reset_password p {
    text-align: center;
}

.text-danger .validation-summary-errors {
    font-size: inherit;
    line-height: inherit;
}

.validation-summary-valid,
.validation-summary-errors {
    margin-top: 0;
    white-space: normal;
    color: white;
    font-size: 18px;
    line-height: 20px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 0;
    bottom: 0;
    margin-bottom: 40px;
    height: auto;
    max-width: 550px;
}

.validation-summary-errors li {
    display: inline;
}

.validation-summary-errors ul {
    padding-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
}

.b-top-search {
    padding-left: 40px;
}

.headerSearch[type="text"] {
    box-sizing: border-box;
    width: 498px;
    height: 41px;
    border: 1px solid #F7941E;
    padding-left: 40px;
    padding-right: 90px;
    background: url("../Images/icon_search.png") no-repeat 10px center #fff;
    margin-top: 12px;
}

.btn {
    display: inline-block;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #C5C8CD;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-weight: normal;
}

.headerSearchBtn {
    width: 80px;
    height: 32px;
    background-color: #29ABE2;
    font-weight: normal;
    margin-left: -84px;
    margin-top: 17px;
    padding: 0;
}

.searchTitleBlock {
    margin-bottom: 15px;
}

.searchTitleBlock > div {
    height: 53px;
    box-sizing: border-box;
}

.s_title {
    width: 78px;
    color: #ffffff;
    background-color: #4D8BAA;
    border-radius: 10px 0 0 10px;
    text-align: center;
    line-height: 14px;
    padding-top: 11px;
}

.s_item {
    width: 882px;
    color: #4D8BAA;
    background-color: #f2f2f2;
    border-radius: 0 10px 10px 0;
    line-height: 53px;
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 38px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.s_title span:first-child {
    font-weight: normal;
    font-size: 14px;
}

.s_title span:last-child {
    font-size: 12px;
}

/**/

/*TOP tabs styling*/

/**/

#searchTabs {
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #aaa;
}

#searchTabs li {
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-top: 3px solid #fff;
}

#searchTabs .activeTab {
    margin-bottom: -1px;
    padding-bottom: 1px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-top: 3px solid #f7931e;
}

#searchTabs > li.foodTab {
    background: url('../Images/tabs_icons.png') no-repeat 15px 0 #fff;
    padding-left: 65px !important;
}

#searchTabs > li.placesTab {
    background: url('../Images/tabs_icons.png') no-repeat 15px -40px #fff;
    padding-left: 56px !important;
}

#searchTabs > li.articlesTab {
    background: url('../Images/tabs_icons.png') no-repeat 15px -80px #fff;
    padding-left: 42px !important;
}

#ajax-overlay {
    height: 100%;
    width: 100%;
    top: 65px;
    left: 0;
    position: fixed;
    background-color: #989898;
    background-color: rgba(152, 152, 152, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    text-align: center;
    z-index: 200;
}

#ajax-overlay div {
    font-size: 28px;
    top: 300px;
    position: relative;
}

.loader_bg {
    display: none;
    height: 100%;
    min-height: 320px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #989898;
    background-color: rgba(152, 152, 152, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    text-align: center;
    z-index: 200;
}

.loader_bg div {
    font-size: 28px;
    top: 85px;
    position: relative;
}

.no-svg .loader_bg img {
    display: none;
}

.no-svg .loader_bg div {
    height: 150px;
    background: url("../Images/loader-small.gif") no-repeat center; /*fallback for svg loader for ie8*/
}

#overlay-popup {
    height: 100%;
    width: 100%;
    top: 65px;
    left: 0;
    position: fixed;
    background-color: #989898;
    background-color: rgba(51, 51, 51, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    text-align: center;
    z-index: 200;
}

.leftMenuLearnMore {
    display: none;
}

.leftMenuLearnMore,
.leftMenuLearnMore iframe {
    height: 100%;
    width: 100%;
    border: none;
}

.leftMenuDesc {
    top: 65px;
    left: 174px;
    position: absolute;
    background-color: #fff;
    text-align: center;
    display: none;
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 100;
}

.leftMenuDesc.firefly_color {
    background: #0d961b;
    background: -moz-radial-gradient(center, ellipse cover, #0d961b 0, #008500 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #0d961b), color-stop(100%, #008500));
    background: -webkit-radial-gradient(center, ellipse cover, #0d961b 0, #008500 100%);
    background: -o-radial-gradient(center, ellipse cover, #0d961b 0, #008500 100%);
    background: -ms-radial-gradient(center, ellipse cover, #0d961b 0, #008500 100%);
    background: radial-gradient(ellipse at center, #0d961b 0, #008500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d961b', endColorstr='#008500', GradientType=1);
}

.leftMenuDesc.menu_trends_color {
    background: #29abe2;
    background: -moz-radial-gradient(center, ellipse cover, #29abe2 0, #0071bc 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #29abe2), color-stop(100%, #0071bc));
    background: -webkit-radial-gradient(center, ellipse cover, #29abe2 0, #0071bc 100%);
    background: -o-radial-gradient(center, ellipse cover, #29abe2 0, #0071bc 100%);
    background: -ms-radial-gradient(center, ellipse cover, #29abe2 0, #0071bc 100%);
    background: radial-gradient(ellipse at center, #29abe2 0, #0071bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29abe2', endColorstr='#0071bc', GradientType=1);
}

.leftMenuDesc.insider_color {
    background: #e8a33e;
    background: -moz-radial-gradient(center, ellipse cover, #e8a33e 0, #ff8c00 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #e8a33e), color-stop(100%, #ff8c00));
    background: -webkit-radial-gradient(center, ellipse cover, #e8a33e 0, #ff8c00 100%);
    background: -o-radial-gradient(center, ellipse cover, #e8a33e 0, #ff8c00 100%);
    background: -ms-radial-gradient(center, ellipse cover, #e8a33e 0, #ff8c00 100%);
    background: radial-gradient(ellipse at center, #e8a33e 0, #ff8c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8a33e', endColorstr='#ff8c00', GradientType=1);
}

.leftMenuDesc.scores_color {
    background: #4b93b2;
    background: -moz-radial-gradient(center, ellipse cover, #4b93b2 0, #5183a3 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #4b93b2), color-stop(100%, #5183a3));
    background: -webkit-radial-gradient(center, ellipse cover, #4b93b2 0, #5183a3 100%);
    background: -o-radial-gradient(center, ellipse cover, #4b93b2 0, #5183a3 100%);
    background: -ms-radial-gradient(center, ellipse cover, #4b93b2 0, #5183a3 100%);
    background: radial-gradient(ellipse at center, #4b93b2 0, #5183a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b93b2', endColorstr='#5183a3', GradientType=1);
}

.leftMenuDesc.fingerprints_color {
    background: #993fe2;
    background: -moz-radial-gradient(center, ellipse cover, #993fe2 0, #8c22e2 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #993fe2), color-stop(100%, #8c22e2));
    background: -webkit-radial-gradient(center, ellipse cover, #993fe2 0, #8c22e2 100%);
    background: -o-radial-gradient(center, ellipse cover, #993fe2 0, #8c22e2 100%);
    background: -ms-radial-gradient(center, ellipse cover, #993fe2 0, #8c22e2 100%);
    background: radial-gradient(ellipse at center, #993fe2 0, #8c22e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#993fe2', endColorstr='#8c22e2', GradientType=1);
}

.leftMenuDesc.local_color {
    background: #50ab45;
    background: -moz-radial-gradient(center, ellipse cover, #50ab45 0, #69cf5d 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #50ab45), color-stop(100%, #69cf5d));
    background: -webkit-radial-gradient(center, ellipse cover, #50ab45 0, #69cf5d 100%);
    background: -o-radial-gradient(center, ellipse cover, #50ab45 0, #69cf5d 100%);
    background: -ms-radial-gradient(center, ellipse cover, #50ab45 0, #69cf5d 100%);
    background: radial-gradient(ellipse at center, #50ab45 0, #69cf5d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50ab45', endColorstr='#69cf5d', GradientType=1);
}

.leftMenuDesc.buzz_color {
    background: #fd8d00;
    background: -moz-radial-gradient(center, ellipse cover, #fd8d00 0, #fd6600 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #fd8d00), color-stop(100%, #fd6600));
    background: -webkit-radial-gradient(center, ellipse cover, #fd8d00 0, #fd6600 100%);
    background: -o-radial-gradient(center, ellipse cover, #fd8d00 0, #fd6600 100%);
    background: -ms-radial-gradient(center, ellipse cover, #fd8d00 0, #fd6600 100%);
    background: radial-gradient(ellipse at center, #fd8d00 0, #fd6600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd8d00', endColorstr='#fd6600', GradientType=1);
}

.leftMenuDesc.money_maker_color {
    background: #673efc;
    background: -moz-radial-gradient(center, ellipse cover, #673efc 0, #5b37e0 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #673efc), color-stop(100%, #5b37e0));
    background: -webkit-radial-gradient(center, ellipse cover, #673efc 0, #5b37e0 100%);
    background: -o-radial-gradient(center, ellipse cover, #673efc 0, #5b37e0 100%);
    background: -ms-radial-gradient(center, ellipse cover, #673efc 0, #5b37e0 100%);
    background: radial-gradient(ellipse at center, #673efc 0, #5b37e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#673efc', endColorstr='#5b37e0', GradientType=1);
}

.unsubscribedDescription,
.unsSubDesc {
    display: none;
    text-transform: none;
    padding: 0 50px;
}

.subscribedDescription {
    max-width: 75%;
    margin: auto;
}

.unsSubDesc,
.product {
    font-size: 16px;
    text-transform: none;
    line-height: 20px;
    margin-top: 20px;
}

#resultsTabs.ui-tabs {
    padding: 0;
}

#resultsTabs.ui-widget-content {
    border: none;
    background: #fff;
}

.ui-corner-all {
    border-radius: 0;
}

#resultsTabs.ui-tabs .ui-tabs-nav {
    padding: 0;
}

#resultsTabs .ui-widget-header {
    background: none;
    border: none;
    border-bottom: 1px solid #aaaaaa;
}

#resultsTabs.ui-tabs .ui-tabs-nav li {
    margin: 0;
    text-transform: uppercase;
    border: none;
    border-top: 3px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#resultsTabs .ui-state-default {
    border-radius: 0;
}

#resultsTabs.ui-tabs .ui-tabs-nav li.ui-state-active {
    border-top: 3px solid #F7931E;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}

#resultsTabs .ui-widget-header .ui-state-hover {
    background: #fff;
}

#resultsTabs.ui-tabs .ui-tabs-panel {
    padding: 20px 0;
}

#resultsTabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px !important;
    padding-bottom: 1px !important;
}

#resultsTabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

/**/

/*TOP tabs styling end*/

/**/
.upperCase,
.prodTitle.noUpperCase .upperCase {
    text-transform: uppercase;
}

.prodTitle {
    background-color: #4d4d4d;
    border-radius: 5px;
    height: 47px;
    line-height: 47px;
    padding: 0 10px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 21px;
    margin-top: 20px;
}

.prodTitle.mt0 {
    margin-top: 0;
}

.prodTitle.noUpperCase {
    text-transform: none;
}

.prodTitle.nonSubsribed {
    background-color: #F8991D;
}

.prodTitle .menuPenetration {
    color: #9bcf63;
    text-transform: none;
    font-size: 16px;
    margin-left: 5px;
    vertical-align: top;
}

.prodTitle_subtitle {
    font-size: 12px;
    text-align: right;
    text-transform: none;
    color: #cccccc;
}

.prodTitle_small {
    font-size: 14px;
    text-transform: none;
    color: #cccccc;
}

.prodTitle_small span {
    text-transform: uppercase;
}

.table_style {
    width: 100%;
    border-collapse: collapse;
}

.table_style td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table_style tr:nth-child(2n + 1) {
    background-color: #F5F3F3;
}

.itemNameCell {
    text-transform: uppercase;
    padding-left: 20px;
    width: 295px;
}

.pptDescCell {
    padding-right: 20px;
    text-align: center;
}

.pagesNumCell {
    width: 100px;
    text-align: center;
}

.foodPro {
    margin: 10px 30px 10px 0;
}

.foodPro:nth-of-type(3n+1) {
    margin-right: 0;
}

.foodProName,
.growth {
    background-color: #535864;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    color: #fff;
}

.growth {
    width: 217px;
}

.foodProName {
    padding-right: 65px;
    display: block;
    height: 36px;
    line-height: 36px;
    width: 300px;
    position: relative;
}

.foodProName:hover .foodProNameText {
    text-decoration: underline;
}

.foodProNameText {
    display: inline-block;
    font-size: 15px;
    max-width: 226px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

.foodProNameText.toolTip {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 225px;
}

.foodProPerc,
.growthPerc {
    background-color: #9BCF63;
    border-left: 1px solid #fff;
    min-width: 54px;
    padding: 0 5px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: normal;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.foodProPerc {
    cursor: pointer;
}

.ui-tooltip {
    border: 1px solid #aaa !important;
    border-radius: 5px;
}

.growth {
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}

.growth + .growth {
    margin-left: 27px;
}

.growthPerc {
    background-color: #01B0F9;
}

.foodIngredientBlock {
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.foodIngredientBlock > div {
    display: table;
    position: relative;
    width: 100%;
}

.foodIngredientBlock .fotoListItem {
    float: left;
    margin-right: 10px;
    vertical-align: top;
    width: 50px;
}

.col-foodIngredientData {
    font-family: 'Lato-regular', sans-serif;
    text-transform: capitalize;
}

.table_style td.col-foodIngredientSegment {
    padding-top: 0;
    padding-bottom: 0;
}

.col-foodIngredientSegment span {
    text-transform: capitalize;
    /*background-color: #F7931E;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    width: 85%;*/
}

/*do not delete*/

/*.viewBlock .foodIngredientBlock > div {
}
.viewBlock .foodIngredientBlock:nth-child(even) > div {
    background-color: #F2F2F2;
}*/

.foodIngredientOptionsBlock {
    float: right;
    font-size: 12px;
    font-weight: normal;
    width: 175px;
}

.fotoListItemDescription {
    overflow: hidden;
    padding-right: 30px;
}

.foodIngredientBlock img {
    background-color: #fff;
    color: gray;
    display: inline-block;
    font-size: 8px;
    height: 50px;
    line-height: 10px;
    width: 50px;
}

.foodIngredientTitle {
    color: #4D8BAA;
    display: inline-block;
    font-size: 16px;
}

.foodIngredientTitle a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
}

.foodIngredientTitle a:hover {
    color: #666666;
}

.foodIngredientDescription {
    color: #707070;
    font-size: 14px;
    font-weight: 100;
}

.foodIngredientOptionsItem {
    margin-bottom: 5px;
}

.foodIngredientOptionsBlock span {
    color: #444750;
    display: block;
    padding-left: 25px;
    position: relative;
    text-align: left;
    font-weight: 300;
    text-transform: lowercase;
}

.foodIngredientOptionsBlock span + span {
    margin-top: 8px;
}

.foodIngredientOptionsBlock span:before {
    background-image: url("../images/icons.png");
    background-color: #4D8BAA;
    background-repeat: no-repeat;
    border-radius: 10px;
    content: "";
    display: inline-block;
    height: 19px;
    left: 0;
    position: absolute;
    width: 19px;
}

.showMoreBtn {
    width: 100%;
    background-color: #F8981C;
    border-radius: 5px;
}

.submit-btn {
    width: 134px;
    height: 40px;
    color: white;
    border: none;
    background-color: #3D9FD2;
    text-transform: uppercase;
    cursor: pointer;
}

.submit-block {
    width: 180px;
    margin: 15px auto;
    line-height: 40px;
    height: 40px;
}

.article {
    display: table;
    /*width: 172px;
    height: 220px;*/
    width: 220px;
    height: 165px;
    background: url('http://apps.datassential.com/insider/images/item-image/big/33758.jpg') no-repeat center/cover;
    float: left;
    /*margin: 10px;*/
}

.article:hover .articleDesc {
    opacity: 1;
}

.article .articleDesc {
    height: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    background-color: #676465;
    background-color: rgba(103, 100, 101, 0.7);
    opacity: 0;
    text-decoration: none;
}

.articleDesc b,
.articleDesc i {
    font-size: 18px;
}

.fotoListItem.fotoMap {
    width: 176px;
}

.fotoListItem.fotoMap img {
    height: auto;
    width: 135px;
}

.fotoListItem.fotoMap svg {
    height: auto;
    width: 135px;
    background-size: contain;
    background-repeat: no-repeat;
}

.opt_service:before {
    background-position: 0 0;
}

.opt_loc:before {
    background-position: 0 -20px;
}

.opt_unts:before {
    background-position: 0 -40px;
}

.price:before {
    background-position: 0 -60px;
}

.limitedTimeOffer:before {
    background-position: 0 -80px;
}

.limitedTime:before {
    background-position: 0 -100px;
}

.foodIngredientOptionsBlock span.noIcon:before {
    background-position: -100px 0;
    background-color: transparent;
}

.foodIngredientOptionsBlock span a {
    color: #444750;
}

.foodIngredientOptionsBlock span a:hover {
    color: #4d8baa;
    text-decoration: none;
}

.viewTypeBlock {
    /*font-weight: normal;
    font-size: 16px;*/
    font-size: 13px;
    line-height: initial;
}

/*.viewTypeBlock span,*/
.b-viewArticlesSwitch span {
    display: inline-block;
    height: 17px;
    cursor: pointer;
    margin-left: 3px;
    position: relative;
    top: 2px;
    width: 17px;
}

.viewTypeBlock span {
    /*vertical-align: baseline;*/
}

.showGrid /*,
.showArticlesTable*/
{
    /*background: url('../Images/viewIcons_new.png') no-repeat 0 -15px;*/
}

.showList /*,
.showArticlesList*/
{
    /*background: url('../Images/viewIcons_new.png') no-repeat 0 -75px;*/
}

.showGrid.activeView /*,
.showArticlesTable.activeView*/
{
    /*background-position: 0 0;
    cursor: default;*/
}

.showList.activeView /*,
.showArticlesList.activeView*/
{
    /*background-position: 0 -60px;
    cursor: default;*/
}

.viewSwitch_grid,
.viewSwitch_list,
.showList,
.showGrid,
.showArticlesList,
.showArticlesTable,
.showArticlesGallery {
    cursor: pointer;
    margin-left: 6px;
    position: relative;
    top: 13px;
    color: #393839;
    background-color: #fff;
    border-radius: 4px;
    line-height: 22px;
    font-size: 17px;
    transition: 0.1s;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    float: right;
}

.viewSwitch_grid,
.viewSwitch_list,
.showList,
.showGrid,
.showArticlesList,
.showArticlesTable {
    font-size: 22px;
}

.viewSwitch_grid.activeShow,
.viewSwitch_list.activeShow,
.viewSwitch_grid:hover,
.viewSwitch_list:hover,
.showList.activeView,
.showGrid.activeView,
.showList:hover,
.showGrid:hover,
.showArticlesTable.activeView,
.showArticlesTable:hover,
.showArticlesList.activeView,
.showArticlesList:hover,
.showArticlesGallery.activeView,
.showArticlesGallery:hover {
    background-color: #FF931E;
    color: #fff;
}

.gridView {
    display: none;
}

.showTrigger {
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    margin-right: 20px;
    margin-top: 13px;
    font-size: 16px;
    position: relative;
    width: 260px;
    text-align: right;
}

.showTrigger span {
    border: 1px solid #fff;
    background-color: #fff;
    color: #231F20;
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    /*width: 65px;*/
    cursor: pointer;
    padding: 0 10px;
}

.showTrigger .activeShow {
    cursor: default;
    background-color: #9BCF63;
    color: #fff;
}

.showSubscriptionTooltip {
    background-color: #fff;
    border-radius: 5px;
    bottom: 30px;
    box-shadow: 0 0 3px #5f5b5b;
    color: #5f5b5b;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-transform: none;
    line-height: 20px;
}

.showSubscriptionTooltip:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    left: 50%;
    margin-left: -6px;
}

.showSubscriptionTooltip a,
.rightTooltipForSubscribe a {
    color: #29abe2;
}

.showSubscriptionTooltip .closeSubscriptionTooltip,
.rightTooltipForSubscribe .closeSubscriptionTooltip {
    border-radius: 5px;
    height: 7px;
    line-height: 7px;
    padding: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
    cursor: pointer;
}

.b-fotoListItemData .showSubscriptionTooltip {
    width: 200px;
    bottom: 40px;
    left: -60px;
    z-index: 90;
}

.js-subsTooltip {
    position: relative;
}

.rightTooltipForSubscribe {
    background-color: #fff;
    border-radius: 5px;
    width: 160px;
    border: 1px solid #CCCFD5;
    box-shadow: 0 0 3px #CCCFD5;
    color: #5f5b5b;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-transform: none;
    line-height: 20px;
    right: -195px;
    top: -24px;
    font-size: 12px;
}

.rightTooltipForSubscribe:before {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 27px;
    top: 50%;
    margin-top: -14px;
    left: -14px;
    background: url('../Images/arrow-tooltip-left.png') no-repeat;
}

.showAllChains {
    margin-left: 10px;
}

.table_style.placeTable thead tr {
    background-color: #535864;
    color: #fff;
    text-transform: uppercase;
}

.table_style.placeTable thead th {
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.filterTrigger {
    cursor: pointer;
    width: 12px;
    height: 12px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: -3px -3px;
    background-image: url('../Images/arrow.png');
    display: inline-block;
    position: absolute;
    right: 0;
    border-radius: 3px;
    top: 50%;
    margin-top: -6px;
}

.filterTrigger.custom {
    background-color: #F7931E;
    background-position: -3px -203px;
}

.filterTrigger.showFilters {
    background-position: 0 -19px;
    height: 18px;
    width: 18px;
    z-index: 10;
    right: -3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.placeTable th p {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

.placeTable th.unitsCol p {
    padding-right: 0;
}

.placeTable_articles th p {
    padding-right: 0;
}

.filterList {
    background-color: #fff;
    color: #5f5b5b;
    list-style: none;
    position: absolute;
    text-align: left;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    width: auto;
    display: none;
    left: 50%;
    margin-left: -80px;
    white-space: nowrap;
}

.th_articles-publications .filterList {
    width: 185px;
}

.filterList li {
    border-bottom: 1px solid #b8b8b8;
    cursor: pointer;
    margin: 0 2px;
    padding: 2px 20px;
}

.filterList li::-moz-selection {
    background-color: transparent;
}

.filterList li:last-child {
    border-bottom: none;
}

.filterList li.checked {
    background: url('../Images/filterCheck.png') no-repeat 5px center;
}

.placeTable {
    table-layout: fixed;
}

.placeTable td {
    text-align: left;
}

.placeTable tr td:first-child,
.placeTable tr th:first-child {
    text-align: left;
    padding-left: 10px;
}

.bluredChart {
    background: url("../Images/blured_chart_new.png") no-repeat scroll 0 0/contain;
    height: 386px;
}

.chainInfo {
    position: relative;
    margin-bottom: 20px;
}

.chainAllInfoWrapper {
    width: 100%;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    padding: 7px 0;
}

.chainAllInfo {
    color: #000;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    height: 100%;
    /*display: table;*/
    padding: 0 10px;
}

.chainAllInfo p:last-child {
    /*padding-right: 0;*/
}

.chainInfoElement {
    vertical-align: middle;
    /*margin-right: 20px;*/
    /*margin-top: 8px;*/
    /*display: table-cell;*/
    box-sizing: border-box;
    /*padding-right: 25px;*/
    float: left;
}

.chainInfoElement.chainInfoElement_status {
    /*margin-right: 0;*/
}

.chain_website .icon-website_icon {
    font-size: 43px;
    width: 43px;
    margin-right: 5px;
    color: #666;
}

.chain_website a {
    color: #29ABE2;
}

.primaryCuisine {
    background: url("../Images/sprite_single-result.png") no-repeat scroll -999px -999px transparent;
    max-height: 60px;
    min-height: 32px;
    background-position: -83px -572px;
    padding: 8px 0 8px 35px;
}

.iconChainDet {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    background-image: url('../Images/icoChainDetails.png');
    background-repeat: no-repeat;
    background-position: 0 5px;
    width: 44px;
    height: 37px;
}

.chainInfoElement_segment {
    margin-right: 10px;
    margin-top: 8px;
    font-size: 12px;
    text-transform: none;
    text-align: right;
}

.chainInfoElement_segment p {
    line-height: 15px;
}

.chainInfoElement_address .iconChainDet {
    background-position: 0 -37px;
}

.chainInfoElement_photo .iconChainDet {
    background-position: 0 -75px;
}

.chainInfoElement_status .iconChainDet {
    background-position: 0 -113px;
}

.txtChainDet {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    max-width: 300px;
}

.scoresData span.linkPpt {
    border-left: 0 none;
    float: right;
    display: block;
    border-left: 0;
    padding-top: 3px;
}

.linkPpt a {
    color: #4d8baa;
    text-decoration: none;
}

.rightInfo {
    width: 222px;
    min-height: 100px;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #000;
}

.rightInfo > p {
    background-color: #E6E6E6;
    padding: 5px 0;
}

.rightInfo p + p {
    border-top: 1px solid #303030;
}

.rightInfo img {
    max-width: 100%;
}

.rightInfo b {
    font-weight: 700;
}

.rightInfo .downloadLogo {
    margin-left: 0;
}

.leftInfo {
    /*width: 728px;*/
    padding-left: 15px;
    box-sizing: border-box;
}

.leftInfo .chainDescription {
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 22px;
}

.buildRep {
    width: 155px;
    height: 30px;
    background-color: #F7931E;
    margin: 9px 0 0;
    display: block;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.buildRep[disabled] {
    background-color: #B3B3B3;
    color: #4D4D4D;
    cursor: default;
}

/**/
.social {
    padding: 0;
    position: absolute;
    right: -70px;
    top: 5px;
    width: 40px;
}

.social a {
    background: url("../images/social_sprite.png") no-repeat;
    display: inline-block;
    float: left;
    height: 38px;
    margin-bottom: 3px;
    opacity: 0.8;
    transition: 0.3s;
    width: 40px;
}

.social a:hover {
    opacity: 1;
    transform: translateX(2px) scale(1.1);
}

.social .link_facebook {
    background-position: 0 -40px;
}

.social .link_yelp {
    background-position: 0 -80px;
}

.social .link_foursquare {
    background-position: 0 -120px;
}

.social .link_twitter {
    background-position: 0 -160px;
}

.social .link_wiki {
    background-position: 0 -280px;
}

.social .link_exel {
    background-position: 0 -200px;
    margin-top: 96px;
}

/*New buttons for export*/
.buttonExportPpt,
.buttonExportExcel {
    border: 0;
    color: #fff;
    position: absolute;
    background-repeat: no-repeat;
    height: 38px;
    width: 40px;
    text-indent: -9999px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.buttonExportPpt {
    right: -70px;
    top: 85px;
    background-image: url(../images/buttExportToPPT.png);
}

.wordContainerContent .buttonExportPpt {
    top: -24px;
}

.block_containerConceptLocker .buttonExportPpt {
    right: -70px;
    top: 10px;
}

.buttonExportExcel {
    right: -70px;
    top: 44px;
    background-image: url(../images/buttExportToExcel.png);
}

.chainDetails .buttonExportExcel {
    top: 102px;
}

.buttonExportExcel:hover {
    width: 170px;
    right: -200px;
}

.buttonExportPpt:hover {
    width: 170px;
    right: -200px;
}

.block_containerConceptLocker .buttonExportPpt.buttonActivePpt:hover {
    right: -170px;
}

/*----------------*/

.recentItems {
    position: relative;
}

.recentItems .link_exel {
    margin-top: 0;
}

/**/
.chainFotos {
    padding: 6px 9px;
    background-color: #E6E6E6;
    margin-top: 20px;
    position: relative;
}

.chainFotos_inner {
}

#listPhoto {
    /*min-width: 695px;*/
    overflow: hidden;
}

#listPhoto ul {
    min-width: 5000px;
}

#listPhoto li {
    display: inline-block;
    vertical-align: middle;
    /*width: 184px;*/
    height: 110px;
    overflow: hidden;
    margin-right: 6px;
    float: left;
}

#listPhoto li img {
    cursor: pointer;
}

.chainFotos img {
    height: auto;
    width: 184px;
}

.listPhoto-backward,
.listPhoto-forward {
    position: absolute;
    display: inline-block;
    zoom: 1;
    width: 22px;
    height: 22px;
    background-image: url("../Images/arrowCarousel.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    top: 51px;
    cursor: pointer;
}

.listPhoto-backward {
    left: 15px;
}

.listPhoto-forward {
    right: 15px;
    background-position: 0 -26px;
}

.chainDetails {
    /*border-top: 1px solid #303030;*/
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
    /*min-height: 320px;*/
}

.popupImg {
    display: none;
    position: fixed;
    width: 400px;
    height: auto;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    z-index: 201;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 20px #000;
}

/**/

/*LEFT tabs styling*/

/**/

#detailsTabs {
    width: 100%;
    border: none;
    padding: 0;
}

.ui-tabs-vertical {
    width: 180px;
}

.ui-tabs-vertical .ui-tabs-nav {
    background: none;
    border: none;
    float: left;
    padding: 0;
}

.ui-tabs-vertical .ui-tabs-nav li,
#detailsTabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    clear: left;
    width: 100%;
    border: none !important;
    background: #99A5A9;
    margin: 0 0 5px;
}

.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
    padding: 0;
    float: right;
    width: 760px;
}

#detailsTabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    box-sizing: border-box;
    color: #fff;
    float: none;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    width: 180px;
}

/*Accordion titles*/

.title-header-accordion.ui-accordion-header,
.title-header-accordion.ui-accordion-header.ui-state-default.ui-accordion-icons.ui-corner-all,
.title-header-accordion.ui-accordion-header.ui-state-default.ui-accordion-header-active.ui-state-active.ui-corner-top.ui-accordion-icons {
    /*background: #4D8BAA;
    border: 0;
    border-radius: 5px;
    height: 47px;
    line-height: 47px;
    padding: 0 10px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 21px;*/
}

.ui-accordion .title-header-accordion.ui-accordion-header .ui-accordion-header-icon {
    right: 10px;
    left: auto;
    background-image: url("../Images/arrowAccordion.png");
    margin-top: -4px;
}

.ui-accordion .title-header-accordion.ui-accordion-header .ui-accordion-header-icon.ui-icon-triangle-1-s {
    background-position: center 0;
}

.ui-accordion .title-header-accordion.ui-accordion-header .ui-accordion-header-icon.ui-icon-triangle-1-e {
    background-position: center -17px;
}

.menu_item_title.ui-accordion-header {
    padding-left: 10px;
}

.ui-accordion .menu_item_title.ui-accordion-header .ui-accordion-header-icon {
    right: 10px;
    left: auto;
    /*background-image: url("../Images/images_jQueryUI/ui-icons_888888_256x240.png");*/
    border: 1px solid #E9E9E9;
    background-color: #FFF;
}

.ui-accordion .menu_item_title .ui-icon-minus {
    background-position: -48px -129px;
}

.ui-accordion .menu_item_title .ui-icon-plus {
    background-position: -16px -129px;
}

/**/

.chainDetailsList {
    margin-bottom: 30px;
}

.chainDetailsList li {
    list-style: none;
    display: block;
    float: left;
    height: 47px;
    text-transform: uppercase;
    text-align: center;
    border-top: 3px solid #fff;
    border-bottom: 1px solid #aaa;
    border-left: 0;
    border-right: 0;
}

.chainDetailsList li.ui-state-hover {
    background: #fff;
    border-bottom: 1px solid #aaa;
    border-left: 0;
    border-right: 0;
}

.chainDetailsList li a {
    color: #212121;
    text-decoration: none;
    /*padding: 0 20px;*/
    line-height: 47px;
    display: inline-block;
    zoom: 1;
    width: 190px;
}

.chainDetailsList li.ui-state-active {
    border-top: 3px solid #f7931e;
    border-bottom: 0;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

/**/

.food_comunities p.descTab {
    margin-bottom: 28px;
    font-size: 14px;
}

.food_comunities table {
    margin-bottom: 10px;
}

.food_comunities th {
    background-color: #595959;
    color: #fff;
    padding: 10px 5px;
    border: 1px solid #fff;
}

.foodComunitiesInner {
    background-color: #595959;
    color: #fff;
    padding: 10px;
}

.food_communities_urban th:first-child {
    background-color: #1cacea;
}

.food_communities_suburban th:first-child {
    background-color: #60bb44;
}

.food_communities_rural th:first-child {
    background-color: #da65a4;
}

.width65 {
    width: 65px;
}

.food_comunities td {
    background-color: #e9edf4;
    border: 1px solid #fff;
    padding: 5px;
    text-align: center;
    color: #5f5b5b;
}

.food_comunities th:first-child,
.food_comunities td:first-child {
    text-align: left;
}

.food_comunities a {
    color: #1f92ff;
    text-decoration: none;
}

/**/

.chartBlock {
    width: 705px;
}

#lineChart {
    width: 705px;
    height: 313px;
}

.highcharts-data-labels span {
    background-color: #66B9E2;
    border-radius: 100%;
    color: #606163;
    display: inline-block;
    font-family: Lato;
    font-weight: normal;
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    white-space: nowrap;
}

/*.highcharts-data-labels .maxVal span,*/
.highcharts-data-labels .lastVal span {
    font-size: 17px !important;
    width: 56px !important;
    height: 56px !important;
    line-height: 56px !important;
    /*left: -3px !important;*/
}

.highcharts-data-labels .maxVal span {
    background-color: #66B9E2;
}

.highcharts-data-labels .lastVal span {
    background-color: #E35324;
}

.highcharts-container text[text-anchor="end"] {
    display: none;
}

/**/

.pieCharts {
    width: 230px;
}

.pieCharts section {
    position: relative;
    width: 100px;
}

.pieCharts section:nth-child(2n + 1) {
    margin-right: 30px;
}

.pieChart {
    width: 100px;
    height: 120px;
}

.pieTitle {
    font-size: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 33px;
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
}

.pieTitle span {
    font-size: 25px;
}

/**/

.exportBtn {
    font-weight: normal;
    background-color: #F7931D;
    margin-top: 9px;
    font-size: 18px;
}

.detailsBtn {
    font-weight: normal;
    background-color: #fff;
    color: #231F20;
    margin-top: 9px;
    font-size: 18px;
}

.viewMenu_inner {
    position: relative;
}

.expandAll {
    cursor: pointer;
    color: #f7931e;
    text-decoration: underline;
    position: absolute;
    right: 0;
    top: -25px;
}

.expandAll:hover {
    text-decoration: none;
}

.menu_item_list {
    border-collapse: collapse;
    width: 100%;
}

.menu_item_list tr:nth-child(2n) {
    background-color: #f3f3f3;
}

.menu_item_list td {
    padding: 10px;
}

.menu_item_list .list_item_image {
    width: 60px;
}

.menu_item_list .list_item_image img {
    width: 60px;
    display: block;
}

.menu_item_list .list_item_title {
    color: #bb5736;
    font-size: 14px;
    font-weight: normal;
}

.menu_item_list .list_item_cost {
    font-size: 18px;
    font-weight: normal;
    text-align: right;
    width: 80px;
    color: #333;
}

#menu .menu_item_title {
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fefefe 0, #efefef 100%);
    background: -o-linear-gradient(top, #fefefe 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fefefe 0, #efefef 100%);
    background: linear-gradient(to bottom, #fefefe 0, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#efefef', GradientType=0);
    border: 1px solid #dbdada;
    color: #333;
    transition: 0.5s;
    padding: 7px 10px;
    margin: 2px 0;
    position: relative;
    cursor: pointer;
    font-weight: normal;
}

#menu .menu_item_title:hover {
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0, #fefefe 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(99%, #fefefe));
    background: -webkit-linear-gradient(top, #efefef 0, #fefefe 99%);
    background: -o-linear-gradient(top, #efefef 0, #fefefe 99%);
    background: -ms-linear-gradient(top, #efefef 0, #fefefe 99%);
    background: linear-gradient(to bottom, #efefef 0, #fefefe 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fefefe', GradientType=0);
}

#menu .menu_item_title.ui-accordion-header .ui-accordion-header-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: url("../Images/images_jQueryUI/ui-icons_454545_256x240.png");
}

#menu .menuBlock {
    display: none;
}

.menu_block_marker {
    display: inline-block;
    float: right;
    width: 15px;
    height: 15px;
    font-size: 13px;
    border: 1px solid #E9E9E9;
    background-color: #FFF;
    text-align: center;
    line-height: 15px;
}

.ui-accordion .ui-accordion-content {
    padding: 0;
    border: 0;
}

.toTop {
    color: white;
    position: fixed;
    right: 30px;
    bottom: 10px;
    margin-left: 490px;
    cursor: pointer;
    display: none;
    width: 35px;
    height: 35px;
    background: url('../Images/back_to_top.png') no-repeat;
    text-indent: -9999px;
    border-radius: 100%;
}

/*Filter Competitors*/

.b-competitiveFilterBlock {
    padding: 5px 0 10px;
}

.competitiveFilterBlock {
    border: 1px solid #dedede;
    width: 430px;
}

.competitiveFilterBlockTitle {
    background: none repeat scroll 0 0 #dedede;
    color: #666666;
    cursor: pointer;
    font-weight: normal;
    line-height: 27px;
    padding-left: 15px;
    font-size: 14px;
}

.competitiveFilterBlockTitle .arrowFilter {
    float: right;
    padding-right: 10px;
}

.competitiveFilterBlock .filter_block_out {
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 120px;
}

.competitiveFilterBlock .filter_block_out ul li {
    list-style: none;
    padding: 3px 0;
}

/* recentLTOs */

#recentLTOs .listView {
}

#recentLTOs .foodIngredientOptionsBlock span:before {
    background-color: #8a8f9c;
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
    border-radius: 10px;
    content: "";
    display: inline-block;
    height: 19px;
    left: -25px;
    position: absolute;
    width: 19px;
}

/*#recentLTOs .fotoListItem.fotoMap {
    width: 46px;
}

    #recentLTOs .fotoListItem.fotoMap img {
        max-width: 100%;
        height: auto;
    }

#recentLTOs .foodIngredientTitle {
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
}

#recentLTOs .foodIngredientDescription {
    color: #333;
}

#recentLTOs .fotoListItemDescription {
    padding-right: 30px;
}*/

#nearbyCompetitors {
    position: relative;
}

#nearbyCompetitors .headcol {
    border-right: 0 none black;
    border-top-width: 3px;
    left: 0;
    position: absolute;
    top: auto;
    width: 250px;
}

#nearbyCompetitors .table_container {
    margin-left: 261px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 1px;
    width: auto;
}

#nearbyCompetitors .customReportTable {
    border-collapse: collapse;
    width: 100%;
}

#nearbyCompetitors .customReportTable {
    border-collapse: collapse;
    width: 100%;
}

#nearbyCompetitors .customReportTable th {
    background-color: #484640;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 5px;
    font-size: 12px;
}

#nearbyCompetitors .customReportTable th.headcol { /*padding: 5px 0;*/
}

#nearbyCompetitors .headcol {
    border-right: 0 none black;
    border-top-width: 3px;
    left: 0;
    position: absolute;
    top: auto;
    width: 250px;
}

#nearbyCompetitors .customReportTable tr:nth-child(2n + 1) td {
    background-color: #f0f1f1;
}

#nearbyCompetitors .headcol {
    border-right: 0 none black;
    border-top-width: 3px;
    left: 0;
    position: absolute;
    top: auto;
    width: 250px;
}

#nearbyCompetitors .headcol a {
    color: #1f92ff;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none;
    font-size: 12px;
}

#nearbyCompetitors .customReportTable td {
    border-right: 1px solid #fff;
    min-width: 84px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

#CompatitorsSummary .customReportTable {
    width: 100%;
    border-collapse: collapse;
}

#CompatitorsSummary .customReportTable th {
    background-color: #48443e;
    border-right: 1px solid #cac9c9;
    padding: 10px 5px;
    color: #fff;
    font-size: 12px;
}

#CompatitorsSummary .customReportTable th span {
    text-transform: none;
    font-weight: normal;
}

#CompatitorsSummary .customReportTable th.orderColumn {
    cursor: pointer;
}

.customReportTable th .arrow {
    display: inline-block;
    width: 9px;
    height: 7px;
}

.customReportTable th.sorting-desc .arrow {
    background: url("../Images/sort_desc.png") left top no-repeat;
    display: inline-block;
}

.customReportTable th .arrow {
    display: none;
}

.customReportTable th.sorting-asc .arrow {
    background: url("../Images/sort_asc.png") left top no-repeat;
    display: inline-block;
}

#CompatitorsSummary .customReportTable th.border_bott {
    border-bottom: 1px solid #cac9c9;
}

.customReportTable tr:nth-child(2n + 1), #msa_metro tr:nth-child(2n + 1), #msa_metro_chains tr:nth-child(2n + 1), .customReportTable tr.odd {
    background-color: #f0f1f1;
}

#CompatitorsSummary .customReportTable tr td:first-child, #chainProximity .customReportTable tr th:first-child {
    border-left: 1px solid #cac9c9;
}

#CompatitorsSummary .customReportTable tr td {
    border-bottom: 1px solid #cac9c9;
    padding: 8px 5px;
    font-size: 12px;
}

#CompatitorsSummary .customReportTable .distance_column,
#CompatitorsSummary .customReportTable .miles_column {
    width: 75px;
}

#CompatitorsSummary .customReportTable td {
    border-right: 1px solid #cac9c9;
    min-width: 65px;
    text-align: center;
}

#CompatitorsSummary .customReportTable td.chain_proximity_name {
    /*text-align: left;*/
}

#CompatitorsSummary .filter_block {
    padding: 0 5px 12px;
}

.filter_bttn {
    /*height: 30px;*/
    cursor: pointer;
    border-radius: 3px !important;
    /*-moz-border-radius: 14px; */
    /*-webkit-border-radius: 14px;*/
    /*border-radius: 14px;*/
    border: 1px solid #cac9c9;
    background: #fff;
    color: #333;
    /*padding: 0 12px;*/
    padding: 0 6px;
    margin-left: 5px;
}

.filter_bttn:hover {
    background-color: #f7931e;
    border: 1px solid #f7931e;
    color: #fff;
}

.explanationBlock {
    float: right;
    line-height: 26px;
}

.proximity_tabs_container {
    padding-bottom: 12px;
}

.b-proximity_tabs {
    padding-bottom: 12px;
}

.subtabs_butt {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    text-decoration: none;
    padding: 0 20px;
    height: 28px;
    line-height: 27px;
    font-weight: normal;
    cursor: pointer;
    color: #333333;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.subtabs_butt.selected,
.subtabs_butt:hover {
    background-color: #f7931e;
    color: #fff;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.list_pagination {
    margin: 25px auto;
    text-align: center;
}

.item-pagination {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
    width: 28px;
    border: 1px solid #e1e4e8;
    color: #666666;
}

.item-pagination a {
    text-decoration: none;
    text-align: center;
    display: block;
    color: #666666;
}

.item-pagination.first,
.item-pagination.last {
    width: auto;
}

.item-pagination.first a,
.item-pagination.last a {
    padding: 0 6px;
}

/*Custom Checkbox*/

.customCheckbox input[type="checkbox"] {
    display: none;
}

.customCheckbox input[type="checkbox"] + label,
.customCheckbox input[type="checkbox"] + input + label {
    background: url("../Images/customCheckbox.png") 0 -27px no-repeat;
    display: inline-block;
    min-width: 20px;
    padding-left: 25px;
    zoom: 1;
}

.customCheckbox input[type="checkbox"]:checked + label,
.customCheckbox input[type="checkbox"]:checked + input + label {
    background-position: 0 2px;
}

.checkbox-build input[type="checkbox"] {
    display: none;
}

.checkbox-build input[type="checkbox"] + label,
.checkbox-build input[type="checkbox"] + input + label {
    background: url("../Images/customCheckbox.png") 0 -28px no-repeat;
    display: inline-block;
    min-width: 20px;
    padding-left: 25px;
    zoom: 1;
}

.checkbox-build input[type="checkbox"]:checked + label,
.checkbox-build input[type="checkbox"]:checked + input + label {
    background-position: 0 1px;
}

.checkbox-build input[type="checkbox"][disabled] + label,
.checkbox-build input[type="checkbox"][disabled] + input + label {
    background-position: 0 -152px;
}

.btnClosePopup {
    position: absolute;
    top: 7px;
    right: 6px;
    width: 18px;
    height: 16px;
    background: url(../Images/customCheckbox.png) 0 -182px no-repeat;
    cursor: pointer;
}

/*Articles Block*/

.b-ArticlesBlock {
    height: 100%;
    width: 100%;
    top: 65px;
    left: 0;
    position: absolute;
    background-color: #fff;
    display: none;
}

.b-ArticlesBlock_inner {
    padding-left: 185px;
    padding-right: 150px;
}

.ArticlesBlockTilePage {
    color: #000;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 100;
    padding-bottom: 30px;
    padding-top: 30px;
}

.article-item {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 158px;
    height: 202px;
    cursor: pointer;
    margin: 0 7px 14px 7px;
}

.article-item_hover {
    position: absolute;
    width: 158px;
    height: 202px;
    color: #fff;
    text-align: center;
    z-index: 100;
    display: none;
}

.article-item_hover_inner {
    display: table-cell;
    height: 202px;
    text-align: center;
    vertical-align: middle;
    width: 158px;
}

.art_title {
    font-weight: normal;
}

.art_subtitle {
    font-style: italic;
}

.article-item_photo {
    width: 158px;
    height: 202px;
    overflow: hidden;
    background-color: #272727;
}

.article-item_photo img {
    width: 158px;
    height: 202px;
}

.article-item:hover img {
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

.article-item:hover .article-item_hover {
    display: block;
}

.art-close {
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 50px;
    text-decoration: underline;
}

.articleOpen {
    color: #fff;
}

.popupMenuItems {
    display: none;
    position: fixed;
    background-color: rgb(65, 70, 79);
    background-color: rgba(65, 70, 79, 0.95);
    top: 300px;
    left: 50%;
    max-width: 560px;
    color: #fff;
}

.popupMenuItems_inner {
    padding: 15px;
    position: relative;
}

.popupMenuItems_photo {
    text-align: center;
}

.popupMenuItems_photo img {
    height: 234px;
    width: auto;
    line-height: 0;
}

.popupMenuItems_name {
    font-weight: normal;
    padding-bottom: 10px;
}

.popupMenuItems_option {
    padding: 10px 0;
}

.popupMenuItems_option.foodIngredientOptionsBlock {
    float: none;
    color: #fff;
    display: table;
    width: 100%;
    font-size: 14px;
}

.popupMenuItems_option.foodIngredientOptionsBlock span {
    color: #fff;
    display: table-cell;
    width: 33%;
}

.popupMenuItems_option.foodIngredientOptionsBlock span:before {
    background-color: #94B9CC;
}

.popupMenuItems_option .scoresData {
    border-color: #fff;
}

.popupMenuItems .scoresData {
    text-transform: none;
    padding-top: 3px;
}

.popupMenuItems .scoresData span {
    border: none;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 33%;
}

.popupMenuItems .scoresData a {
    color: #29abe2;
    text-transform: uppercase;
}

.popupclose {
    cursor: pointer;
    font-size: 21px;
    font-weight: normal;
    position: absolute;
    right: 5px;
    top: 0;
}

.b-fotoListItemData {
    width: 104px;
    min-height: 30px;
    padding-left: 4px;
    position: relative;
}

.fotoListItemData {
    width: 100px;
    text-decoration: none;
}

.fotoListItemDataTxt {
    display: block;
    height: 34px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    padding-top: 5px;
    margin-bottom: 4px;
    text-decoration: none;
}

.scoresData {
    border-top: 1px solid #666666;
    margin-top: 3px;
    text-transform: uppercase;
}

.scoresData span {
    font-size: 11px;
}

.scoresData span + span {
    margin-left: 3px;
    padding-left: 3px;
    border-left: 1px solid #666666;
}

p.scoresData {
    text-transform: none;
}

p.scoresData a {
    text-transform: uppercase;
    color: #29ABE2;
}

.fotoListItemTooltip {
    display: none;
    position: absolute;
}

.ui-tooltip {
    width: 300px;
    height: auto;
    overflow: hidden;
}

.photoTooltipContent {
    width: auto;
    overflow: hidden;
    border-radius: 4px;
}

.photoTooltipContent img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: -5px;
}

/*Grid Item*/
.fotoItemBlock {
    width: 168px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    text-align: center;
    margin: 0 10px 10px 10px;
}

.fotoItemBlock .scoresData {
    display: none;
}

.gridItemPhoto {
    width: 168px;
    height: 168px;
    overflow: hidden;
    cursor: pointer;
}

.gridItemPhoto img {
    max-width: 100%;
    height: auto;
}

.gridItemName {
    padding: 5px 2px;
}

.gridItemName a {
    color: #4d4d4d;
    text-decoration: none;
}

/*---------*/

.b-viewSwitch {
    font-size: 12px;
}

.viewSwitchLink {
    /*cursor: pointer;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 15px;
    cursor: pointer;
    margin-left: 3px;
    position: relative;*/
}

.monthItemsTitle {
    background-color: #e9f1f5;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color: #4d8baa;
    text-transform: uppercase;
    font-weight: normal;
}

.brandItemsTitle {
    background-color: #535864;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.viewSwitch_grid {
    /*background: url('../Images/view_icons.png') no-repeat 0 0;*/
    /*background: url('../Images/viewIcons_new.png') no-repeat 0 -45px;*/
}

.viewSwitch_list {
    /*background: url('../Images/view_icons.png') no-repeat 0 -30px;*/
    /*background: url('../Images/viewIcons_new.png') no-repeat 0 -15px;*/
}

.viewSwitch_grid.activeShow {
    /*background-position: 0 -30px;
    cursor: default;*/
}

.viewSwitch_list.activeShow {
    /*background-position: 0 0;
    cursor: default;*/
}

.color-green {
    background-color: #5bc76d;
}

.color-violet {
    background-color: #996fd6;
}

.wrapper-error {
    text-align: center;
}

.b-error {
    color: #4D8BAA;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 46px;
    margin-bottom: 55px;
}

.b-error_form {
    text-align: center;
}

.b-error_form_inner {
    margin: 0 auto;
    display: inline-block;
    zoom: 1;
}

.locationsTotal {
    border-radius: 50%;
    background: #73B55F;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 1;
    width: 93px;
    text-align: center;
    padding: 28px 0;
}

.locationsTotal .small {
    font-size: 12px;
    font-weight: normal;
}

#item_map_block {
    height: 100%;
    position: relative;
    width: 100%;
}

.popUpReport {
    position: fixed;
    z-index: 201;
    background-color: #fff;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -150px;
    color: #1a1a1a;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    display: none;
}

.popUpReport .descr {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.popUpReport a {
    color: #29abe2;
    text-decoration: underline;
    font-size: 11px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.popUpReport_inner {
    padding: 15px 35px;
}

.popUpReport_header .icon {
    background-image: url("../Images/sprite.png");
    background-repeat: no-repeat;
    background-position: 0 -653px;
    width: 45px;
    height: 40px;
    display: block;
    margin: 0 auto 10px;
}

.b-build > h3 {
    text-align: center;
    color: #666666;
    font-size: 21px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.popUpReport .buildRep {
    width: 100%;
}

.b-checkboxes {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.b-checkboxes li {
    list-style: none;
    margin: 10px 0 0;
}

.upperItalic {
    text-transform: uppercase;
    font-style: italic;
}

.no-subscr {
    font-size: 11px;
    padding-left: 25px;
}

.no-subscr a:hover {
    text-decoration: none;
}

.b-build-success {
    text-align: center;
}

.orderTrigger {
    cursor: pointer;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url('../Images/table_sort_arrow.png');
    display: inline-block;
    /*position: absolute;*/
    right: 0;
    -ms-border-radius: 3px;
    border-radius: 3px;
    top: 50%;
    margin-top: -6px;
}

.ordered {
    background-position: 0 -10px;
}

.orderColumns p {
    cursor: pointer;
}

/*Scroll tab*/
.b-tabs-nav_overflow {
    overflow: hidden;
}

.tab-arr-r,
.tab-arr-l {
    display: block;
    width: 13px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 13px;
    padding-top: 5px;
    position: absolute;
    background-image: url("../Images/arrow.png");
    background-repeat: no-repeat;
    margin-top: 20px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.tab-arr-r.notactive,
.tab-arr-l.notactive {
    -ms-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    cursor: default;
}

.tab-arr-r {
    float: right;
    right: -20px;
    background-position: center -50px;
}

.tab-arr-l {
    float: left;
    left: -20px;
    background-position: center -83px;
}

/*Articles tab*/
.b-listArticles {
    width: 720px;
}

.row-article {
    font-family: "Lato", sans-serif;
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #666666;
}

.row-article_img {
    margin-right: 12px;
    width: 136px;
}

.row-article_img img {
    width: 136px;
    height: auto;
}

.row-article_title {
    text-transform: uppercase;
    color: #4d4d4d;
    font-size: 24px;
    font-weight: 700;
}

.row-article_subtitle {
    font-weight: 400;
    font-size: 14px;
    color: #4d4d4d;
    padding-bottom: 7px;
}

.row-article_subtitle .date {
    text-transform: uppercase;
}

.btn.downloadArticle {
    background-color: #f7931e;
    width: 136px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
}

.popupDownloadLinks {
    position: absolute;
    background-color: #fff;
    width: 136px;
    display: none;
    z-index: 100;
}

.placeTable_articles {
    margin-bottom: 20px;
}

.placeTable_articles .DownloadLinks_out {
    width: 20px;
    margin: auto;
}

/* #650. Unsubscribed user, Articles and TrendSpotting - disable downloading articles. A.Holovko */
.article_descr .disabledLink {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important; /* IE 8 */
    filter: alpha(opacity=50) !important; /* IE 5-7 */
    -moz-opacity: 0.5 !important; /* Netscape */
    -khtml-opacity: 0.5 !important; /* Safari 1.x */
    opacity: 0.5 !important; /* Good browsers */
    pointer-events: none !important;
}

.article_descr .disabledLink .downloadArticle {
    background-color: #CAC7C3;
    color: #CAC7C3;
    text-transform: uppercase;
}

/* /#650. Unsubscribed user, Articles and TrendSpotting - disable downloading articles. A.Holovko */

.DownloadLinks_inner {
    position: relative;
}

.popupDownloadLinks_listArticles {
    left: 50%;
    margin-left: 8px;
    margin-top: -23px;
}

.placeTable_articles .popupDownloadLinks_listArticles {
    left: 100%;
    margin-left: 0;
}

.popupDownloadLinks li {
    list-style: none;
    margin-bottom: 2px;
    text-align: left;
}

.popupDownloadLinks li:last-child {
    margin-bottom: 0;
}

.popupDownloadLinks a {
    display: block;
    background-color: #fcd4a5;
    color: #3e2508;
    text-decoration: none;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
}

/*.row-article_types {
    background-color: #f2f2f2;
    padding: 7px 15px 10px;
    font-weight: 700;
    font-size: 10px;
    margin-bottom: 10px;
}

    .row-article_types .col {
        width: 32%;
        float: left;
    }*/

.row-article_text {
    font-weight: 300;
    font-size: 17px;
}

.row-article_link {
    text-align: right;
    padding-top: 5px;
}

.row-article_link a {
    color: #29abe2;
    text-decoration: underline;
}

.row-article_link a:hover {
    text-decoration: none;
}

/*Articles filters*/
.b-filterListArticles {
    width: 220px;
}

.filterIssues {
    margin-bottom: 20px;
}

.filterListArticles_head {
    background-color: #4d4d4d;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.filterListArticles_head_issues {
    padding-left: 13px;
}

.filterListArticles_head_search {
    padding-left: 13px;
    text-align: left;
    background-color: #4d8baa;
}

.b-filterListArticles li {
    list-style: none;
}

.filterIssues_item {
    border-left: 3px solid #f7931e;
}

.filterIssues_item a {
    display: block;
    color: #333333;
    text-decoration: none;
    height: 31px;
    background-color: #f2f2f2;
    font-size: 14px;
    padding-left: 12px;
    line-height: 31px;
    margin: 3px 0 0;
}

.filterIssues_item a:hover {
    color: #fff;
    text-decoration: underline;
    background-color: #f7931e;
}

.filterSearchTopics_item_title {
    text-transform: uppercase;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    background-color: #f2f2f2;
    background-image: url("../Images/arrow.png");
    background-repeat: no-repeat;
    background-position: 11px -182px;
    padding-left: 23px;
    border-bottom: 1px solid #666666;
    cursor: pointer;
}

.filterSearchTopics_nav .filterSearchTopics_item_title:last-child {
    border-bottom: 1px solid #f2f2f2;
}

.filterSearchTopics_item_title.ui-state-active {
    background-color: #fff;
    color: #000;
    background-position: 7px -166px;
    border: none;
    font-weight: bold;
}

.filterSearchTopics_item {
    border-bottom: 1px solid #666666;
    display: none;
}

.filterSearchTopics_item a {
    color: #808080;
    text-decoration: underline;
    font-size: 14px;
}

.filterSearchTopics_item a:hover {
    text-decoration: none;
    color: #29abe2;
}

.filterSearchTopics_item .list {
    padding: 0 0 8px 23px;
    max-height: 150px;
    overflow: auto;
}

.placeTable_articles tbody td {
    color: #000;
    font-size: 12px;
}

.col-Article_format {
    text-transform: uppercase;
}

.th_articles-publications {
    width: 190px;
}

.placeTable_articles .ArticleTitle {
    text-transform: uppercase;
}

.placeTable_articles .ArticleTitle a {
    text-transform: uppercase;
    color: #0077b9;
    text-decoration: none;
}

.placeTable_articles .ArticleTitle a:hover {
    text-decoration: underline;
}

.ui-helper-hidden-accessible {
    display: none;
}

.pageListSelected a {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pageListMoreElems a {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.nonSubsribed .wrapTooltipForSubscribe {
    position: absolute;
    color: #4D4D4D;
    text-align: center;
    text-transform: none;
    left: -112px;
    padding-bottom: 14px;
}

.nonSubsribed .tooltipForSubscribe {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: 0 0 3px #e9e9e9;
    font-size: 16px;
    line-height: 22px;
    width: 250px;
    padding: 5px 10px;
}

.nonSubsribed .arrowTooltipBot {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 14px;
    background: url('../Images/arrow-tooltip-bottom.png') no-repeat 50% -4px;
}

.nonSubsribed .tooltipForSubscribe a {
    color: #2caae2;
}

.nonSubsribed .tooltipForSubscribe a:hover {
    text-decoration: none;
}

.nonSubsribed .foodProName .foodProPerc:hover {
    box-shadow: inset 0 0 10px #333;
}

.popupRequestNS {
    display: none;
}

.ui-dialog .popupRequestNS {
    text-align: center;
    color: #6C6C6C;
    padding-top: 80px;
    background: url(../Images/bg-headPopup.png) no-repeat 50% 15px;
    font-weight: 400;
}

.popupRequest .btnCloseDialog {
    position: absolute;
    top: 0;
    right: 6px;
    cursor: pointer;
    font-size: 20px;
}

.popupRequest .linkCloseDialog {
    margin: 20px 0 5px;
    display: inline-block;
    color: #29abe2;
    font-size: 10px;
}

.popupRequest .linkCloseDialog:hover {
    text-decoration: none;
}

.popupRequest h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
}

.ui-widget-overlay {
    background: #000;
    -ms-opacity: .5;
    opacity: .5;
}

#mainContent .forFood section:first-child {
    position: relative;
}

#mainContent .forFood section:first-child .descFoodNS {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 20px;
}

#mainContent .forFood section:first-child .descFoodNS h2 {
    color: #000;
    font-size: 36px;
    font-weight: 300;
    text-transform: none;
}

#mainContent .forFood section:first-child .descFoodNS a {
    text-decoration: none;
    color: #30ADE2;
}

#mainContent .forFood section:first-child .descFoodNS a:hover {
    text-decoration: underline;
}

.blockDescNonSubscribed {
    text-align: center;
    padding: 20px 0;
}

.blockDescNonSubscribed h2 {
    text-transform: none;
    font-size: 22px;
    margin: 8px 0;
}

.blockDescNonSubscribed a,
.subscriptionNotification a {
    text-decoration: none;
    color: #30ade2;
}

.blockDescNonSubscribed a:hover,
.subscriptionNotification a:hover {
    text-decoration: underline;
}

.subscriptionNotification {
    display: table;
    width: 100%;
    color: #000;
    font-size: 20px;
}

.subscriptionNotification h1 {
    text-transform: uppercase;
}

.subscriptionNotification h1,
.subscriptionNotification h2 {
    font-size: 36px;
    font-weight: normal;
    font-weight: 300;
    padding: 0 30px;
}

.subscriptionNotification > div {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
    text-align: center;
}

.downloadIcon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../Images/downloadIcon.png') no-repeat;
    cursor: pointer;
    position: relative;
    background-position: 0 -40px;
}

.downloadIcon:hover,
.DownloadLinks_out:hover .downloadIcon {
    background-position: 0 -60px;
}

.downloadIcon.disabledDownload {
    background-position: 0 0;
}

.downloadIcon.disabledDownload:hover {
    background-position: 0 -20px;
}

.displayNone {
    display: none !important;
}

.controlCell {
    padding: 5px;
    width: 20px;
}

.disabledBtn {
    background-color: rgb(163, 163, 163);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.unitsCol {
    width: 100px;
}

.nameCol {
    width: 300px;
}

#_Tweets {
    width: 960px;
}

a img {
    border: none;
}

.loader {
    text-align: center;
    display: none;
}

img[src*=no_photo],
.zeroHeight {
    height: 0 !important;
}

.downloadLogo {
    font-size: 12px;
    color: #4d8baa;
    margin-left: 27px;
    font-weight: normal;
}

.articleNameCol {
    width: 260px;
}

.dateCol {
    width: 100px;
}

.doctypeCol {
    width: 150px;
}

.formatCol {
    width: 70px;
}

.downloadCol {
    width: 40px;
}

.dateString {
    color: #707070;
    font-size: 13px;
}

.font15 {
    font-size: 15px;
}

.matched_by {
    font-weight: 600;
    text-decoration: underline;
}

.cont_matched.row-article {
    float: left;
    width: 33%;
    text-align: center;
    padding: 0 20px 5px;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 330px;
    position: relative;
}

.cont_matched .row-article_text,
.cont_matched .matched_by {
    display: none;
}

.cont_matched .row-article_descr {
    position: relative;
    margin-top: 35px;
}

.cont_matched a,
.cont_matched .DownloadLinks_out {
    float: none;
    margin: 0;
}

.cont_matched .DownloadLinks_out {
    position: absolute;
    top: -33px;
}

.cont_matched .DownloadLinks_out,
.cont_matched .popupDownloadLinks {
    left: 50%;
    margin-left: -68px;
}

.cont_matched .row-article_title {
    font-size: 16px;
}

.cont_matched .row-article_subtitle {
    font-size: 12px;
}

.downloadArticle {
    width: 136px;
    text-transform: uppercase;
}

.DownloadLinks_out {
    position: relative;
}

.DownloadLinks_out:hover .popupDownloadLinks {
    height: 108px;
}

.row-article_descr .DownloadLinks_out:after {
    content: "";
    width: 6px;
    height: 5px;
    background: url("../Images/download_arrow.png") no-repeat;
    position: absolute;
    top: 13px;
    right: 9px;
}

.DownloadLinks_out.hover:after {
    background-position: 0 -5px;
}

#registrationForm ::-webkit-input-placeholder, #registrationForm :-moz-placeholder, #registrationForm ::-moz-placeholder, #registrationForm :-ms-input-placeholder {
    color: red;
    font-style: italic;
}

/* just add autoprefixer */
#registrationForm #PhoneNumber ::-webkit-input-placeholder, #registrationForm #PhoneNumber :-moz-placeholder, #registrationForm #PhoneNumber ::-moz-placeholder, #registrationForm #PhoneNumber :-ms-input-placeholder {
    color: darkgray;
}

.login-container {
    width: 280px;
    margin: 0;
}

.sign_in_block {
    opacity: 0;
    transition: all 800ms;
    z-index: 1;
}

.sign_in_block.shown {
    opacity: 1;
    z-index: 2;
}

.loadMoreLoader {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
}

.chainInfo_location_title {
    font-size: 14px !important;
    line-height: 45px;
}

/* login-page.css*/
body {
    min-width: 0 !important;
}

.invalid-phone {
    /* box-shadow: inset 0 0 0 3px red; */
}

/*_LoginLayout.cshtml */
#vid2000, #pic_bg {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#vid2000.move-lower, #pic_bg.move-lower {
    bottom: auto;
    top: 0;
}
#vid2000.move-higher, #pic_bg.move-higher {
    bottom: auto;
    top: -4%;
    /*transform: translate(-50%, -50%);*/
}

.animation-switch {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    position: fixed;
    bottom: 15px;
    right: 20px;
    display: inline-block;
    line-height: 20px;
    color: #FFFFFF;
    background-color: transparent;
    border: none;
    padding: 0;
    filter: drop-shadow(0 0 3px #000);
    text-shadow: 0 0 3px #000;
}

.animation-switch:hover {
    text-decoration: underline;
}

.overlay {
    height: 401px;
    width: 750px;
    left: 50%;
    top: 50%;
    margin-right: auto;
    margin-left: -310px;
    margin-top: -200px;
    position: absolute;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 1px #000;
    text-align: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    z-index: 99999;
    box-sizing: border-box;
}

.wellcome-snap-popup .title {
    font-weight: 400;
    font-size: 30px;
}

.wellcome-snap-popup {
    color: #fff;
    font-size: 20px;
    padding: 40px 30px 20px 30px;
    /*text-align: left;*/
    margin-left: auto;
    margin-right: auto;
}

.wellcome-snap-popup p {
    margin: 15px 0 10px 0;
    font-size: 18px;
}

#wellcome-popup .close-popup {
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

#wellcome-popup .posFixed .sw_button.sw_register {
    border: 2px solid #fff;
}

#wellcome-popup .posFixed .sw_button.sw_register:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
    text-shadow: none;
}

#wellcome-popup .b-buttonsSwitch.posFixed {
    position: relative;
    width: initial;
    padding-bottom: 0;
}

#wellcome-popup .b-buttonsSwitch {
    padding-top: 0;
}

.signin-response-info {
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    border-radius: 15px;
    color: #fff;
    font-weight: 400;
    width: 400px;
    box-sizing: border-box;
    /*margin-left: -60px;*/
    list-style: none;
    overflow: hidden;
    margin: 0 auto;
}

.signin-response-info .re-confirmation__title {
    font-weight: 400;
    text-align: center;
    margin: -20px -20px 20px;
    background: #3399FF;
    line-height: 35px;
    font-size: 22px;
}

.signin-response-info a {
    color: #3399FF;
}

.signin-response-info .re-confirmation__footer {
    font-size: 11px;
    margin-top: 20px;
}

.bb-email {
    position: relative;
    margin-bottom: 20px;
    backface-visibility: hidden;
}

input:focus ~ label, label.filled, .selectricOpen ~ label {
    transform: translateY(-30px);
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    padding-top: 5px;
}

.logo_login {
    margin-bottom: 15px;
}

.signIn_btnBlock {
    max-width: 470px;
}

.signIn_btnBlock,
.register_btnBlock {
    opacity: 0;
    transition: all 800ms;
    width: 280px;
}

.signIn_btnBlock.shown,
.register_btnBlock.shown {
    opacity: 1;
    z-index: 2;
    text-align: right;
}

.text-danger {
    color: #fff;
    list-style: none;
}

.text-danger:hover {
    color: #fff;
}

.not-shown {
    opacity: 0;
}

.custom-hidden {
    display: none;
}

.custom-show {
    display: block;
}

.forgot_pass_container {
    position: relative;
    width: 280px;
    height: 30px;
    margin-top: -10px;
}

.forgot_pass_container .forgot_pass {
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    font-size: 12px;
}

div.selectricWrapper {
    background-color: transparent;
}

div.selectricWrapper .label {
    opacity: 0;
    transition: all 300ms;
}

div.selectricWrapper.selectricOpen {
    border-width: 0;
    border-color: transparent;
    position: relative;
    width: 100%;
    border-bottom-width: 1px;
}

div.selectricWrapper.selectricOpen .label,
div.selectricWrapper.selected .label {
    opacity: 1;
}

.intl-tel-input input.lg_in[type=text] {
    padding-left: 0;
    /* line-height: 30px; */
}

.intl-tel-input input::placeholder {
    color: transparent;
}

.intl-tel-input .flag-dropdown {
    display: none;
}

.selectricOpen div.selectricItems {
    height: auto !important;
    overflow: auto;
    border: 0;
    background: 0;
    text-shadow: none;
}

.selectricOpen .selectricItems ul {
    border-radius: 8px;
    padding: 0 8px;
    overflow: hidden;
    background: #fff;
}

.selectricOpen .selectricItems li {
    padding: 0 10px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid;
    background-color: transparent;
    color: #000;
    transition: all 300ms;
    position: relative;
    z-index: 2;
}

.selectricOpen .selectricItems li.selected {
    display: none;
}

.selectricOpen .selectricItems li:first-child {
    display: none;
}

.selectricOpen .selectricItems li:last-child {
    border: 0;
}

.resend-confirmation {
    color: #7ea1ed;
}

.resend-confirmation:after {
    display: none;
}

.text-danger a {
    color: #7ea1ed;

}

.text-danger a {
    color: #7ea1ed;
    /*color: #487AE6;*/
    text-decoration: none;
}

.text-danger p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

.text-danger .re-confirmation__footer {
    font-size: 14px;
}

input::placeholder {
    color: transparent;
}

.show-on-error {
    opacity: 0;
    transition: all 300ms;
}

.invalid-passwords ~ .show-on-error,
.invalid-phone ~ .show-on-error {
    opacity: 1;
}

#passwords-validation {
    position: absolute;
    color: #fff;
    top: 100%;
    left: 0;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill {
    z-index: 1;
}

input[type="password"]:-webkit-autofill,
input[type="password"]:-webkit-autofill:hover,
input[type="password"]:-webkit-autofill:focus,
input[type="password"]:-webkit-autofill:active,
input[type="password"]:-webkit-autofill {
    animation: none;
    background-color: transparent !important;
}

/*input:-webkit-autofill ~ label,*/
/*input:-webkit-autofill:hover ~ label,*/
/*input:-webkit-autofill:focus ~ label,*/
/*input:-webkit-autofill ~ label {*/
/*color: #000;*/
/*background: #fff;*/
/*width: 100%;*/
/*}*/

/*input:-webkit-autofill ~ .login_btn,*/
/*input:-webkit-autofill:hover ~ .login_btn,*/
/*input:-webkit-autofill:focus ~ .login_btn,*/
/*input:-webkit-autofill ~ .login_btn {*/
/*right: -40px;*/
/*}*/

.fake_input {
    height: 30px;
    position: absolute;
    color: #fff;
    bottom: 0;
    line-height: 29px;
    border-bottom: 1px solid white;
    display: none;
    pointer-events: none;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
}

#Password.fake, #ConfirmPassword.fake,
#PasswordFake.fake {
    background-clip: content-box;
    height: 0;
    line-height: 25px;
    padding-bottom: 13px;
    padding-top: 26px;
    padding-left: 1px;
    font-family: 'password';
    -webkit-text-security: disc;
    letter-spacing: 1px;
}

a.the-link {
    font-weight: 700;
    text-decoration: none;
}

a.the-link:hover {
    text-decoration: underline;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
    /*-webkit-transition: color 9999s ease-out, background-color 9999s ease-out;*/
    /*-webkit-transition-delay: 9999s;*/
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /*-webkit-animation: autofill 0s forwards;*/
    /*animation: autofill 0s forwards;*/
}

@keyframes autofill {
    100% {
        background: transparent;
        color: white;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: white;
    }
}

.btn-container {
    text-align: right;
    font-size: 12px;
    color: white;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}

.btn-back-container {
    width: 280px;
    display: none;
}


.copyright-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: black;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    padding-left: 80px;
}
    .copyright-footer a {
        color: #fff;
        text-decoration: none;
    }

        .copyright-footer a:hover {
            text-decoration: underline;
        }

.iti--inline-dropdown {
    width: 100% !important;
}