﻿@charset "utf-8"; /* CSS Document */

body {
  /*	height:100%;*/
  font-family: "Fira Sans" !important;
  font-size: 12px;
  height: 100%;
  color: #002035 !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #002035;
}
.form-control {
  height: auto;
}
#tsc_nav_1 .navbar .odi .nav-link:focus,
.navbar .odi .nav-link:hover,
.navbar .odi:hover {
  background: none;
}

/* .navbar .nav-item:hover .nav-link{color:#fff!important} */
#tsc_nav_1 .dropdown-item {
  border-left: 3px solid transparent;
  border-bottom: 1px solid #f9f9f9;
}
#tsc_nav_1 .dropdown-item:hover {
  color: #002035;
  border-left: 3px solid #25bb3d;
}
.themeBorderBottom {
  position: fixed; /* Fixed position - sit on top of the page */
  top: 0;
  height: auto;
  background: #fff;
  z-index: 99;
  width: 100%;
  max-height: 86px;
}
.marginTop120 {
  margin-top: 104px; /* min-height:484px */
  padding-bottom: 20px !important;
}
.navbar-toggler {
  border-radius: 0;

  cursor: pointer;
  padding: 0.2rem 0.2rem 0.2rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.dropdown-menu,
.form-control {
  font-size: inherit;
}

.color-preview {
  height: 50px;
  font-size: 14px;
}

.navbar-brand img {
  width: 90px;
}

.colorWhite {
  color: #fff;
}

.color-preview-active,
.color-preview-default {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bd-sidebar {
  overflow-y: auto;
  position: sticky;
  z-index: 1000;
  top: 5rem;
  height: calc(100vh - 5rem);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.panel-heading-a {
  text-decoration: none;
  color: black;
  content: "\f0d7";
}

.panel-heading-a.collapsed {
  text-decoration: none;
  color: #00b19c;
}

.panel-heading-a:hover {
  text-decoration: none;
  color: black;
}

.listStyle {
  list-style: none;
  border-left: 1px dotted #00b19c;
  margin-top: 11px;
  margin-left: 20px;
  padding-left: 14px;
  color: #00b19c;
  font-size: 15px;
}

.listStyle:hover {
  list-style: none;
  margin-top: 11px;
  margin-left: 20px;
  padding-left: 14px;
  color: #00b19c;
}

.navdp {
  width: 110px;
  height: 50px;
}

.panel-heading-a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  color: #abaeb3;
  padding-left: 5px;
  padding-right: 3px;
}

.panel-heading-a.collapsed:before {
  content: "\f106";
}

/*buttons*/
.bd-example {
  position: relative;
  margin: 1rem -15px 0;
  border: solid #f7f7f9;
  border-width: 0.2rem;
  padding: 1.5rem;
  margin-right: 0;
  margin-left: 0;
  /*	width: 1000px;*/
}

.bd-clipboard {
  position: relative;
  display: none;
  float: right;
}

.btn-clipboard {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  display: block;
  padding: 0.25rem 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 75%;
  color: #818a91;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0.25rem;
}

.highlight {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #f7f7f9;
  /*	width: 1000px;*/
}

.nt {
  color: #2f6f9f;
}

.na {
  color: #4f9fcf;
}

.s {
  color: #d44950;
}

/*typography*/
table {
  width: 100%;
  max-width: 100%;
}

.marginRight100 {
  margin-right: 100px;
}

.themeBorderBottom {
  border-bottom: 3px solid #007365;
  background: white;
}

.s1 {
  color: #c30;
}

.kd {
  color: #069;
}

.style_nav {
  color: black !important;
  text-decoration: underline;
}

.bd-example-border-utils [class^="border"] {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: #f5f5f5;
}

.nc {
  color: #0a8;
}

.nl {
  color: #99f;
}

.m {
  color: #f60;
}

.w3-table-all {
  border: 1px solid #ccc;
}

.w3-table-all tr:nth-child(even) {
  background-color: #f1f1f1;
}

.w3-bordered tr,
.w3-table-all tr {
  border-bottom: 1px solid #ddd;
}

.w3-table-all tr:nth-child(odd) {
  background-color: #fff;
}
#tsc_nav_1 .nav-link {
  display: block;
  padding: 0.2rem 1rem;
}
/* .navbar-collapse.show ul.navbar-nav{text-align:right} */

#tsc_nav_1 .navbar-nav {
  align-items: center;
}
#tsc_nav_1 {
  padding: 0 1rem;
  margin-bottom: 3px;
}

#tsc_nav_1 .navbar-collapse.show {
  /* padding-top: 5px;
    position: absolute;
    top: 91px;
    z-index: 9;
    width: 95%;
    right: 0;*/
  background: #f9f9f9;
  width: 100vh;
  height: 100vh;
  overflow: scroll;
  max-height: 90vh;
}

#tsc_nav_1 .navbar-collapse.show .inp {
  display: block !important ;
}

#tsc_nav_1 .navbar-collapse.show .input-group {
  border: 1px solid #dee2e6 !important;
}
.navbar .nav-item:hover .nav-link {
  color: white;
}
.navbar ul.nohover .nav-item:focus,
.navbar ul.nohover .nav-item:hover,
.navbar ul.nohover .nav-link:focus,
.navbar ul.nohover .nav-link:hover,
.navbar ul.nohover:hover,
.navbar ul.nohover .nav-item:hover .nav-link {
  background: none;
  color: #212529 !important;
}

/*multiselect*/
::-webkit-input-placeholder {
  color: #bbd6dc !important;
  font-weight: 300;
  font-family: "Fira Sans";
}

/* .navbar-nav .input-group{    justify-content: flex-end;} */
.footer {
  font-size: 12px;
  margin-top: 20px;
}
.navbar-nav.nohover {
  height: 30px;
}
#tsc_nav_1 ul.nohover a.nav-link {
  padding: 0.3rem 0.3rem;
}
#tsc_nav_1 ul.nohover li {
  padding: 0.3rem 0.3rem;
}
.sergroup .la-search,
.serbtn .la-search {
  -ms-transform: rotate(269deg);
  /* IE 9 */
  -webkit-transform: rotate(269deg);
  /* Safari 3-8 */
  transform: rotate(269deg);
  font-size: 16px !important;
}

.b-0 {
  border: none !important;
}

.comm a:after {
  border: none;
}

.nav-tabs .nav-link {
  padding: 0.5rem 1.9rem !important;
}

.usernav {
  margin-top: -2px;
}

.nav-tabs .nav-item.active {
  margin-bottom: -1px;
  background: #fff;
}

.nav-tabs .nav-link {
  border-bottom: 0px solid #dee2e6;
}

h1 {
  font-size: 18px;
}

.pageheading .select2-container--default .select2-selection--single {
  border: none;
}

.pageheading
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}

.catContainer {
  /* margin: 10px 10px 0px 0; */
  transition: all 200ms ease-in;
  transform: scale(1);
  float: left;
  background-color: #fff;
}
.catwrap {
  height: 281px;
  width: 100%;
  display: inline-block;
  top: 0;
}
.catwrap {
  position: relative;
  min-height: 235px;
}
.catLand .col-sm-3 {
  padding-right: 0;
}
.catwrap:hover .catContainer {
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
  background-color: #fff !important;
  position: absolute;
  height: auto;
}
/* .catContainer:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.20);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.20);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.20);
    transition: all 200ms ease-in;
    transform: scale(1.20);
    background-color: #fff !important;
    position: absolute;
    height: auto;
}
 */
.seemore {
  cursor: pointer;
  display: block;
  z-index: 9;
  position: relative;
  padding: 4px 0;
}
.icons a.text-primary4:hover {
  color: #00b19c !important;
}
.catContainer:hover .icons {
  display: block !important;
}

.catContainer:hover .catdesc {
  transform: scale(0.92);
  padding-bottom: 0;
  padding-top: 0;
  padding: 0;
}

.catContainer .icons .las {
  font-size: 20px;
}

.catimageSection img {
  max-width: 100%;
  height: 95px;
  width: 100%;
}

.catdesc {
  padding: 10px;
  position: relative;
}

.catdesc p {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 12px;
  /* line-height: 19px; */
  text-align: left;
  overflow: visible;
}

.catdesc p.ellipsis {
  height: 78px !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
}

.catheading {
  /* font-weight: 500; */
  font-size: 14px;
  min-height: 50px;
}

.size20 {
  font-size: 20px;
}

.calendernews {
  width: 48px;
  text-align: center;
  border-color: #3bcd3f !important;
  display: inline-block;
  margin: 0 4px;
}

.date {
  color: #3bcd3f;
  font-size: 18px;
  line-height: 28px;
}

