/*body, html {
	height: 100%;
	margin: 0;
}*/

.bg {
	/* The image used */
	background-image: url("../../img/header2.jpg");

	/* Full height */
	height: 100%; 
	width: 100%;

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.nav.navbar-nav>li>a{
	color:rgb(25, 25, 112);
	font-weight: 500;
	font-size: 115%;
}
	
.nav.navbar-nav>li>a:hover,
.nav.navbar-nav>li>a:focus {
	color:rgb(0, 0, 0);
	font-weight: 500;
	font-size: 115%;
}

.description{
  font-weight: 400;
  cursor: pointer;
}

.normalFont{
  font-weight: 400;
}

.boldFont{
  font-weight: 600;
}

.checkTitle{
  font-weight: 600;
  cursor: pointer;
}

.btn_save{
  cursor: pointer;
}

.hand{
  cursor: pointer;
}

.alignRight { 
	text-align: right; 
}

@keyframes spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}