/*!
 * Name: Verisk wcAnalyzer web project OVERRIDE css file
 * Release: 2020.01.29
 * Built: 2020-1-30 1:10:45 PM
 * Owner: Chandan Chaurasia
 * Copyright (c) 2020 Verisk
 * Description: Official css style file for production use
 */

:root {
  /* Brand & Theme */
  /* --brand-primary: #004eaa;
  --brand-secondary: #3a3a3a; */

  /* Backgrounds */
  /* --bg-base: #f1f7ff;
  --bg-alt: #ffffff; */

  /* Tabs */
  --tab-bg-active: #ffffff;
  --tab-text-active: #00358e;
  --tab-bg-inactive: #00358e;
  --tab-text-inactive: #ffffff;

  /* Buttons */
  --btn-bg-primary: #004eaa;
  --btn-text-primary: #ffffff;
  --btn-bg-secondary: #3a3a3a;
  --btn-text-secondary: #ffffff;

  --li-text-primary: #2872c2;

  /* Links */
  --link-text-bg: #f1f7ff;
  --link-text-default: #004eaa;
  /* --link-text-hover: #00358E; */
  /* --link-text-active: #002766; */
  /* --link-text-visited: #5A32A3; */
  --link-text-disabled: #3a3a3a;

  /*  */
  --product-selector-text: #d40019;
  --table-text: #6d6d6d;
  --table-font-weight: 400;
  --table-line-height: 1.35em;
  --table-bg: white; /* or grey*/
}

/* main container top main tab navigation */

#mainNavigation.nav-tabs {
  /*font-size: 0.8em;*/
  /*border-bottom: 1px solid #fff !important;*/
  border-bottom: none;
  padding: 0 0 0 10px;
}

#mainNavigation.nav-tabs .nav-item,
.secondary-tab .nav-tabs .nav-item {
  margin-bottom: 0 !important;
}

#mainNavigation.nav-tabs .nav-link,
#mainNavigation.nav-tabs .nav-item.show .nav-link {
  margin: 0 2px;
  padding: 10px 15px;
  border-radius: 5px 5px 0px 0px;
  background: #2a7de1 !important;
  text-decoration: none;
  color: #ffff !important;
}

#mainNavigation.nav-tabs .nav-link.active,
#mainNavigation.nav-tabs .nav-item.show .nav-link {
  color: #2a7de1 !important;
  background-color: #ffff !important;
  border-color: transparent !important;
}

#mainNavigation.nav-tabs .nav-link:hover,
#mainNavigation.nav-tabs .nav-link:focus {
  border-color: transparent !important;
}

#mainNavigation.nav-tabs .nav-link:hover,
#mainNavigation.nav-tabs .nav-link:focus {
  color: #82c935;
}

#main-tab-content.tab-content {
  padding: 55px 20px 20px;
  background: #ffffff;
}

/* secondary dark blue tabs */
.secondary-tab .nav-tabs {
  margin-top: 20px;
  border-bottom: 2px solid #5190b9;
}

.secondary-tab .nav-tabs .nav-link.active,
.secondary-tab .nav-tabs .nav-item.show .nav-link {
  background-color: #5190b9 !important;
  color: #d0efff !important;
  border-color: transparent !important;
}

.secondary-tab .nav-tabs .nav-link:hover,
.secondary-tab .nav-tabs .nav-link:focus {
  background-color: #5190b9 !important;
  color: #d0efff !important;
  border-color: transparent !important;
}

.secondary-tab .nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 13px;
}

.secondary-tab .nav-tabs .nav-item {
  margin-right: 10px;
}

.secondary-tab h2 {
  border-bottom: 1px solid transparent;
}

/* remove this later */
.tab-content {
  padding-top: 20px;
}

/* ==========================================================================
   CONTAINER
   ========================================================================== */

#page {
  height: auto !important;
  margin: 0 auto 0;
  min-height: 100%;
}

.container-fluid,
.cs-container,
.cs-news-container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before,
.cs-container:before,
.cs-news-container:before,
.container-fluid:after,
.cs-container:after,
.cs-news-container:after {
  content: " ";
  display: table;
}

.container-fluid:after,
.cs-container:after,
.cs-news-container:after {
  clear: both;
}