.year {
  color: #fff;
  background: #00b19c;
  display: block;
  padding: 4px 0 0 0;
  font-size: 10px;
}
.News {
  width: calc(100% - 80px);
  display: inline-block;
}
.newsDesc {
  margin-left: 20px;

  position: relative;

  min-height: 42px;

  display: inline-block;
}

.newsDesc:before {
  content: "";
  position: absolute;
  background: #a5aab0;
  width: 1px;

  left: -12px;
  top: 12px;
  z-index: 3;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}

.newsDesc:after {
  content: "";
  position: absolute;
  background: #a5aab0;
  width: 9px;
  height: 9px;
  left: -16px;
  top: 4px;
}
.newsGroup {
  margin-bottom: 12px;
}
.News {
  display: inline-block;
}

.select2-dropdown {
  min-width: 140px;
}

.newsGroup .newsDesc:last-child:before {
  background: none;
}

.card {
  width: 100%;
  box-shadow: 0 2px 3px 0 rgba(130, 130, 130, 0.05),
    0 0px 14px 0 rgba(0, 0, 0, 0.05);
}

.breadcrumb {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.size10 {
  font-size: 10px;
}

.size11 {
  font-size: 11px !important;
}

.size12 {
  font-size: 12px;
}

.size14 {
  font-size: 14px;
}

.size16 {
  font-size: 16px !important;
}

.size18 {
  font-size: 18px;
}

.size20 {
  font-size: 20px;
}

.size22 {
  font-size: 22px;
}

.size24 {
  font-size: 24px;
}
.size44 {
  font-size: 44px;
}
#catTab .navbar-collapse.show ul {
  border: 1px solid #ccc;
}
#catTab .navbar-collapse.show {
  background: #f7f7f7;
  width: 50%;
}

#catTab .navbar-collapse ul {
  align-items: stretch;
}
#the-canvas {
  border: 0px solid black;
  direction: ltr;
}
#pdfIcons {
  padding: 5px;
}
.ovhide {
  overflow: hidden;
}
.expand-btnClass {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  padding: 0px !important;
}
#pdfIcons .la,
#pdfIcons .las {
  font-size: 21px;
  cursor: pointer;
  color: #00b19c;
  padding: 0 4px;
}
.repoImage {
  display: inline-block;
  width: 45px;
}
.repoImage img {
  width: 35px;
}
.repoDesc {
  display: inline-block;
  width: calc(100% - 55px);
  margin-left: 10px;
}
.serDesc {
  display: inline-block;
  width: calc(100% - 55px);
  margin-left: 5px;
}
.repoAction {
  display: inline-block;
  margin-left: 5px;
}
:focus {
  outline: none !important;
}
.asset .icons .las {
  font-size: 18px;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.3rem 0.3rem 0;
  border-top-color: #25bb3d;
}
.tooltip {
  font-size: 11px;
}
.tooltip-inner {
  border: 1px solid #25bb3d;
  background-color: white;
  color: black;
}
.asset:hover {
  background-color: #fbfbfb;
  cursor: pointer;
}
.listing .res:hover {
  background-color: #fbfbfb;
  cursor: pointer;
}
.Repo {
  margin-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 5px;
}
span.Rheading {
  display: block;
  /* font-weight: 700; */
}
/* .Rdetail{ color: #c1c1c1;} */
span.Rtag {
  padding-top: 5px;
  font-size: 10px;
  display: block;
  /* color: #c1c1c1; */
}
.res {
  margin-bottom: 0;
  display: block;
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 8px;
  float: left;
  width: 100%;
  padding-top: 8px;
}
.repoAction .las {
  font-size: 18px;
}
.res span.Rheading {
  display: block;
  font-weight: 700;
}
.res .Rdetail {
  color: #c1c1c1;
}
span.Rtag {
  padding-top: 5px;
  font-size: 10px;
  display: block;
  /* color: #c1c1c1; */
}
.navbar.nav-tabs .nav-link:focus,
.navbar.nav-tabs .nav-link:hover {
  border-color: transparent !important;
}
#tsc_nav_1 .dchild {
  top: 0;
  left: 100%;
}
#tsc_nav_1 .dparent {
  width: 100%;
  text-align: left;
  position: relative;
}
.navbar .nav-item .nav-item:hover > a {
  color: #fff;
}
.dropdown-item:active {
  color: inherit;
}
.blogimageSection img {
  width: 100%;
}
.blogContainer {
  /*display: block; */
  width: 100%;
  /* float: left; */
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  /* border: 0px solid #eee; */
  /* margin-right: 10px; */
  margin-bottom: 10px;
  /* padding: 0 0px; */
  /* margin: 0 5px; */
  padding-right: 5px;
}
/* .blogdesc:hover {
    background-color: #fbfbfb;

} */
/*mob*/
/* .mobile#tsc_nav_1 .navbar-collapse.show {
	justify-content: flex-end!important;
    padding-top: 0;
    position: fixed;
    top: 50px;
    z-index: 9;
    width: 100%;
     right: 15px;
    padding: 0px;
     max-width: 90%;
    height: 90vh;
    overflow: auto;
    max-height: 90vh;
} */
.blogdesc {
  /* float: left; */
  font-size: 14px;
  padding: 7px 5px;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
}
.btn-sm {
  font-size: 12px;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #002035 !important;
}
/*Home Page*/
.slide-box {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  z-index: 99;
  position: relative;
}

.card-style {
  display: inline-block;
  border: 0;
  /* width:211px;
    height:211px; */
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}

#carousel0 .card-style {
  display: block;
  width: 220px;
  height: 220px;
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}

#carousel0 .card-style:hover {
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
}

#carousel0 .front {
  display: block !important;
}

#carousel0 .box {
  background: #fff !important;
  /* width: 220px; */
  height: 220px;
  border: 1px solid #d2e2e6 !important;
}

#carousel0 .imageSection {
  padding-top: 0px !important;
}

#carousel0 .imageSection:hover {
  padding-top: 0px !important;
}

#carousel0 .imageSection {
  min-height: 70px !important;
}

#carousel0 .descriptionSection p {
  font-size: 12px;
  font-weight: normal;
}

.card-style:hover {
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.2);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 200ms ease-in;
  transform: scale(1.2);
  background-color: #fff !important;
}

.card-style .imageSection img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden !important;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  transform: translateZ(0);
}

.slider1 .carousel-inner {
  overflow: visible !important;
}

.arrowicon {
  font-size: 52px;
  color: #98bac3;
}

.carousel-control-prev {
  margin-left: -50px;
}

.carousel-control-next {
  margin-right: -50px;
}

.box {
  border: 1px solid #b2cbd2;
}

.carousel-control-next,
.carousel-control-prev {
  width: 4%;
}

.main {
  display: block;
  margin: 0 auto;
}

div.slider-image {
  background: #fff;
  margin: 0px;
  position: relative;
  text-align: center;
  height: 250px;
  padding: 0px;
  margin-left: 10px;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #002035;
}

.sliderBtn {
  background: transparent;
}

.leftArrow {
  position: absolute;
  top: 42%;
  left: 0px;
  z-index: 98;
  cursor: pointer;
}
.rightArrow {
  z-index: 98 !important;
}

.rightArrow {
  position: absolute;
  top: 42%;
  right: 0px;
  cursor: pointer;
}
.rightArrow,
.leftArrow {
  opacity: 0.5;
}
.leftArrow:hover,
.rightArrow:hover {
  opacity: 1;
  transition: 1s all;
}

.fixedcontactUs {
  position: fixed;
  top: 300px;
  right: 0px;
  z-index: 999;
}

.fixedContactForm {
  box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background: #fff;
  /* height: 243px; */
  width: 340px;
  position: fixed;
  top: 325px;
  right: 0px;
  z-index: 99999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-left: 7px solid #3bcd3f;
}

.fixedContactForm h2 {
  font-size: 14px;
  /* text-transform: uppercase; */
  color: #00b19c;
}

.fixedContactForm h2 + small {
  color: #999;
}

.fixedContactForm .form-group {
  padding-top: 5px;
}

.fixedCircle,
.closeBox,
.messageBox {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #00b19c;
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 200px;
  right: 10px;
  cursor: pointer;
}

h4.heading {
  color: #007265;
  font-size: 18px;
  font-weight: 600;
}

.carouselSection .carousel-inner {
  overflow: visible !important;
}

.carouselSection .box {
  height: 206px;
  background: #fff;
  width: 206px;
  margin-left: -1px;
}

.carouselSection .box .boxContainer {
  position: relative;
  max-width: 100%;
  padding: 10px;
}

.carouselSection .box .boxContainer .front,
.carouselSection .box .boxContainer .back {
  max-width: 100%;
}

