@charset "utf-8";
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400";

/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}

h1 {
	font-size: 3.25em;
	margin: 0 0 0.5em 0;
}
strong {
	font-weight: bold;
}

a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
	cursor: pointer;
}
.subtitle, .subtitle a {
	font-size: 1.3rem;
	line-height: 1.7rem;
	color: inherit;
	direction: rtl;
	opacity: 0.95;
}
.subtitle:last-of-type {
	margin-bottom: 1.5em;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white;
	background: #008ff5;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse;*/
	/*border-spacing: 0;*/
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* body styles */
body {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

#master {
	margin: 0 auto;
    width: calc(100% - 2em);
	max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 1000px) {
body#home #master {
    /* width: 90%; /*The width is 100%, when the viewport is 800px or smaller */
  }
  
#master {
    /*width: 90%; /* The width is 100%, when the viewport is 800px or smaller */
}
td {word-wrap: break-word; word-break: break-all}	
}

.header {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 3em;
	width: 100%;
}

#logo {
	/* top: 30px; */
	/* position: absolute; */
	/* left: 20px; */
	width: 250px;
	height: 100px;
	margin: 0 auto;
	margin-top: 30px;
}

#logo a {
	display: block;
	width: 250px;
	height: 100px;
	text-decoration: none;
	color: #5fa1ca;
	position: relative;
}

#logo a img.animate {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10; 
} 

/* body#home #logo {
	position: relative;
	width: 250px;
	height: 100px;
	margin-top: 30px;
	margin: 0 auto;
	left: 0px;
} */

/* Input box */

/* .report {
	text-align: center;
	height: 58px;
	position: absolute;
	right: 0px;
	top: 37px;
} */

body .report {
	text-align: center;
    height: 130px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

body .report form {
	display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 20px;
    height: 2.75em;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

input.inps {
	padding: 1em;
	border: 1px solid rgba(255, 255, 255, 0.8);
	font-size: 18px;
	width: 100%;
	background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.35);
	border-radius: 8px;
	vertical-align: middle;
	color: white;
}

input.blur {
	color: #ccc;
}

input.inpBtn {
	border: none;
	pointer-events: auto;
	cursor: pointer;
	background-color: white;
    color: #008bee !important;
    box-shadow: none;
    font-weight: bold;
	font-size: 2em;
	border-radius: 8px;
	height: 2.45em;
    line-height: 2.45em;
    min-width: 9.25em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

input.inpBtn:hover {
	/* background-color: #d8ecfa; */
	background-color: #fbfbfb;
}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	.inps::placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

/* Content */
.content {
	margin: 0 auto;
	text-align: center;
	/* position: relative; */
}
/* 
body#home .content {
	padding: 100px 0;
	text-align: center;
	font-size: 1.4em;
} */

body#home .content p {
	line-height: 13px;
	padding-bottom: 5px;
}

table.tabular {
	border: none;
	border-radius: 8px;
	background: #c4d5de;
	line-height: 15px;
	width: 100%;

}

table.tabular th {
	background-color: #d7e8f1;
	background-color: #fbfbfb;
	padding: 9px 4px;
	color: #6c727c;
	font-weight: bold;
	font-size: 1.3em;
}

table.tabular th:first-of-type {
	border-radius: 8px 0 0 0;
}

table.tabular th:last-of-type {
	border-radius: 0 8px 0 0;
}

a.feedback {
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../images/feedback.gif) right 0 no-repeat;
	padding-right: 17px;
	font-weight: normal;
	font-size: 11px;
	color: #53a4d7;
	text-decoration: underline;
}

a.feedback:hover {
	text-decoration: none;
	background-color: #53a4d7;
	color: #fff;
}

table.tabular td {
	/* background-color: #d8ecfa; */
	background-color: white;
    color: #006bb8;
    padding: 5px 4px;
    font-size: 1.2em;
    line-height: 1.4em;
	word-break: break-word;
}

table.tabular td:first-of-type {
	text-transform: uppercase;
	font-weight: bold;
}

table.tabular tr:last-of-type td:last-of-type {
	border-radius: 0 0 8px 0;
}

table.tabular tr.Info td[scope="row"] {
	border-radius: 0 0 0 8px;
}

tr.error td {
	background: #ffe3e8;
}

tr.warn td {
	background: #ffffc8;
}

td.icon {
	text-align: center;
}

table.tabular p {
	padding-bottom: 5px;
}

p.contactSales {
	font-size: 1.8rem;
	direction: rtl;
	margin-top: 1.7em;
}

