/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 12, 2021, 5:25:46 PM
    Author     : dheo
*/
body, html {
  height: 100%;
}

body {
	font-family: Montserrat,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #242424;
	display: block;
}

.bg {
  /* The image used */
  background-image: url("../../../media/net_bg.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg2 {
  /* The image used */
  background-image: url("../../../media/bg.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-rep {
  background-image: url("../../../media/bg_rep.png");
  background-repeat: repeat-y;
}

.navbar-nav li a {
	color: #003da7 !important; 
	font-size: 15px;
	font-weight: 700;
}

.navbar a {
  color: #003da7 !important; 
	font-size: 15px;
	font-weight: 700;
}
.logo-floating {
	margin: auto;
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	z-index: 1040;
}

@media (max-width: 768px) {
	/* For mobile phones: */
  .icon-large {
    height: 130px !important;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
	.content {
    padding-left: 20px;
		padding-right: 20px;
	}
  /* For mobile phones: */
  .icon-large {
    height: 200px !important;
  }
}
.wrapper {
	padding-top: 74px;
}
.content {
	padding-bottom: 10px;
}

.icon-block {
	border-radius: 8px;
	padding: 20px 15px 10px 15px;
	min-height: 100px;
}

.icon-block i {
	float: left;
	padding-right: 15px;
	/*font-size: 20px;*/
	font-weight: 300;
	color: #fff;
}

.icon-block-a {
	transition: transform .2s; /* Animation */
	color: #fff;

}
.icon-block-a:hover {
	color: #fff;
	transform: scale(1.5);
}

.icon-block-logo {
	font-size: 50px !important;
}
.icon-block-info {
	padding-top: 12px;
	overflow: hidden;
}
.icon-block h3 {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}
.icon-block p {
	color: #fff;
	font-size: 15px;
}
.block-2 {
	background-color: #003366;/*#6fc7d9;*/
}
.block-disabled {
  background-color: #949494;
}

.card a {	
	color: #242424;
}

.card a:hover {	
	color: #242424;
  cursor: pointer;
}

.bg-light-blue {
	background-color: #e3f2fd!important;
}
.text-dark-blue {
	color : #003366;
}

@keyframes ripple {
  0%   {background-color:#f8d7da;}
  25%  {background-color:#fff3cd;}
  50%  {background-color:#f8d7da;}
  75%  {background-color:#fff3cd;}
  100% {background-color:#f8d7da;}
}

.effect-ripple {
  animation-name: ripple;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }