.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.tim-typo .tim-note {
  bottom: 5px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}

/* offline-doc */

.offline-doc .navbar.navbar-transparent {
  padding-top: 25px;
  border-bottom: none;
}

.offline-doc .navbar.navbar-transparent .navbar-minimize {
  display: none;
}

.offline-doc .navbar.navbar-transparent .navbar-brand,
.offline-doc .navbar.navbar-transparent .collapse .navbar-nav .nav-link {
  color: #FFFFFF !important;
}

.offline-doc .footer {
  z-index: 3 !important;
}

.offline-doc .page-header .container {
  z-index: 3;
}

.offline-doc .page-header:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

#map {
  z-index: 2;
  height: calc(100vh - 70px);
  margin-top: 70px;
}

.nomargin{
	margin:0 !important;
}

.fontsize12{
	font-size: 12px;
}

.breadcrumb{
	background-color: #ffffff;
}

.card-header-primary:after{
	position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: .23;
	top:0;
	background:url(../img/main-logo-only-white.png) no-repeat right;
}

.hidden{
	display:none;
}

.btn-action{
	margin:5px 1px !important;
}

.nav-pills.nav-pills-warning .nav-item .nav-link.active, .nav-pills.nav-pills-warning .nav-item .nav-link.active:focus, .nav-pills.nav-pills-warning .nav-item .nav-link.active:hover{
	background:#265593;
	box-shadow:0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(37,82,141, .4)
	
}


.btn.btn-primary{
	background-color: #2b5a97;
    border-color: #5480bc;
}
.btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover{
	box-shadow: 0 14px 26px -12px rgba(48, 52, 187, 0.42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(39, 58, 152, 0.2);
	background-color: #2b5a97;
    border-color: #5480bc;
}




.ct-chart .ct-point, .ct-chart .ct-line {
  stroke: gray;
}

.ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-line {
  stroke: violet;
}

.ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-f .ct-line {
  stroke: olive;
}