.carouselSection .box .boxContainer .back {
  /* position: absolute; */
  width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 0;
}

.btnSend {
  background-color: #002035;
  border-color: #002035;
}

.btnSend:hover,
.btnSend:active,
.btnSend:focus {
  color: #fff;
  background-color: #002035 !important;
  border-color: #002035 !important;
}

.slick-dots {
  bottom: 10px;
  width: 100%;
  list-style: none;
  text-align: right;
  right: 20%;
}

.slick-dots li button:before {
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #ffffff;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3bcd3f;
}

.slick-dots li {
  margin: 0;
}

.slick-slide img {
  filter: opacity(0.4);
  opacity: 0.9;
  border: 1px solid;
}

.slick-active img {
  opacity: 1 !important;
  filter: unset !important;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.imageSection {
  min-height: 100px;
  width: 100%;
  max-width: 100% !important;
  text-align: center;
  padding-top: 20px;
  position: relative;
}

.descriptionSection {
  width: 100%;
  max-width: 100% !important;
  font-size: 14px;
  font-weight: 600;
}

.slick-slider {
  margin-bottom: 5px;
}

.back .imageSection {
  min-height: 50px;
  width: 100%;
  max-width: 100% !important;
  text-align: center;
  padding-top: 5px;
  /* margin-top: -10px; */
  margin-bottom: 10px;
}

.back .descriptionSection {
  width: 100%;
  max-width: 100% !important;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
}

.back .addIcon {
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  /* color: #3bcd3f; */
  backface-visibility: hidden;
  cursor: pointer;
  z-index: 9;
}
.back .addIcon:hover {
  color: #3bcd3f;
}
.favoriteColor {
  color: #3bcd3f;
}

/* .slidingSection h4.heading {
    margin-left: -10px;
} */

#carousel0 .tileHeader {
  height: 25px;
  background: #8dbac4;
  width: 100%;
  max-width: 100%;
  color: #fff;
  padding-top: 2px;
  font-size: 14px;
}

#carousel0 .boxContainer {
  cursor: pointer;
  height: 196px;
  overflow: hidden;
}

.carouselSectionSlide {
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
}

#rectangle {
  width: 150px;
  height: 30px;
  background: #3bcd3f;
  display: inline-block;
  margin-left: -4px;
}

#triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 30px solid #3bcd3f;
  border-left: 30px solid transparent;
  display: inline-block;
}

div.slider-image {
  background: #fff;
  margin: 0px;
  position: relative;
  text-align: center;
  height: auto;
  padding: 0px;
  margin-left: 10px;
  overflow: hidden;
}

.shapeSection {
  position: absolute;
  right: 0px;
  top: 15px;
  box-shadow: 1px 4px 1px #002035;
  /* border-bottom: 3px solid #102638; */
  display: block;
  height: 30px;
  overflow: hidden;
}

.shapeText {
  position: absolute;
  top: 4px;
  color: #fff;
  font-size: 16px;
  left: 0px;
  width: 100%;
  display: block;
}

.slideTextSection {
  position: absolute;
  top: 11px;
  left: 20px;
  text-align: left;
  transition: 1s all;
}

.slideTextSection p {
  font-size: 18px;
  transition: 1s all;
}

.borderRightDark {
  border-right: 1px solid #e8eaef;
}
.borderBottomDark {
  border-bottom: 1px solid #e8eaef;
}
.border-head-green {
  border-color: #62d765 !important;
  border-bottom: 2px solid;
}
.font-size16 {
  font-size: 16px;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
section.noteSection {
  min-height: 20px;
  font-size: 12px;
  /* border-top: 1px solid #e8eaef; */
  padding: 10px;
}
.chartNotes {
  padding-left: 10px;
}
header.widget-header {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8eaef;
}
section.chartArea {
  padding-right: 10px;
}
section.chartArea {
  padding-right: 10px;
  min-height: 335px;
}
.popover,
.popover-header {
  font-size: 12px;
}
.popover {
  border: 1px solid #3bcd3f;
}
.popover-header {
  padding: 0.3rem 0.75rem;
  background-color: #fff;
  border-bottom: none;
}
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: #3bcd3f;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: none;
}
.popover-body {
  padding-top: 0px;
}
/* .progress {
  width: 130px;
  height: 130px;
  background: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #002035;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
} */

/* .progress .progress-left {
  left: 0;
} */

/* .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #00b19c !important;
} */

/* .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
} */

/* .progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
} */
.out100 {
  position: absolute;
  top: 30px;
  left: 69%;
  font-size: 40px;
  font-weight: bold;
}
.changeBorderRight {
  border-right: 1px solid #ddd;
}
span.changeText {
  font-size: 32px;
  display: block;
  color: #00b19c;
}
.changeText + small {
  font-size: 12px;
  text-align: center;
}
#tsc_nav_1 .odi .nav-link {
  padding: 3px 15px;
}
.desktop.navbar .input-group {
  width: 450px;
  justify-content: flex-end;
  margin-right: 0px;
  align-items: center;
}
ul.nohover {
  margin-top: 3px;
}
.navbar .input-group {
  height: 30px;
}

.input-group input {
  height: 28px;
}
/* .navbar .nav-item:hover .nav-item:hover > a{color:#fff} */
#lineChartdbl
  li.amcharts-amexport-item.amcharts-amexport-item-level-0.amcharts-amexport-item-csv {
  opacity: 1;
  background: #fff;
  border: 1px solid #d6d9d8 !important;
  border-radius: 0px;
  font-size: 16px;
  padding-top: 2px;
  position: absolute;
  right: -16px;
  background: #d6d9d8;
}

#lineChartdbl
  li.amcharts-amexport-item.amcharts-amexport-item-level-0.amcharts-amexport-item-csv
  a
  i {
  color: #002035;
}
li.amcharts-amexport-item.amcharts-amexport-item-level-0.amcharts-amexport-item-csv {
  opacity: 1;
  background: #fff;
  border: 1px solid #d6d9d8 !important;
  border-radius: 0px;
  font-size: 16px;
  padding-top: 2px;
  background: #d6d9d8;
}

li.amcharts-amexport-item.amcharts-amexport-item-level-0.amcharts-amexport-item-csv
  a
  i {
  color: #002035;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa !important;
}

/* header aside i {
    color: #00b19c;
} */
.serbox {
  width: 100%;
  text-align: center;
  font-size: 12px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.grid {
  width: 100%;
}
.grid .row,
.listing .row {
  width: 100%;
}
.serbox .imageSection {
  padding: 15px 0;
  min-height: 89px;
}

.serbox .tileHeader {
  color: #fff;
  background: #a5aab0;
  padding: 2px;
}
.listing .row:hover {
  background: #fbfbfb;
}
.serbox p {
  font-weight: normal;
  font-size: 12px;
}
.serbox .descriptionSection {
  padding: 0 8px;
  font-size: 13px;
}
.tooltip.show {
  opacity: 1;
}
.serPage.nav-tabs a.nav-link {
  font-size: 20px !important;
  padding: 0 5px !important;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #25bb3d;
}
.navbar-nav .dropdown-menu .dropdown-toggle::after {
  transform: rotate(270deg) !important;
}

.modal {
  z-index: 99999999;
}
.modal-backdrop {
  z-index: 999999;
}
.filterSection .select2-container {
  display: block;
}
#tsc_nav_1 .MegaMenu > .dropdown-menu {
  width: 100%;
}
.MegaMenu {
  position: static;
}
.slick-current:after {
  content: "";
  -webkit-box-shadow: 8px 7px 8px -6px rgba(154, 154, 154, 0.75);
  -moz-box-shadow: 8px 7px 8px -6px rgba(154, 154, 154, 0.75);
  box-shadow: 8px 7px 8px -6px rgba(154, 154, 154, 0.75);
  width: 100%;
  height: 98%;
  top: 0;
  position: absolute;
}
.slick-slide.slick-current {
  position: relative;
}
.slick-slide:not(.slick-current) .slider-image:after {
  /* background: rgba(226,226,226,1);
background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(209,209,209,1) 2%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,226,226,1)), color-stop(0%, rgba(219,219,219,1)), color-stop(2%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(209,209,209,1) 2%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(209,209,209,1) 2%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(209,209,209,1) 2%, rgba(254,254,254,1) 100%);
background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(209,209,209,1) 2%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 ); */
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
}
.change {
  display: flex;
  justify-content: center;
}
.mom {
  padding: 0 10%;
}
#loadTopCategory .col-sm-4 {
  padding: 0;
  font-size: 12px;
  padding-right: 10px;
}
#loadTopCategory .col-sm-4 a {
  min-height: 30px;

  line-height: 22px;
  border-right: 0px solid #f9f9f9;
}
.slick-slider:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 9;
  left: -2px;
  top: 0;
  box-shadow: -26px 7px 24px 66px rgb(255, 255, 255);
}
.slick-slider:before {
  content: "";
  position: absolute;
  width: 0;
  height: 86%;
  z-index: 9;
  right: -2px;
  top: 0;
  box-shadow: -26px 7px 24px 66px rgb(255, 255, 255);
}
.bkbtn {
  text-align: right;
  background: #002035;
  color: #fff;
  padding-right: 10px;
  width: auto;
  float: right;
  position: absolute;
  right: 0px;
  top: -10px;
  cursor: pointer;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  /*
border: 1px solid #002035; */
  background: #fff;
  color: #00b19c;
  padding-left: 10px;
}

