/* MAIN */

body {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

a:hover {
	color: #000;
}

.center-block {
	float: none;
}

.container-fluid {
	max-width: 1000px;
}

.overview {
	background: #f1f1f1;
	padding: 30px 0;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}


/* HEADER */

header {
	margin-bottom: 10px;
}

header,
header a {
	color: #fff;
}

header a:hover {
	color: #fff;
}

header .header-top {
	background: #000;
	padding: 20px 0;
}

header .pagetitle {
	background: url('../images/header.jpg') no-repeat center;
	background-size: cover;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0;
}

header .pagetitle p {
	margin-bottom: 0;
}

header .language {
	float: right;
}

header .logo h1 {
	margin-top: 0;
}

header .logo:hover {
	color: #fff;
	text-decoration: none;
}


/* FORM */

form {
	margin-bottom: 10px;
}

.btn-primary {
	background: #2daacb;
	background: -moz-linear-gradient(top, #2daacb 0%, #1b99bf 100%);
	background: -webkit-linear-gradient(top, #2daacb 0%,#1b99bf 100%);
	background: linear-gradient(to bottom, #2daacb 0%,#1b99bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2daacb', endColorstr='#1b99bf',GradientType=0 );
	-webkit-box-shadow: 0 5px 1px 0 #1288ab;
	box-shadow: 0 5px 0px 0 #1288ab;
	border: 0;
}

.btn-primary:hover {
	background: #1b99bf;
	background: -moz-linear-gradient(top, #1b99bf 0%, #2daacb 100%);
	background: -webkit-linear-gradient(top, #1b99bf 0%,#2daacb 100%);
	background: linear-gradient(to bottom, #1b99bf 0%,#2daacb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b99bf', endColorstr='#2daacb',GradientType=0 );
}

.form-control,
.dropdown-button,
.dropdown-toggle {
	background: #dfeff3;
	border: 1px solid #aac9ce;
	color: #677d81;
	font-size: 21px;
	height: 45px;
	margin-bottom: 10px;
}

.caret {
	vertical-align: super;
}

.divider {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #e3e2e2 34%, #e3e2e2 72%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%,#e3e2e2 34%,#e3e2e2 72%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%,#e3e2e2 34%,#e3e2e2 72%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	height: 2px;
	margin: 30px 0;
}

.countrycode {
	width: 100%;
}

.countrycode .dropdown-button {
	width: 78%;
}


/* FOOTER */

footer {
	background: #f1f1f1;
	height: 100%;
	padding: 20px 0;
	margin-top: 20px
}

footer h3 {
	margin-top: 0;
}

footer .logo {
	font-size: 35px;
}


/* TABLES */

table th {
	background: #7c7c7c;
	color: #fff;
}

table.detail {
	margin-top: 10px;
}

table.detail a ,
table.detail a:hover {
	color: #fff
}

table.detail tr {
	background: #7c7c7c;
	color: #fff;
	margin-bottom: 10px;
}

.table-hover > tbody > tr {
	transition: background .25s ease-in-out;
}

.table-hover > tbody > tr:hover {
	background-color: #d1cfcf;

}

table .btn-primary {
	font-size: 18px;
}


/* MEDIA QUERIES */

@media only screen and (max-width: 40em) {
	header .language {
		float: none;
	}

	header .pagetitle {
		font-size: 15px;
	}

	.large-only {
		display: none;
	}

	.table.small-only:first-child {
		display: none;
	}

	.btn-cancel {
		font-size: 15px;
	}

	.st-key {
		font-weight: bold;
	}

	footer a {
		display: block;
		margin-bottom: 5px;
	}
	
	.countrycode .dropdown-button {
		font-size: 18px;
		width: 70%;
	}
}

@media only screen and (min-width: 40.063em) {
	.small-only {
		display: none;
	}
	
	header {
		margin-bottom: 40px;
	}
}


/* EXTRA */

ul.help-block li {
	color: #a94442;
	list-style-type: none;
	margin: -5px 0 0 -40px;
}