
body {	
	font-family: Verdana;
}


.container.exten {
	margin-top: 50px;
}


.navbar-header {
    width: 350px;
}

.navbar.navbar-expand-xl {
    background-color: #ffffff;
    min-height: 50px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 0px;
	
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand > img {
  max-height: 80px;
  padding: 15px;
  width: auto;
  margin-top: -5px;
}

.nav-item {
	margin-top: 10px;
	border-left: 1px solid #e0e0e0;
	min-height: 63px;
}

.nav-item:nth-of-type(4) {
	border-right: 1px solid #e0e0e0;
}

li.nav-item:first-of-type {
	margin-left: 150px;
}

.navbar-expand-xl, .navbar-item, .nav-link, .nav-link-ntu, .nav-link-sp, .nav-link-end {
    padding-right: 15px;
    padding-left: 15px;
	font-size: 14px;
}

a.nav-link-sp, a.nav-link-end {
    color: #777;
    font-weight: bold;
}

a.nav-link-ntu {
    color: #ED1164;
    font-weight: bold;
}

.navbar-nav > li > a:hover {

}

.col-lg-12.result > p {
	font-size: large;
}

.col-lg-12.result > p > a {
	font-weight: bold;
}

a.get-my {
	color: #ED1164;
}

span.blue {	
	color: #286090;
	font-weight: bold;
	font-size: 110%;
}

span.green {
	color: #398439;
	font-weight: bold;
	font-size: 110%;
}

.titleblock {
	margin-top: 40px;
}


.titleblock-cup {
	margin-top: 40px;
	max-width: 70%;
}

.titleblock-cup  p {
	margin-top: 20px;
}

.titleblock-cup  h5 {
	margin-top: 30px;
}


.row.form-group.s {
	margin-bottom: 1px;
}


@media only screen and (max-width: 768px) {

	span.badge.badge-info.float-right.la {
		display: none;
	}

	.title.st {	
		display: inline;
		padding-bottom: 25px;
	}
	
}


@media only screen and (min-width: 769px) {

	span.badge.badge-info.float-right.la {
		display: inline;
	}
	
	.title.st {	
		display: none;
		padding-bottom: 0px;
	}

}

@media only screen and (max-width: 1230px) {

	li.nav-item:first-of-type {
		margin-left: 0px;
	}
	
}
	
.btn:hover, .btn:focus {	
color: #ffffff;
text-decoration: none;
background-position: 0 -30px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.alert.alert-primary.text-center.ex {
    margin-top: 50px;
    margin-bottom: 200px;
}


.t {
	margin-top: 40px;
}

span.t {
	display: none;
}

p.pw {
	line-height: 160%;
}

button.btn.btn-link.choosedifferent {	
	text-decoration: none;
	color: #007bff;
}

button.btn.btn-link.choosedifferent:hover {
    color: black;
}

button.btn.btn-link.choosedifferent:active {
    color: #007bff;
}

button.btn.btn-link.choosedifferent.collapsed {
    color: #007bff;
}


footer {
	text-align: center;
	margin: 50px;
}

footer > p > a {
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}

.nav-tabs > li {
	margin-bottom: -1px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.nav-link.active {
	font-weight: bold;
}

.row.plugin.intro {
	margin-bottom: 30px;
}

.row.plugin {
	margin-top: 30px;
}

p.small {
	font-size: 90%;
}

p.small.s {
	padding-bottom: 15px;
}

a.btn.btn-success.btn-sm:link, a.btn.btn-success.btn-sm:visited {
	color: white;
}

.col.no-gutters > h4 {
    margin-bottom: 0px;
}