.filterIcon {
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  padding-top: 1px;
  font-weight: bold;
  color: #00b19c;
}
.icons a {
  position: relative;
  padding: 5px 8px;
  color: #667986 !important;
}
.icons a:hover,
.fav:hover {
  color: #00b19c !important;
}

.icons a:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #ccc;
  right: 0;
  top: 7px;
}
.fav {
  padding: 5px;
  color: #667986;
  font-size: 14px;
}
/* .listing .repoAction{float:right} */

.mom {
  padding: 0 30px !important;
}
.filterSection .select2-container {
  display: block;
}

.noCardBorder {
  border: none;
  width: 70%;
  margin: 0 auto;
  box-shadow: none;
}
.borderLeft {
  border-left: 1px solid #e8eaef !important;
}
.slidingSection {
  margin-top: -10px;
}

/* .recentlyViewed .boxContainer .front p {
          text-align: left;
      }
      #carousel0 .descriptionSection p{
          line-height: 16px;;
      }

     .descriptionSection{
          line-height: 16px;;
      }
      .back .descriptionSection {
        margin-top: 10px;
    }
    .back .imageSection {
        margin-bottom: 0px;
    }
    .back p{
        margin-bottom: 0px;
    font-weight: bold;
    width: 85%;
    margin: 0 auto;
    line-height: 16px;
    min-height: 36px;
    }
    .back .imageSection img {
        width: 30%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
     */
.back .addIcon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.descriptionSection a {
  font-weight: normal;
}
.recentlyViewed p {
  text-align: left;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 0px !important;
}

.year {
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
}
.serbox .tileHeader {
  color: #fff;
  background: rgb(178, 203, 213);
  padding: 2px;
}

p {
  line-height: 16px;
}

.back .imageSection img {
  width: 32%;
}
.back .descriptionSection {
  width: 100%;
  max-width: 100% !important;
  font-size: 11px;
  text-align: left;
  margin-top: 10px;
}
.back p {
  margin-bottom: 0px;
  color: #002035;
  font-weight: bold;
}
.recentlyViewed .front .imageSection img {
  opacity: 1 !important;
}
.recentlyViewed .front .descriptionSection {
  opacity: 1 !important;
}
.filterSection .select2-container {
  padding-right: 0px !important;
}

.switchToggle.switch input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.switchToggle.switch label {
  cursor: pointer;
  width: 45px;
  height: 22px;
  background: #00b19c;
  display: block;
  border-radius: 56px;
  position: relative;
  margin-left: -40px;
  margin-top: 9px;
}

.switchToggle.switch label:before {
  content: attr(data-off);
  position: absolute;
  top: 1.4px;
  right: 0;
  font-size: 8.4px;
  padding: 7px 7px;
  color: white;
}

.switchToggle.switch input:checked + label:before {
  content: attr(data-on);
  position: absolute;
  left: 0;
  font-size: 8.4px;
  padding-left: 7px;
  color: white;
}

.switchToggle.switch label:after {
  content: "";
  position: absolute;
  top: 2.4px;
  left: 2.4px;
  width: 17.2px;
  height: 17.2px;
  background: #fff;
  border-radius: 5.6px;
}

.switchToggle.switch input:checked + label {
  background: #00b19c;
}

.switchToggle.switch input:checked + label:after {
  -webkit-transform: translateX(22px);
  transform: translateX(22px);
}
.switchToggle.switch input:checked + label:after {
  animation: none;
  -webkit-transform: translateX(22px);
  transform: translateX(22px);
}
.switchToggle.switch label:after {
  content: "";
  position: absolute;
  top: 2.4px;
  left: 2.4px;
  width: 17.2px;
  height: 17.2px;
  background: #fff;
  border-radius: 17.6px;
}
.catimageSection {
  position: relative;
  overflow: hidden;
}
/* .catimageSection::after {
    content: ' ';
    position: absolute;
    bottom: -4px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 1%, rgba(255,255,255,0.3718662464985995) 31%);
    width: 100%;
    height: 100px;
    display: block;
} */
.switch.switchToggle.d-flex {
  justify-content: flex-start !important;
}
.switch.switchToggle.d-flex span:first-child {
  margin-right: 50px !important;
}
.switch.switchToggle.d-flex span:last-child {
  margin-left: 10px;
}

.catimageSection::after {
  content: " ";
  position: absolute;
  bottom: -22px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 9%,
    rgba(255, 255, 255, 0.9718662464985995) 11%
  );
  width: 100%;
  height: 17px;
  display: block;
  box-shadow: 0px -20px 20px 16px rgba(255, 255, 255, 1);
}
.navbar-nav .btn {
  border-radius: 0px !important;
}

a {
  line-height: 16px;
}
li.nav-item.odi {
  margin-left: 5px;
}
/* .requestCustom{
    background: #3bcd3f !important;
    -webkit-transition: all .7s;
    transition: all .7s;

} */
/* #requestCustom.requestCustom:hover{
    background: 0 0 !important;
    color: #3bcd3f !important;
    border: 0;
    border-top: 1px solid #3bcd3f;
    border-bottom: 1px solid #3bcd3f;
}

#requestCustom.requestCustom:before {
    background: #3bcd3f;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    transition: all .4s ease;
}
#requestCustom.requestCustom:after{
    top: inherit;
    left: inherit;
    bottom: 0;
    right: 0;
} */

.blogimageSection {
  position: relative;
}
.blogHeading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.blogdesc {
  /* float: left; */
  font-size: 14px;
  padding: 7px 5px;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  background: rgba(21, 161, 137, 0.85);
  position: absolute;
  top: 20%;
  left: 12%;
  width: 80%;
  display: block;
  margin: 0 auto;
  min-height: 100px;
}

.blogHeading a:hover {
  text-decoration: underline;
}
.blogHeading a {
  color: #fff;
  font-size: 17px;
  display: flex;
  line-height: 21px;
}

.hello {
  color: rgb(255, 255, 255);
  font-weight: 300;
  margin-top: 5px;
  position: relative;
  background: rgb(124, 204, 78);
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  padding: 3.5px 15px;
  transition: all 0.7s ease 0s;
}

.hello:hover:before {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}
.hello:after,
.hello:before {
  background: #3bcd3f;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s ease;
}
.hello:hover {
  background: 0 0;
  color: #3bcd3f;
}
.hello:after {
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
}
.hello:hover:after {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}
.dropdown-menu.dchild {
  min-width: 220px;
}
.search-panel select {
  width: 100px !important;
}

.topics {
  display: inline-block;
  width: 100%;
}
.blogContainer .share {
  position: relative;
  float: right;
}
.blogContainer .share .dropdown-trigger {
  padding: 0 5px;
  font-size: 16px;
}
.blogContainer .share ul {
  position: absolute;
  background-color: #171f2b;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 10px;
  right: 35px;
  top: -10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  list-style: none;
}
.blogContainer .share ul:before {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #171f2b;
  content: "";
  right: -8px;
  top: 8px;
}
.blogContainer .share ul li {
  float: left;
  margin: 5px 2px;
}
.blogContainer .topics ul li a {
  font-size: 10px;
  line-height: 8px;
  text-align: left;
  color: #171f2b;
  text-decoration: none;
}
.blogContainer .share ul li a {
  color: #fff;
  font-size: 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.blogContainer {
  position: relative;
}
.blogHeading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  max-width: 300px;
}
.blogHeading a {
  color: #fff;
  font-size: 24px;
  display: flex;
  line-height: 30px;
  font-weight: bold !important;
}

.blogdesc {
  min-height: 170px;
  text-align: left;
  padding-left: 20px;
}
.borderBottomDarktoo {
  border-bottom: 1px solid #d2d2d2;
}

.catList {
  position: static;
  margin-bottom: 10px;
}

