.bg-primary-1{
	background: #3D78AE;
}

.text-primary-1{
	color: #3D78AE;
}

.bg-light-1{
	background: #eee;
}

.wrapper {
  min-height: 100%;
}

.font-size-40{
	font-size: 40px;
}

.bottom-postion-0{
	bottom: 0;
}

.shadow-black{
	box-shadow: 0 0 13px #00000020;
}

.box-shadow-success{
	box-shadow: 0px 4px 4px #3CB57B;
}

.box-shadow-fail{
	box-shadow: 0px 4px 4px #E01143;
}

.opacity-50{
	opacity: 50%;
}

.text-max-size{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;	
	
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

#main-navbar .dropdown-menu-right{
	left: 0!important;
	top: 60px!important;
}

#main-navbar .dropdown-menu-left{
	left: -120px;
	top: 60px!important;
}

.text-dark-1{
color: #132E3E!important;
}