@charset "iso8859-1";
/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

div.form
{
	
}

div.form input,
div.form textarea,
div.form select
{
	/*margin: 0.2em 0.2em 0.5em 0;*/
	float: left;
	
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-size: 0.9em;
	display: block;
	float: left;
	width: 195px;
	text-align: left;
	padding-right: 20px;

}

div.form .short_label
{
	font-size: 0.9em;
	display: block;
	float: left;
	width: 130px;
	text-align: left;
	padding-right: 20px;

}

div.form .long_label{
	font-size: 0.9em;
	display: block;
	float: left;
	width:89%;
	text-align: left;
	padding-right: 20px;
}

.center {
    text-align: center;
}

div.form .center_label{
    font-size: 0.9em;
    //display: block;
    //float: left;
    width:300px;
    //text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.clear {
    clear: both;
}

div.form .row
{
	margin: 5px 0;
	clear: both;
	padding-top: 10px;
}

div.form .slimRow
{
    clear: both;
}

div.form .rowLeftHalf
{
    float: left;
    width: 195px;
}

div.form .compactRadioGroup {
    padding-left: 1em;
}

div.form .compactRadioGroup label,
div.form .compactRadioGroup input {
    float: none;
    display:inline;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 0.9em;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

.hideAddress_en:after {
    content: 'Withheld in whois';
    border: 1px solid darkred; 
    border-radius: 3px; 
    background-color: rosybrown;
    display: inline; 
    margin-left: 5px;
    padding-left: 3px;
    padding-right: 3px;
    white-space:nowrap;
    font-size: xx-small
}

.hideAddress_is:after {
    content: 'Faliđ í rétthafaskrá';
    border: 1px solid darkred; 
    border-radius: 3px; 
    background-color: rosybrown;
    display: inline; 
    margin-left: 5px;
    padding-left: 3px;
    padding-right: 3px;
    white-space:nowrap;
    font-size: xx-small
}

div.form div.error label,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.compactRadioGroup.error
{
	background: #FEE;
	border: 1px #C00 solid;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}


div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	padding: 0 0 0 20px;
	font-size: 0.9em;
	float: left;
}

div.form .propertyLink {
    margin-left: 10px;
    float: left;	
}
div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}

div.genericForm {
	display: table;
    border: 1px solid black;
    background-color: #eeeeee;
}

div.genericCellPadding {
	display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.contactForm {
    border: 1px solid black;
    background-color: #eeeeee;
    width: 390px;
    padding: 20px 20px 20px 20px;
    font-weight: bold;
}

div.contactForm .sep {
    border-top: 1px solid #000;
    margin-top: 10px;
}

div.contactForm h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.contactForm label {
	font-weight: normal;
}

div.contactForm td {
    //padding: 5px 10px 5px 10px;
    padding: 2px;
    font-weight: bold;
}

table.domainForm {
    border: 1px solid black;
    background-color: #eeeeee;
    width: 350px;
}

table.domainForm td {
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}

table.domainForm label {
	font-weight: normal;
}

table.domainForm input[type="text"] {
	width: 97%;
}

table.domainForm .sep {
	border-top: 1px solid #000;
}

div.domainRegisterForm {
    border: 1px solid black;
    background-color: #eeeeee;
    width: 247px;
    padding: 5px 20px 5px 20px;
    font-weight: bold;
}

table.domainRegisterForm {
	border: 1px solid black;
    background-color: #eeeeee;
}

table.domainRegisterForm td {
	padding: 0 14px 0 14px;
}

.reminder {
	padding: 10px 0px 10px 0px;
	font-size: smaller;
	font-style: italic;
}

#whois_results {
	/*text-align: center;*/
}

.whois {
	margin-top: 5em;
	margin-bottom: 8em;
	text-align: center;
}

.whois label {
	font-size: 26px;
	color: #000000;
}
h2 {
	font-size: 26px;
	font-weight: normal;
}
.whois table.whois_form {
	/*margin-left: auto;
	margin-right: auto;*/
}

.whois h2 {
	/*text-align: center;*/
}