.catList .box {
  height: 206px;
  background: #fff;
  width: 206px;
  margin-left: -1px;
  display: inline-block;
  margin-bottom: 10px;
}
.catList .box .boxContainer {
  position: relative;
  max-width: 100%;
  padding: 10px;
}
iframe {
  border: 1px solid #f7f7f7;
  width: 100%;
}
#tsc_nav_1 .demo .dchild {
  top: 0;
  right: 100%;
  left: auto;
}
.navbar .nav-item .nav-item.demo:hover > a {
  color: #fff;
  background: #00b19c;
}
.row.asset {
  width: 100%;
}
.widget-header h3 {
  display: inline-block;
}

* {
  box-sizing: border-box;
}
.newHeader {
  height: 102px;
  background: #fff;
  border-bottom: 4px solid #007265;
  padding-bottom: 0px;
  margin: 0px;
  z-index: 9999;
}
.newHeader .page-header-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
.newHeader .firstRow {
  width: 100%;
  min-height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newHeader .secondRow {
  height: 29px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newHeader .navbar-nav > li {
  float: none;
}
.newHeader .navbar-nav {
  float: none;
  display: flex;
  align-items: center;
}
.newHeader .logoName {
  font-size: 2.7em;
  color: #007265;
  font-weight: 300;
  text-shadow: none;
  padding-left: 30px;
  position: relative;
  vertical-align: middle;
}
.newHeader .firstCol1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newHeader .logoName::after {
  content: " ";
  position: absolute;
  background: #9bb9c2;
  height: 45px;
  width: 2px;
  left: 12px;
}
.newHeader .navbar-nav > li > a {
  color: #002035;
}
.newHeader .nav > li > a:hover {
  background: transparent;
}
.newHeader .dropdown-menu {
  box-shadow: none;
}
.newHeader .nav .open > a,
.newHeader .nav .open > a:focus,
.newHeader .nav .open > a:hover {
  background: transparent;
}
.newHeader .nav.pull-right > li > .dropdown-menu,
.newHeader .nav > li > .dropdown-menu.pull-right {
  top: 21px;
}
.hello {
  color: rgb(255, 255, 255);
  font-weight: 300;
  margin-top: -1px;
  position: relative;
  background: #3fcb49;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  transition: all 0.7s ease 0s;
  margin-left: 10px;
  display: block;
}
.hello a {
  color: #fff !important;
}

.hello:hover:before {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}
.hello:after,
.hello:before {
  background: #3fcb49;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s ease;
}
.hello:hover {
  background: 0 0;
}
.hello:hover > a:first-of-type {
  color: #3fcb49 !important;
}
.hello:after {
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
}
.hello:hover:after {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}
.secondCol2 ul li a {
  min-height: 25px;
}

.newHeader .dropdown-menu > li > a {
  border-left: 3px solid transparent;
  border-bottom: 1px solid #f9f9f9;
}
.newHeader .dropdown-menu > li > a:hover {
  color: #002035;
  border-left: 3px solid #3fcb49;
}
.newHeader .dropdown-menu > li.active:hover > a,
.newHeader .dropdown-menu > li.active > a,
.newHeader .dropdown-menu > li:hover > a {
  text-decoration: none;
  background-image: none;
  background-color: #ebf1f3;
  color: #555;
  filter: none;
}
.newHeader .dropdown-menu {
  box-shadow: 2px 5px 6px 0px rgba(0, 174, 155, 0.07);
  border: 1px solid #dfebf3;
}
.newHeader .btn-group > .dropdown-menu:before,
.newHeader .dropdown-toggle > .dropdown-menu:before,
.newHeader .dropdown > .dropdown-menu:before {
  display: none !important;
}
.newHeader .nav.pull-right > li > .dropdown-menu:after,
.newHeader .nav > li > .dropdown-menu.pull-right:after {
  display: none !important;
}
.newHeader .btn-group > .dropdown-menu:after,
.newHeader .dropdown-toggle > .dropdown-menu:after,
.newHeader .dropdown > .dropdown-menu:after {
  display: none !important;
}
.newHeader .dropdown-menu > li > a {
  color: #002035 !important;
}
.secondCol2 ul .dropdown-menu > li > a {
  color: #002035 !important;
}
.newHeader .dropdown-menu > li > a {
  padding: 8px 15px;
  text-decoration: none;
  display: block;
  clear: both;
  /* font-weight: 300; */
  line-height: 16px;
  white-space: nowrap;
}
.b-holder {
  top: auto;
  z-index: 200;
  padding: 8px 0 0 20px;
  background: transparent;
  width: 100%;
  position: relative;
}
.newHeader a:hover {
  text-decoration: none;
}
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.userAnchor {
  min-height: 34px !important;
  display: flex !important;
  align-items: center !important;
}
.userAnchor i {
  font-size: 26px;
  color: #455561;
  vertical-align: middle;
}
.nav > li > a {
  padding: 10px 10px;
}
.newHeader .dropdown-menu > li > a {
  padding: 8px 15px;
  text-decoration: none;
  display: block;
  clear: both;
  font-weight: 400 !important;
  line-height: 16px;
  white-space: nowrap;
  font-size: 12px;
}
.c-menu.newMenu {
  z-index: 200;
  background-color: #fff;
  transition: transform 0.3s;
  min-width: 270px;
  padding: 0px;
  border: 1px solid #9bb9c2;
  transform: translateX(-270px);
  margin-top: 3px;
  position: absolute;
  top: 99px;
  left: 0px;
}
.c-menu.newMenu.open {
  transform: translateX(0px);
}
#sideBar {
  display: block;
  width: 100%;
  position: relative;
  border: none;
  box-shadow: none;
  margin-top: 0px;
}
.page-container-full {
  margin-top: 58px;
}
.homePage .page-container-full {
  margin-top: 95px;
}
.breadcrumb {
  padding: 5px 5px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 0;
  font-size: 12px;
  padding-left: 0px;
  margin-bottom: 0px !important;
  z-index: 99;
  position: relative;
  background: transparent;
}
.breadcrumb a:hover {
  color: #00b19c;
  text-decoration: none;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 0px;
  color: #ccc;
  padding-left: 3px;
}
.mobileSize .btn.btn-default {
  border-left: none;
}
.mobileSize .n-select-style {
  border-right: none;
}
.mobileSize .form-control:focus {
  border-color: #ccc;
  border-right: none;
}
.mobileSize .btn-default.active,
.mobileSize .btn-default:active,
.mobileSize .btn-default:hover,
.mobileSize .open > .btn-default.dropdown-toggle,
.mobileSize .btn-default.focus,
.btn-default:focus {
  background-color: transparent;
  border-color: #ccc;
}

.mobileSize .form-control {
  border-right: none;
}
.mobileSize #suggesstion-box,.mobileSize #suggesstion-box1 {
  width: 100%;
}

.newHeader a:focus {
  color: inherit;
  text-decoration: none;
}
.newHeader ul.dropdown-menu.dropdown-menu-default.right {
  left: -80px;
}
.first-row.navbar-nav .nav-item:hover {
  background: transparent !important;
}
/* .dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
} */
.hello ul.dropdown-menu {
  left: -75px;
}

.newHeader .navbar .nav-link:hover {
  background: #002035 !important;
  color: white !important;
}
.newHeader .dropdown-menu {
  left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  right: 0;
}
.newHeader .nav-link {
  padding: 0.4rem 1rem;
}

#tsc_nav_1 .navbar .nav-link:focus,
.navbar .nav-link:hover,
.navbar .nav-item:hover {
  background: #002035 !important;
  color: white !important;
}
.las.la-filter {
  color: #00b19c;
  cursor: pointer;
}
.news-section .news .date-link {
  background: #ddeaed;
  padding: 2px 9px;
  font-size: 10px;
}
.news-section .news a.a-link {
  color: #002035;
  font-size: 12px;
  font-weight: bold;
}
.news-section .news a.a-link:hover {
  text-decoration: underline;
}
.news-section .bar {
  position: relative;
}
.size16 {
  font-size: 16px !important;
}
.table {
  font-size: 12px;
  /* margin-bottom:30px; */
}
.table th {
  /* color: #334d5d; */
  border-top: none;
}
.table td,
.table th {
  padding: 0.2rem;
  vertical-align: middle;
}
.multiselect-native-select > .btn-group > .btn-default {
  font-size: 12px !important;
  text-align: left;
}
.mSelect + div.btn-group {
  display: flex;
}
.mSelect + div.btn-group button.multiselect {
  width: 100%;
  min-height: 38px;
  white-space: normal;
}
.fSelect + div.btn-group {
  display: flex;
}
.fSelect + div.btn-group button.multiselect {
  width: 100%;
  min-height: 38px;
  white-space: normal;
}
.customFilterMselect + div.btn-group {
    display: flex;
}
.customFilterMselect + div.btn-group button.multiselect {
width: 100%;
min-height: 38px;
white-space: normal;
}

