.header{
	/*background: -webkit-linear-gradient(white, #3F7EDC);  For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(white, #3F7EDC);  For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(white, #3F7EDC);  For Firefox 3.6 to 15 */
	/*background: linear-gradient(white, #3F7EDC);  Standard syntax */
}

body{
	/*background-color:rgb(212, 212, 212);*/
	/*background-image:linear-gradient(to bottom right, rgb(232, 232, 232), rgb(250, 250, 250));*/
}

.navbar{
	z-index: 99;
	background-color:white;
	/*box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15), 0 0 20px 0 rgba(212, 212, 212, 0.0);*/
}

.my-nav-link:hover {
  background-color: rgb(212, 212, 212);
}

.my-dashboad-box{
	border: 0.5px solid rgb(240,240,240);
	background-color:white;
	box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 0px 5px 5px rgba(212, 212, 212, 0.0);
}

.btn-primary {
    color: #fff;
    background-color: #00388d !important; 
    border-color: #002358  !important;
}

.dark_background{
    background: linear-gradient(135deg, #004074 0%, #63e479 100%)!important;
    color: white!important;
}

.light_background{
	background: radial-gradient(circle at 80% 20%, rgb(73, 230, 138) 0%, transparent 50%), 
				radial-gradient(circle at 20% 80%, rgb(91, 154, 213) 0%, #ffffffff 50% 100%) !important;
    color: #4a5568;
}