.row,
.cs-news-container .cs-news-header,
.cs-news-container .cs-news-contain {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.cs-news-container .cs-news-header:before,
.cs-news-container .cs-news-contain:before,
.row:after,
.cs-news-container .cs-news-header:after,
.cs-news-container .cs-news-contain:after {
  content: " ";
  display: table;
}

.row:after,
.cs-news-container .cs-news-header:after,
.cs-news-container .cs-news-contain:after {
  clear: both;
}

.cs-news-container .cs-news-cont,
.cs-products-container,
.cs-notification {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.cs-products-container,
.cs-content {
  padding-top: 0;
}

.cs-content {
  padding: 1.5em;
  background-color: white;
  border: 1px solid lightgray;
}

.cs-products-container {
  padding-bottom: 15px;
  float: left;
  width: 50%;
}

.cs-notification {
  width: 50%;
  float: left;
}

.cs-products-container .cs-content {
  min-height: 640px;
}

/* ==========================================================================
 Gridster
 ========================================================================== */

.grid-stack-item-content {
  border: 1px solid #ebebeb;
  list-style: none;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.grid-stack-item-content:hover {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #35b5eb;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

.grid-stack-item {
  height: 145px;
}

.grid-stack-item[data-gs-width="4"] {
  width: 100%;
}

.grid-stack-item[data-gs-width="3"] {
  width: 75%;
}

.grid-stack-item[data-gs-width="2"] {
  width: 50%;
}

.grid-stack-item[data-gs-width="1"] {
  width: 25%;
}

.grid-stack-item[data-gs-x="3"] {
  left: 75%;
}

.grid-stack-item[data-gs-x="2"] {
  left: 50%;
}

.grid-stack-item[data-gs-x="1"] {
  left: 25%;
}

.prodImg {
  height: 60px;
  display: block;
  /* margin-top: 20px; */
  /* added by Chandan */
  /* margin-top: 48px; */
  margin-top: 26px;
}

.prodImg img {
  max-height: 50px;
}

.section-slim .prodImg {
  height: 50px;
  /* margin-top: 15px; */
  /* added by Chandan */
  margin-top: 43px;
}

.section-slim .prodImg img {
  max-width: 68px;
}

.section-slim span.shortcut-button {
  padding: 10px 2px 0;
}

.notallowed {
  background: #fafafa;
}

.notallowed .prodImg img {
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;

  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray !important;
}

.notallowed .shortcut-button {
  color: #777;
}

span.shortcut-button {
  padding: 10px 5px;
  font-size: 0.75em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cs-container,
.content-login {
  padding: 2em 3em 50px;
  max-width: 1400px;
  margin: 0 auto;
}

/* ==========================================================================
 NOTIFICATION SECTION
 ========================================================================== */

.cs-notification .cs-notification-frame {
  padding-top: 10px;
}

.cs-notification .cs-notification-frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs-notification .cs-notification-frame ul li {
  border-top: 1px solid #d3e8f2;
  padding: 0.9em 1.3em;
  /*background: #fff url('../images/notification-bg.jpg') bottom repeat-x;*/
}

.cs-notification .cs-notification-frame ul li .n-icon {
  font-size: 2em;
  vertical-align: middle;
  color: #2a7de1;
  padding-right: 10px;
  display: none;
}

.cs-notification .cs-notification-frame ul li .n-icon i.noicon {
  width: 30px;
  height: 30px;
  display: block;
}

.cs-notification .cs-notification-frame ul li .cs-nt-type {
  font-size: 0.9em;
  color: #2a7de1;
}

.cs-notification .cs-notification-frame ul li .cs-nt-date {
  color: #ccc;
  font-size: 0.8em;
}

.cs-notification .cs-notification-frame ul li .cs-nt-title {
  display: block;
  color: #999;
  font-size: 0.8em;
  font-weight: 400;
  padding-top: 6px;
  line-height: 1.1em;
}

/*.cs-notification .cs-notification-frame ul li .cs-nt-title strong {
  color: #666;
}*/
.cs-notification .cs-notification-frame ul li:hover {
  background: #eff9fd;
}

.cs-notification .cs-notification-frame ul li:last-child {
  border-bottom: 1px solid #d3e8f2;
}

.cs-notification .cs-notification-frame ul li > div {
  display: table-cell;
}

.cs-notification .cs-notification-frame .paging {
  padding: 9px 9px 10px 9px;
  font-size: 0.9em;
}

.cs-notification .cs-notification-frame .paging a {
  font-weight: 400;
  padding: 5px;
  color: #000;
}

.cs-notification .cs-notification-frame .paging a:hover {
  color: #35b5eb;
}

.comment .comment-arrow {
  border-color: white;
}

.help-block {
  font-weight: 300;
  font-size: 0.8em;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.no-padd {
  padding: 0 !important;
}

.add-padd {
  padding: 1em 0 0 1em;
  margin-bottom: 6px;
}

.cs-products-frame .product-icon .inactive {
  color: lightgray;
}

.unlock-icon {
  background: url(../images/icon-unlocked.svg) left center;
  width: 13px;
  height: 13px;
  display: inline-block;
  transition: none;
}

.unlock-icon:hover {
  background-position: right center;
  transition: none;
}