.multiselect-filter .input-group span {
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.multiselect-container > li > a {
  margin-left: 0px;
}
.multiselect-clear-filter {
  margin-right: 0;
}
.btn.multiselect-clear-filter {
  border: 1px solid transparent;
  padding: 0.11rem 0.75rem;
}
.multiselect-container > li > a {
  padding: 5px 0px;
  display: block;
  border-bottom: 1px solid #ddd;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 11px;
  width: 100%;
}
.multiselect.dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 13px;
}
.multiselect-container > li > a:hover {
  background-color: #ebf1f3;
}
.multiselect-container > li > a input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  display: none;
}
.multiselect-container > li > a input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
  vertical-align: text-top;
}
.mSelect + div.btn-group button.multiselect {
  width: 100%;
  min-height: 28px;
  white-space: normal;
}
.customFilterMselect + div.btn-group button.multiselect {
    width: 100%;
    min-height: 28px;
    white-space: normal;
}
.filterSection {
  position: absolute;
  width: 100%;
  z-index: 999;
  background: #fff;
  max-width: 250px;
  right: 0px;
}
.full-screen-section {
  width: 30px;
  height: 30px;
  border: 1px solid;
  display: block;
  border-radius: 50%;
  color: #00b19c;
  text-align: center;
  position: relative;
  cursor: pointer;
  align-self: flex-end;
}
.full-screen-section img {
  width: 14px;
  position: absolute;
  top: 6px;
  left: 7px;
}

.panel-fullscreen {
  display: block;
  z-index: 99999999;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
  background: #fff;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex: 0 0 100%;
}
#searchText {
  width: 620px;
}
.searchbutton {
  top: 7px;
  position: absolute;
  right: 7px;
  z-index: 9;
}
.tooltip-inner {
  border: 1px solid #002035;
  background-color: white;
  color: #002035;
}
.tooltip {
  font-size: 11px;
  font-family: "Fira Sans" !important;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #002035;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6 !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: rgb(0, 174, 155);
  background-color: #f4f8f9;
  border-color: rgb(0, 174, 155) rgb(218, 227, 230) white;
  border-top-width: 3px;
  border-top-style: solid;
  margin-bottom: -1px;
}
.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20%;
  padding: 10px;
}
.progressbar-text {
  text-align: center;
  color: #002035 !important;
  line-height: 24px;
}
.guageActive {
  background: #f4f8f9;
}
.inactiveGuage svg path {
  stroke: #c6dde1 !important;
}
.inactiveGuage svg path:nth-child(1) {
  stroke: #ddeaed !important;
}
.toggleSectionGuage .progressbar-text,
.bar-section-with-date .progressbar-text {
  display: none;
}
.bar svg {
  height: 7px !important;
}
.bar {
  width: 50%;
}
.news-section .bar {
  width: 120px;
}
.news-section .progressbar-text {
  position: absolute;
  right: -20px !important;
  top: -2px !important;
  left: auto !important;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}
.bar-section-with-date {
  display: flex;
  align-items: center;
  justify-content: start;
}
.toggleSectionGuage {
  padding-bottom: 0 !important;
  padding-top: 20px !important;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.3rem 0.3rem 0;
  border-top-color: #212529;
}
.openBox .la-angle-down {
  color: #8dbac4 !important;
}
.ampopup-content {
  background: rgba(255, 255, 255, 1) !important;
  padding: 1em 1em !important;
  color: rgb(0, 0, 0);
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  z-index: 2002;
  box-shadow: 0px 1px 0px 1px rgb(0 0 0 / 17%) !important;
  min-height: 280px;
  height: 150px;
    min-height: 260px;
    overflow: hidden;
}
.ampopup-content {
  padding: 0 !important;
}
.ampopup-content p {
  padding-left: 5px !important;
}
.ampopup-curtain {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2001;
  /* background-color: #8dbac4 !important; */
  background-color: #fff !important;
  opacity: 0.55 !important;
}
.ampopup-inside {
  padding: 0.5em;
}

.BorderLeftLight {
  border-left: 1px solid #e9edf0;
}
.modal-content {
  border-radius: 0;
}
iframe {
  border: 1px solid #ffffff;
  width: 100%;
}
div.hopscotch-bubble{
  z-index: 99999;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.1);
  z-index: 9998;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: none;
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: collapse;
  border-spacing: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  min-width: 1.2em !important;
  padding: 0.2em 0.5em !important;
  border: 1px solid #ddd !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 0;
  margin-left: -1px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  border-left: none !important;
  border-right: none !important;
}
.dataTables_wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_processing {
  background-color: transparent !important;
  background: transparent !important;
  top: 20%;
}
table.dataTable tbody td, table td {
  word-break: break-word !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  background-image: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background: #002035 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.4em 0.6em !important;

}
.TrendChart {
  vertical-align: middle;
  display: inline-block;
  width: 76px;
  height: 19px;
}
.dataTables_wrapper  {
  color: #002035;
}
.dataTables_wrapper select {
  border-radius: 0px !important;
    border-color: #ccc !important;
    color: #002035;
}
/* .btn.multiselect-clear-filter {
  height: 28px;
  font-size: 14px;
} */

.btn.multiselect-clear-filter {
  height: 28px;
  font-size: 14px;
  padding-left: 7px;
  border: none;
  padding-top: 4px;
}
.btn.multiselect-clear-filter:focus{
  background:#ddeaed !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ecf1f3 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: inherit;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color:inherit;
}
.dataTables_wrapper .dataTables_processing {
  background-color: transparent !important;
  background: transparent !important;
  top: 50%;
}
.loader-info{
  left: calc(100% / 2 - 37.5px);
  top: calc(100% / 2 - 37.5px);
  position: absolute;
  z-index: 99;
}
.loader-info, .loader-info-iframe {
  border: 5px solid #ebf1f3;
  border-radius: 50%;
  border-top: 5px solid #00b19c;
  width: 45px;
  height: 45px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  transform: translate(0, -50%);
}
div#suggesstion-box,div#suggesstion-box1 {
  width: 100%;
  top: 0px;
  min-height: 26px;
  padding: 5px 10px;
  top: 28px;
  padding-left: 0px;
  padding-right: 0px;
}
#suggesstion-box ul, #suggesstion-box1 ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#suggesstion-box ul li,#suggesstion-box1 ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bbd6dc;
  padding-left: 10px;
  padding-right: 10px;
}
#suggesstion-box ul li:hover,#suggesstion-box1 ul li:hover {
  background: rgb(232 242 244);
}
#suggesstion-box ul a, #suggesstion-box1 ul a {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #8dbac4;
}

#suggesstion-box ul a  span, #suggesstion-box1 ul a  span{
  display: block;
  font-size: 12px;
  color: #002035;
}

#suggesstion-box ul li:last-child, #suggesstion-box1 ul li:last-child {
  border: none;
}
div#suggesstion-box > div, div#suggesstion-box1 > div {
  padding: 5px 10px;
}
input, select, .multiselect-native-select > .btn-group > .btn-default  {
  font-size: 12px !important;
  color: #002035 !important;
}
.form-control {
  border-color: #bbd6dc;
  border-radius: 0px;
  color: #002035 !important;
}
label {
  display: inline-block;
  margin-bottom: 2px;
}

