/* Hide original content and translations */

article.bd2
{
	max-width: 710px;
	margin: 0 auto;
}

.bd2 [data-lang]
{
	display: none;
}

[name="domainpicker"], .container-step1
{
	display: none;
}

.bd2 .template
{
	display: none;
}

/* Define boxes */


article.bd2 section .header h1
{
	margin-bottom: 2px;
}

article.bd2 section .body
{
	box-sizing: border-box;

	padding: 10px;
	border: 1px solid;
	border-color: #000000;
}

article.bd2 section .body .row
{
	margin: 0;
}

article.bd2 section .info
{
	box-shadow: 6px 6px 5px #c0c0c0;
	background-color: #F3F2F2;

	margin: 10px;
	padding: 5px;

	margin-bottom: 20px;

	font-size:16px;

}

article.bd2 section .info ul
{
	font-family: Arial;
}
article.bd2 section .info ul li
{
	line-height: 1;
}

article.bd2 .clear
{
	clear: both;
}

article.bd2 .select
{
	padding: 5px;
	box-sizing: border-box;
}
article.bd2 .select > div
{
	border:2px solid;
	border-color: #d0d0d0;
	border-radius: 5px;
}
article.bd2 .select > div:hover
{
	border-color: #D9534F;
	cursor: pointer;
}

/* Block boxes */

article.bd2 section .action .row h3
{
	text-align: center;

	margin-top: 5px;
	margin-bottom: 2px;

	border-bottom: 1px solid;
	border-bottom-color: #d0d0d0;
}

article.bd2 section .action .row li
{
	line-height: 1.1;
}

article.bd2 section .action .row .select > div
{
	min-height: 140px;
}

article.bd2 section .action .row .select > *
{
	padding-left: 10px;
	padding-right: 10px;
}

/* SLD box */

article.bd2 section#sld .action
{
	padding-left: 10px;
	padding-right: 8px;
	width:100%;
	box-sizing: border-box;
}

article.bd2 section#sld input
{
	height: 50px;
	font-size: 30px;
	padding: 5px;
	padding-top: 10px;
	box-sizing: border-box;
	width: 100%;
	line-height: 1.25;
}

article.bd2 section#sld button, .fullBlack, .orderbox input[type="submit"]
{
	height: 50px;
	width: 100%;
	margin-top: 10px;

	font-size:24px;
	color: #FEFEFE;
	background-color: #019FE2;
	border: 0;
}
.orderbox input[type="submit"]
{
	font-size: 20px !important;
}
article.bd2 section#sld button:hover
{
	background-color: #D9534F;
	color: #FFFFFF;
}

/* Type box */


/* Category box */

/* Check box */
article.bd2 section#check .row
{
	background-color: inherit;
}
article.bd2 section#check .row:nth-child(2n+1)
{
	background-color: #F3F3F3;
}
article.bd2 section#check .row .domain
{
	font-size: 20px;
	padding-top: 6px;
}
article.bd2 section#check [data-status]
{
	display: none;
}
article.bd2 section#check [data-status="wait"]
{
	display: inline;
}
article.bd2 section#check [data-status="available"]
{
	color: green;
}
article.bd2 section#check [data-status="transfer"]
{
	color: red;
}

article.bd2 section#check .action > .row
{
	cursor: pointer;
}

/* Domain box */
article.bd2 section#domain [data-type="flag"]
{
	height: 80px;
}

article.bd2 section#domain h4.fullname
{
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 20px;
}

article.bd2 section#domain h3
{
	margin-top: 5px;
	margin-bottom: 5px;
}

article.bd2 section#domain [data-type="id"]
{
	text-align:right;
}


article.bd2 section#domain [data-type="pricing"] .text
{
	font-weight: bold;
	display: inline-block;
	text-align: right;
	width:100%;
}

article.bd2 section#domain [data-type="restrictions"] .col-md-1
{
	text-align: left;
	font-weight: bold;
}

@media screen and (max-width: 768px)
{
	article.bd2 section#domain [data-type="pricing"] .text
	{
		text-align: left;
		margin-top: 5px;
	}
}

article.bd2 section#domain [data-type="no-restrictions"]
{
	padding-left: 20px;
}

article.bd2 section#domain div[data-status="available"], article.bd2 section#domain div[data-status="transfer"]
{
	display: none;
}


article.bd2 section#domain div[data-status="available"] h3
{
	color: #256D25;
	font-weight: bold;
}

article.bd2 section#domain div[data-status="transfer"] h3
{
	color: #860904;
	font-weight: bold;
}

article.bd2 section#domain div[data-status="wait"] h3
{
	color: #c0c0c0;
	font-weight: bold;
}

article.bd2 section#domain .availability h3
{
	margin-bottom: 0;
    line-height: 0.7;
}
article.bd2 section#domain .availability span
{
	font-style: italic;
}

#newContacts .clear
{
	clear: both;
}

#newContacts strong
{
	float: left;
    padding-right: 5px;
	min-width: 150px;
}


label[for="field_lastname"], label[for="field_city"], label[for="field_country"]
{
	display: block;
}

form input[type="submit"][disabled]
{
	background-color: #c0c0c0;
}
