@media (min-width: 992px) {

}
/* ======================================================================================================== */
.display-5 {
	font-size: 3rem;
	font-weight: 300;
}

.display-6 {
	font-size: 2.5rem;
	font-weight: 300;
}

.display-7 {
	font-size: 2rem;
	font-weight: 300;
}

.nav-link, .dropdown-item{
	font-size:14px;
}
.w-10 {
	width: 10% !important
}
.w-15 {
	width: 15% !important
}


.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

ul.dropdown-menu{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d2ebf9+0,feffff+99 */
	background: rgb(210,235,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(210,235,249,1) 0%, rgba(254,255,255,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(210,235,249,1) 0%,rgba(254,255,255,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(210,235,249,1) 0%,rgba(254,255,255,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ebf9', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */

}


.dropdown-item {
	display: block;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	border: 0;
	margin-left:-30px;
	width:auto;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: rgba(255, 255, 255, 0.7);
	background-color: #025e90;
}


.btn-myWebBlue {
	color: rgba(255, 255, 255, 0.6);
	background-color: #1590d0;
}

.btn-myWebBlue:hover {
	color: rgba(255, 255, 255, 0.8);
	background-color: #156fac;
}

.btn-check:focus + .btn-myWebBlue, .btn-myWebBlue:focus {
	color: rgba(255, 255, 255, 0.8);
	background-color: #1590d0;
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active + .btn-myWebBlue, .btn-check:checked + .btn-myWebBlue, .btn-myWebBlue.active, .btn-myWebBlue:active, .show > .btn-myWebBlue.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720
}

.btn-check:active + .btn-myWebBlue:focus, .btn-check:checked + .btn-myWebBlue:focus, .btn-myWebBlue.active:focus, .btn-myWebBlue:active:focus, .show > .btn-myWebBlue.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-myWebBlue.disabled, .btn-myWebBlue:disabled {
	color: #000;
	background-color: #1590d0;
	border-color: #1590d0
}