/* .datepicker {
  transform: translate(0, 9.6em);
  border-radius:  0 !important;
} */

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #00b19c !important;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #00b19c !important;
    background-image: -moz-linear-gradient(to bottom,#00b19c,#00b19c) !important;
    background-image: -ms-linear-gradient(to bottom,#00b19c,#00b19c) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#00b19c),to(#00b19c)) !important;
    background-image: -webkit-linear-gradient(to bottom,#00b19c,#00b19c) !important;
    background-image: -o-linear-gradient(to bottom,#00b19c,#00b19c) !important;
    background-image: linear-gradient(to bottom,#00b19c,#00b19c) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b19c', endColorstr='#00b19c', GradientType=0) !important;
    border-color: #00b19c #00b19c #00b19c !important;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #00b19c !important;
  background-image: -moz-linear-gradient(to bottom,#00b19c,#00b19c) !important;
  background-image: -ms-linear-gradient(to bottom,#00b19c,#00b19c) !important;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00b19c),to(#00b19c)) !important;
  background-image: -webkit-linear-gradient(to bottom,#00b19c,#00b19c) !important;
  background-image: -o-linear-gradient(to bottom,#00b19c,#00b19c) !important;
  background-image: linear-gradient(to bottom,#00b19c,#00b19c) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b19c', endColorstr='#808080', GradientType=0);
  border-color: #00b19c #00b19c #00b19c !important;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}
.datepicker td, .datepicker th,.datepicker table tr td span {
  border-radius: 0px !important;
}

.desktop-view.navbar-light .navbar-nav a, #c-menu--slide-right a{

  font-size: 12px;
}

/* .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #00b19c !important;
} */

/* .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #fff !important;
  background-image: -moz-linear-gradient(to bottom,#fff,#fff) !important;
  background-image: -ms-linear-gradient(to bottom,#fff,#fff) !important;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff)) !important;
  background-image: -webkit-linear-gradient(to bottom,#fff,#fff) !important;
  background-image: -o-linear-gradient(to bottom,#fff,#fff) !important;
  background-image: linear-gradient(to bottom,#fff,#fff) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#0044cc', GradientType=0);
  border-color: #fff #fff #fff !important;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
} */

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #00b19c !important;
  color: #fff !important;
}
.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #fff !important;
}
body.d-flex.flex-column.min-vh-100 {
  min-height: 100vh;
}
.mb-17 {
  margin-bottom: 17px !important;
}
.slimScrollDiv {
  padding-right: 10px !important;
  margin-bottom: 10px !important;
}
.openBox .la-angle-up {
  color: #8dbac4 !important;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 10px 17px;
  border-bottom: none;
  padding-left: 5px;
}
small {
  font-size: 12px;
}
.progress {
  border-radius: 0px;
}
.news a {
  font-weight: bold;
}
.datepicker.dropdown-menu{
  border-radius: 0 !important;
}
.slimScrollBar {
  border-radius: 0 !important;
  opacity: 1 !important;
  background-color: rgb(141, 186, 196) !important;
}
.slimScrollRail {
  border-radius: 0 !important;
  opacity: 1 !important;
  background-color: #d7e9ed  !important;
}

/* .input-group-btn {
  display: none !important;
}
input.form-control.multiselect-search {
  margin-right: 9px !important;
} */
/* .riskLegendTopDiv {
  position: absolute;
  left: 50%;
  transform: translateX(-34%);
  top: -32px;
  width: 100%;
} */
.riskLegendTopDiv {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 117px;
  width: 100%;
  display: block !important;
}
.riskLegendTopDiv img {
  width: 70%;
}
.input-daterange input{
  border-radius: 0 !important;
}

.mySolutions + ul {
  height: 350px;
  overflow-y: auto;
  min-width: 220px !important;
}

.w-10 {
  width: 9% !important;
}
.bg-green-jungle {
  background: #25BB3D!important;
}
.bg-red-mint {
  background: #BB3609!important;
}
.size18{
  font-size: 18px !important;
}
.size10 {
  font-size: 10px !important;
}
.size21 {
  font-size: 21px !important;
}
.modal-header {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}
.modal-header h5 {
  font-size: 18px !important;
}

.popover {
  width: 350px;
  max-width: 350px !important;
  font-family: 'Fira Sans' !important;
}
.mobile-view {
  display: none !important;
}
.desktop-view {
  display: block !important;
}
.bg-light {
  background: #f4f8f9 !important;
}
.adjustSideBar .border {
  border: 1px solid #8dbac4!important;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 5px;
  font-size: 12px;
}
.dataTables_wrapper label {
  font-size: 12px !important;
}

.irs-from, .irs-single, .irs-to, .irs-max, .irs-min{
  border-radius: 0px;
}
.multiselect-container > li > a {
  color: #002035 !important;
}

.loader-info-iframe {
  border: 5px solid #ebf1f3;
  border-radius: 50%;
  border-top: 5px solid #00b19c;
  width: 45px;
  height: 45px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  transform: translate(0, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
}

iframe {
  border: 1px solid #ffffff;
  width: 100%;
  position: relative;
}
.first-row + ul {
  margin-top: 10px;
}

/* Media Queries */


@media screen and (max-width: 1263px) {
  #searchText {
    width: 420px;
}
.mobile-view {
  display: none !important;
}
.desktop-view {
  display: block !important;
}
}



@media screen and (max-width: 1150px) {
  .newHeader .logoName {
    font-size: 1.99em;
  }
  .mobileSize {
    width: 444px !important;
  }
  .mobile-view {
    display: none !important;
  }
  .desktop-view {
    display: block !important;
  }
}
@media screen and (max-width: 1034px) {
  #searchText {
    width: 355px;
}
.mobile-view {
  display: none !important;
}
.desktop-view {
  display: block !important;
}
.progressbar-text {
  line-height: 18px !important;
}
.progressbar-text span {
  font-size: 16px !important;
}
}
@media only screen and (max-width: 990px) {
  .page-header {
    display: block;
  }
  .mobile-view {
    display: block !important;
  }
  .desktop-view {
    display: none !important;
  }
  .newHeader {
    height: 96px;
}
  body .container-fluid.marginTop120 {
    margin-top: 0 !important;
}
.newHeader .navbar-nav {
  float: none;
  display: flex;
  align-items: flex-start;
  background: #fff !important;
  padding: 10px;
  /* justify-content: flex-start; */
}
.newHeader .navbar-nav > li > a {
  color: #00b19c;
}
.newHeader .navbar-nav {
  float: none;
  display: flex;
  align-items: flex-start;
  background: #fff !important;
  padding: 10px;
  height: 350px;
  overflow-y: auto;
}
#searchText {
  width: 100%;
}
div#searchfield {
  width: 73%;
}
#suggesstion-box1 ul {
  z-index: 99;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  background: #f6fbfd;
  top: 0px;
}
.smLogo{
  height: 30px !important;
}
.newHeader .logoName::after {
  content: " ";
  position: absolute;
  background: #9bb9c2;
  height: 27px;
  width: 2px;
  left: 5px;
}
.newHeader .logoName {
  font-size: 1.89em;

  padding-left: 16px;
}
.riskMobileLeg{
  margin-top: auto !important;
}
.full-screen-section{
  display: none !important;
}
.mHeader{
  flex-direction: column;
  align-items: flex-start !important;
}
.mHeader h4 {
  margin-bottom: 10px !important;
}
.mHeader img {
  width: 75% !important;
}
.mFilter {
  margin-bottom: 20px;
}
.mLeft {
  padding-left: 15px;
  padding-top: 15px;
}
.newHeader{
position: relative;
}
.table th{
  width: auto !important;
}
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1);
  /* float: right; */
  margin-top: 12px !important;
}

.mSectionTopFil span {
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}
.mSectionTopFil p {
  margin-bottom: 0px !important;
}
.mSectionTopFil > * {
  line-height: 25px;
}
.mSectionTopFil .form-control {
  width: 100% !important;
  margin-left: 0 !important;
}
.riskLegendTopDiv {
  position: relative !important;
  transform: translateX(0) !important;
  left: auto !important;
  top: auto !important;
  margin-top: 10px;
  margin-bottom: 20px;
}
.progressbar-text span{
  font-size: 16px !important;
}
.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 100% !important;
  max-width: 100%;
  padding: 10px;
}
.w-10 {
  width: 100% !important;
}
.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  animation: none;
  right: 0;
  border-left-color: rgba(0,0,0,.25);
}
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  animation: none;
  right: 0;
  border-left-color: rgba(0,0,0,.25);
}
.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  animation: none;
  right: 0;
  border-left-color: rgba(0,0,0,.25);
  display: none;
}
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
  display: none;
}
.btn.float-right.disabled{
  margin-bottom: 10px;
}

.nav-tabs .nav-link.text-center {
  text-align: left !important;
}
.adjustSideBar #searchfield span.input-group-btn {
  background: #fff;
  display: block;
  height: 28px;
  width: 30px;
  /* background: red; */
  position: absolute;
  top: 0px;
  right: 0px;
}
div#suggesstion-box1 {
  width: 100%;
  top: 0px;
  min-height: 26px;
  padding: 5px 10px;
  top: 28px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 9999;
  position: relative;
  top: 0 !important;
}

.table-m-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
  text-align: left;
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
  text-align: right;
}
h4.heading {
  color: #007265;
  font-size: 14px;
  font-weight: 600;
  display: block !important;
}
table td  .d-flex .progress {
  width: 83% !important;
}
#newsSectionRight {
  padding-top: 20px;
  padding-bottom: 20px;
}
#managedNewsSectionRight {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* .homeRiskLeg {
  position: relative !important;
  left: auto !important;
  transform: translateX(0%) !important;
  top: auto !important;
  width: 100%;
  display: block !important;
  flex: none;
} */
.mheadingSource{
  margin-left: 0 !important;
}
}

@media screen and (max-width: 361px) {
  div#searchfield {
    width: 65%;
}
.mheadingSource{
  margin-left: 0 !important;
}
}
/* .homeRiskLeg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 117px;
    width: 100%;
    display: block !important;
    flex: none;
} */