/* Footer */

	#footer {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		padding: 1em 0;
		width: 100%;
		margin: auto;
		margin-top: 4em;
		direction: rtl;
		color: white;
	}
	#footer > .footerLinks {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.35);
		padding-top: 2em;
		padding-bottom: 2em;
		gap: 10px;
	}
	#footer > .footerLinks .footerLinksColumnHeading {
		font-weight: bold;
		margin-bottom: 2px;
		margin-top: 10px;
		line-height: 1.5;
		opacity: 1;
		font-size: 1.6em;
		line-height: 1.3;
	}
	#footer > .footerLinks ul,
	#footer ul.freeToolsLinks {
		list-style: none;
		line-height: 1.3;
	}

	#footer > .footerLinks ul li a {
		font-size: 1.4em;
		color: white;
		text-decoration: none;
		opacity: 0.85;
	}
	
		#footer .footerBottom {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			align-items: center;
			justify-content: space-between;
			padding: 1em 0;
			width: 100%;
			margin: auto;
			direction: rtl;
		}

		#footer .footerBottom > * {
			margin: 0;
		}

		#footer .copyright {
			text-align: right;
		}


    footer ul.freeToolsLinks a {
      color: white;
      opacity: 0.85;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.5;
    }
	
    #footer > .footerLinks ul li a:hover,
    footer ul.freeToolsLinks a:hover {
        opacity: 1;
        color: inherit;
        text-decoration: none;
    }

footer .freeTools {
    padding: 1.5rem;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

footer .freeToolsLinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
	align-items: center;
}

@media (max-width: 515px) {
    footer .freeToolsLinks {
        flex-direction: column;
    }
    footer .freeToolsLinks .hidden-mobile {
        display: none;
    }
}





		#footer .socialLinks {
			display: flex;
			justify-content: flex-end;
			align-items: center;
			gap: 15px;
		}

		#footer .socialLinks > .logoImg {
			cursor: pointer;
			display: flex;
			flex-direction: row-reverse;
			justify-content: flex-end;
			align-items: center;
		}
		#footer .socialLinks > .logoImg.logo {
			margin-bottom: 10px;
		}
		#footer .membership {
			display: flex;
			align-items: center;
			justify-content: flex-start;
			gap: 15px;
		}
		#footer .membership > .logoImg.ripe > img,
		#footer .membership > .logoImg.registrar > img {
			max-height: 60px;
		}

		#footer .socialLinks > .logoImg > svg{
			height: 20px;
    		width: 20px;
			fill: white;
		}

		#footer .logoImg.facebook svg, 
		#footer .logoImg.linkedIn svg {
			opacity: 0.75;
		}

		/* @media screen and (max-width: 1280px) {

			#footer {
				padding: 4em 4em 2em 4em ;
			}

		} */

		@media screen and (max-width: 980px) {

				#footer > .footerBottom {
					justify-content: center;
					gap: 20px;
					flex-direction: column-reverse;
				}


		}

		@media screen and (max-width: 736px) {


		}

		@media screen and (max-width: 480px) {

		}

		@media screen and (max-width: 480px) {

		}


/* feedback */
fieldset#feedback {
	width: 242px;
	padding-top: 20px;
	margin: auto auto auto 20px;
	position: relative;
}

fieldset#feedback input.inps, fieldset#feedback textarea.inps {
	border: 1px solid #5fa1ca;
	width: 218px;
	margin-bottom: 5px;
	vertical-align: middle;
	font-size: 12px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset#feedback input.blur, fieldset#feedback textarea.blur {
	color: #ccc;
	font-size: 12px;
}

div.line1 {
	height: 30px;
	padding-left: 0px;
}

div.nota {
	float: left;
	text-align: center;
}

div.nota img {
	margin-top: 8px;
}

p.error {
	color: red;
}

div.nota label {
	display: block;
}

div.information {
	display: none;
	position: absolute;
	border: 2px solid #6b99c5;
	background: #e0e9f3;
	font-size: 9px;
	left: 90px;
	top: 50px;
	padding: 5px;
	width: 120px;
	line-height: 11px;
}

/* IP contextuals */
.ipno {
	border: 1px solid #d4cfcf;
	background: #f1f1f1;
	padding: 0 3px;
	position: relative;
	margin-right: 15px;
}

.ipno:hover {
	cursor: pointer;
}

.ipMenu {
	position: absolute;
	width: 13px;
	height: 15px;
	top: -1px;
	right: -14px;
}

.ipMenu a.open {
	width: 13px;
	height: 15px;
	display: block;
	background: #d4cfcf url(../images/arrow.gif) 0 0 no-repeat;
	text-indent: -10000px;
}

ul.ipContext {
	display: none;
	position: absolute;
	top: 15px;
	right: -14px;
	width: 80px;
	border: 1px solid #d4cfcf;
}

ul.ipContext li a {
	display: block;
	background: #fff;
	text-align: right;
	padding-right: 3px;
	color: #36c;
	text-decoration: none;
}

span.nameserver, span.ipno, span.ttlno {
	float: left;
	display: block;
	width: 33%;
}
