html,body{
	height: 100%;

}

body{
	padding-top: 65px;

}

body#profile img#profile-image{
	
	-webkit-box-shadow: 0px 0px 10px 1px rgba(52,160,179,1);
-moz-box-shadow: 0px 0px 10px 1px rgba(52,160,179,1);
box-shadow: 0px 0px 10px 1px rgba(52,160,179,1);
}
@media print {
    #printbtn {
        display :  none;
    }
    .none-print{
    	display: none;
    }
    .head-c{
            display :  none;
    }
    .s-logo{
            display :  none;
    }
    .print-reg{
    	margin-top: -70px;
    }
}

.list-group span{
	float: right;
}
.huge{
	font-size: 40px;

}
.tag-boxes .blue{
	border:1px solid #3DA5E0; 
}

.tag-boxes .red{
	border:1px solid #D8524F; 
}
.tag-boxes .red >.card-header{
	background-color: #D8524F; 
}
.tag-boxes .red a{
	color: #D8524F;
}
.tag-boxes .red a:hover{
	color: #c43d3a;
}

.tag-boxes .yellow{
	border:1px solid #F0AD4D; 
}
.tag-boxes .yellow >.card-header{
	background-color: #F0AD4D; 
}
.tag-boxes .yellow a{
	color: #F0AD4D;
}
.tag-boxes .yellow a:hover{
	color: #e59a32;
}

.tag-boxes .green{
	border:1px solid #5DB75C; 
}
.tag-boxes .green >.card-header{
	background-color: #5DB75C; 
}
.tag-boxes .green a{
	color: #5DB75C;
}
.tag-boxes .green a:hover{
	color: #35af33;
}

#wrapper{
	min-height:  100%;
	position: relative;
}
.body-section{
	padding-bottom: 70px;
}
footer{
	background-color: #3AA8E8;
	height: 50px;
	line-height: 50px;
	color: white;
	font-size: 12px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

footer a{
	color: white;
	font-weight: bold;
}

footer a:hover{
	color: white;
	text-decoration: underline;
}