.whois table tr {
}
.whois .whois_table td {
	padding: 5px 13px 5px 13px;
}
.whois #whois_search {
	border: 0 none;
	color: #000000;
	font-size:21px;
	text-align: left;
	width: 316px;
	float: left;
}
.whois .whois_search_box {
	margin-left: auto;
	margin-right:auto;
	width: 349px;
	height: 30px;
	border: 1px black solid;
	padding: 2px 4px 2px 4px;
	/* background: url('/images/domain_search.png'); */
}
.whois #whois_search_button {
	background: #FFF url('/images/search.png') no-repeat left;
	border: 0px none;
	width: 27px;
	height: 27px;
	float: right;
	position: relative;
	top: 2px;
}
.whois .whois_search_button_is {
	background: #FFF url('/images/Icelandic/search_button.png') no-repeat left;
	border: 0px none;
	width: 60px;
	height: 40px;
	
}

.whois .whois_results {
	width: 800px;
	border: 1px black solid;
	margin-left: auto;
	margin-right: auto;
}
.whois #whois_results .no_result,
.whois #whois_results .no_result a {
	font-size: 18px;	
}
.whois .loading {
	position: relative;
	left: 10px;
	top: 10px;
}
.whois .whois_right {
	background: url(/images/table/sides.png) repeat-y 100% 0;
}
.whois .whois_left {
	background: url(/images/table/sides.png) repeat-y;
}
.whois .whois_bottom {
	background: url(/images/table/top.png) repeat-x 0 100%;
}
.whois .whois_tr {
	background: url(/images/table/corner_top_right.png) no-repeat 100% 0;
}
.whois .whois_br {
	background: url(/images/table/corner_bottom_right.png) no-repeat 100% 100%;
}
.whois .whois_bl {
	background: url(/images/table/corner_bottom_left.png) no-repeat 0 100%;
}
.whois .whois_tl {
	background: url(/images/table/corner_top_left.png) no-repeat 0 0;
}
.whois .whois_holder {
	margin-left: 10px;
	padding: 10px 0 10px 0;
	text-align: left;
}

/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 9px;
	width: 14%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: gray;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	content: none;
}
#progressbar li.active:before,  #progressbar li.active:after{
	background: IndianRed;
	color: white;
}

/* buttons */
.newButton, .newButton:link, .newButton:visited {
    background-repeat: repeat-x;
    border: 0 none;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 -1px 0 0 rgba(0, 0, 0, 0.3) inset;
    color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    min-width: 80px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    cursor: pointer;
}

.helperButton::before {
    content: "";
    position: absolute;
    top: 0; right: 0;
    width: 30px;
    height: 30px;
    bottom: 0;
    left: 0px;
    background: url('/images/queue_icon/help2.png') no-repeat top center;
}

.helperButton {
    position: relative;
    padding-left: 30px;
}

.formButton {
    margin-top: 20px;
    margin-left: 160px;
}

.formButtonSide {
    margin-left: 10px;
    margin-top: 20px;
}

.registerformButton {
    margin-top: 20px;
    margin-left: 100px;
    margin-bottom: 20px;
}

.darkRedButton, .darkRedButton:link, .redButton:visited {
    background-color: DarkRed;
    background-image: -webkit-linear-gradient(IndianRed, DarkRed);
    background-image: linear-gradient(IndianRed, DarkRed);
}

.grayButton, .grayButton:link, .grayButton:visited {
    background-color: dimgray  ;
    background-image: -webkit-linear-gradient( #C0C0C0 ,dimgray   );
    background-image: linear-gradient( #C0C0C0 ,dimgray  );
}

form[name=register_stage6]>div {
    background-color: #CC5252;
    padding:2px;
    border: solid 1px white;
}

form[name=register_stage6]>div>label {
    margin-top:4px;
    margin-bottom:14px;
    margin-left:4px;
    font-weight:bold;
}

form[name=register_stage6] input[type=radio] {
    float:left;
}

form[name=register_stage6] input[type=radio] ~ div {
    display: block;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding-top: 4px;
}

form[name=register_stage6] input[type=radio]:checked ~ div {
    opacity: 1;
    height: auto;
    background-color: oldlace;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 4px;
}