.mSectionTopFil {
  padding-top: 5px;
}
.adjustCenterHead {
  margin-top: 10px !important;
}
div#suggesstion-box > div.slimScrollDiv, div#suggesstion-box1 > div.slimScrollDiv {
  padding-left: 0px !important
}
table.existngAlert.dataTable.table-condensed > thead > tr > th{
  padding-left: 10px !important;
}

.overlayMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    z-index: 99;
}
.multiselect-clear-filter {
  background: #ddeaed;
    border-radius: 0px;
}
ul#solution-body.scrollMe {
  height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}
.riskMobileLeg.homeRiskLeg.float-right{
  top: -5px !important;
  position: absolute;
  right: 17px;
}
legend {
  width: auto !important;
}
.tooltip {
  z-index: 9999;
}



.multiselect-container > li > a input[type="checkbox"]{
  float: left;
  width: 15px;
  width: 1.125rem;
  height: 15px;
  height: 1.125rem;
  margin-top: 0.25rem;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f9)),#fff;
  background: -o-linear-gradient(top,#fff,#f8f8f9),#fff;
  background: linear-gradient(
180deg,#fff,#f8f8f9),#fff;
  border: 1px solid #cacace;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.multiselect-container > li > a input[type="checkbox"] {
  border-radius: 0;
  margin-right: 5px;
  flex: none;
}
.multiselect-container > li > a input[type="checkbox"]:checked {
  background-color: #3bcd3f;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 0.75rem;
  border-color: #3bcd3f;
}
.multiselect-container > li > a input[type="checkbox"]:checked[type=checkbox] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.654l3.42 3.244L11.164 1.5' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
}
.multiselect-container > li > a > label {
  padding: 3px 20px 3px 5px;
  display: flex;
  align-items: center;
}
.mSelect + div.btn-group button.multiselect {
  white-space: nowrap;
}
.customFilterMselect + div.btn-group button.multiselect {
    white-space: nowrap;
}
.multiselect.dropdown-toggle::after {
  position: absolute;
  right: 5px;
  top: 13px;
}

.modal-body .table.table-sm.table-striped.table-bordered.mb-0 {
  border: 1px solid #dae3e6 !important;
}
.modal-body .table.table-sm.table-striped.table-bordered.mb-0 th {
  padding: 0.2rem !important;
  background-color: #fff !important;
}

.modal .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #002035;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}
.custom-border {
  border: 1px solid #8dbac4 !important;
  margin-left: -1px;
}
.custom-footer div:last-child::after {
  display: none !important;
}
/* .userMenuItem {
  z-index: 9999 !important;
} */
select.mSelect, select.mSelecthideSelectAll{
  opacity: 0;
  height: 0;
}
select.customFilterMselect, select.mSelecthideSelectAll{
    opacity: 0;
    height: 0;
}
input#range_5 {
  opacity: 0;
  height: 0;
}

.tab-6{
    width: 13.6% !important;
}

.modal-footer .btn {
  width: auto !important;
    font-weight: 400 !important;
    padding: .25rem .5rem !important;
}

.w-35 {
  width: 35%!important;
}

.mSelect + div.btn-group button.multiselect {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.customFilterMselect + div.btn-group button.multiselect {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.datepicker.dropdown-menu {
  z-index: 9999 !important;
}


.supParent {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/*cursor: pointer;*/

}

.supParent .custom-header {
	margin-left: -1px;
	margin-right: -1px;
}
.supParent .custom-header h4 {
	font-size: 18px; min-height: 43px; line-height: 43px;
}
.supParent .custom-body {
	text-align: center;
	min-height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1;
}
.supParent .custom-body span {
	font-size: 3.5em;
}
.supParent .custom-body p {
	font-size: 14px;
}
.supParent .custom-footer {
	display: flex;
	align-items: center;
	justify-content: space-around;
	text-align: center;
	min-height: 60px;
	height: 60px;
	padding-top: 5px !important;
}
.supParent .custom-footer div {
	flex: 4;
	position: relative;
}
.supParent .custom-footer div > span {
	font-weight: bold;
	font-size: 16px;
	line-height: 1px;
}
.supParent .custom-footer div::after {
	content: ' ';
	background: #fff;
	position: absolute;
	top: -15px !important;
	right: 0px;
	height: 61px;
	width: 5px;
}

.supParent.disable .custom-body,.supParent.disable .custom-footer {
	opacity: 0.9;
	/* color: #e8f1f3 !important; */
}
.supParent.disable .custom-body > span, .supParent.disable .custom-body p {
	color: #e8f1f3 !important;
}
.supParent.disable .custom-footer {
	background: #e8f1f3 !important;
	opacity: 0.5;
}

#moderate-risk-supplier {
	/*border: 1px solid #8dbac4;*/
	border-top: none;
}
#low-risk-supplier {
	/*border: 1px solid #8dbac4;*/
	border-top: none;
}
.supParent {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/*cursor: pointer;*/

}

.supParent .custom-header {
	margin-left: -1px;
	margin-right: -1px;
}
.supParent .custom-header h4 {
	font-size: 18px; min-height: 43px; line-height: 43px;
}
.supParent .custom-body {
	text-align: center;
	min-height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1;
}
.supParent .custom-body span {
	font-size: 3.5em;
}
.supParent .custom-body p {
	font-size: 14px;
}
.supParent .custom-footer {
	display: flex;
	align-items: center;
	justify-content: space-around;
	text-align: center;
	min-height: 60px;
	height: 60px;
}
.supParent .custom-footer div {
	flex: 4;
	position: relative;
}
.supParent .custom-footer div > span {
	font-weight: bold;
	font-size: 16px;
	line-height: 1px;
}
.supParent .custom-footer div::after {
	content: ' ';
	background: #fff;
	position: absolute;
	top: -12px;
	right: 0px;
	height: 61px;
	width: 5px;
}


.supParent.disable .custom-body,.supParent.disable .custom-footer {
	opacity: 0.9;
	/* color: #e8f1f3 !important; */
}
.supParent.disable .custom-body > span, .supParent.disable .custom-body p, .supParent.disable .custom-body p a {
	color: #e8f1f3 !important;
	pointer-events: none;
}
.supParent.disable .custom-footer {
	background: #e8f1f3 !important;
	opacity: 0.5;
}

#moderate-risk-supplier {
	/*border: 1px solid #8dbac4;*/
	border-top: none;
}
#low-risk-supplier {
	/*border: 1px solid #8dbac4;*/
	border-top: none;
}

.size32 {
  font-size: 32px !important;
}
.size20 {
  font-size: 20px !important;
}

.supplier-overview-bar .averageValue {
  background-color: white;
  border: 2px solid #002035;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 0.6px;
}

.supplier-overview-bar  span.averageValue::after {
  content: attr(data-value);
  top: -25px;
  position: absolute;
  left: 1px;
}
.openBox1 span.cBullets {
  width: 8px;
  height: 8px;
  border: 1px solid #8dbac4;
  border-radius: 8px;
  display: inline-block;
  margin-right: 2px;
  cursor: pointer;
}

 .col.border-rights.border-half-right::after {
    content: ' ';
    position: absolute;
    top: 17px;
    left: 100%;
    height: 60px;
    background: #8dbac4;
    width: 1px;
}
.ampopup-content .tier-count {
    font-size: 42px;
    color: #00b19c;
}

#chartmap .ampopup-content {
  min-width: 244px !important;
}
table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: border-box;
}
#viewSup1 .dataTables_length,#viewSup2 .dataTables_length {
  display: none !important;
}
#viewSup1 .loader-info, #viewSup2 .loader-info {
  display: none !important;
}
#viewKeyTopicsTable td, #viewGeographicRiskTable td {
  padding-left: 5px;
}
.fSelect + div.btn-group button.multiselect {
  width: 100%;
  min-height: 28px;
  white-space: normal;
}
.tab-6{
  width: 13.6% !important;
}
.row.border-bottom.mb-0.pb-2 {
  min-height: 38.6px;
}
.panel-fullscreen #chartmap {
  height: 80vh !important;
}
.panel-fullscreen #chartmap .ampopup-content {
  min-width: 254px !important;
}
.expandColIcon{
font-size: 15px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none !important;
  opacity: 1 !important;
}
.multiselect-container.dropdown-menu.show{
  z-index: 99999;
}


.task_supplier {
  word-break: break-all;
  white-space: normal;
  max-width: 244px;
  text-align: left;
}
.task_category{
  word-break: break-all;
  white-space: normal;
  max-width: 244px;
  text-align: left;
}


.tooltip {
  z-index: 999999999 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  box-shadow: none !important;
}