@charset "UTF-8";

:root {
	--l-link: #337ab7;
	--l-link-active: #0056b3;
	--l-link-gray: #ddd;
}

body {
	background-color: #fcfcfc;
}

body.bare {
	background-color: #fff;
	margin: 16px;
}

.btn-link {
    color: var(--l-link);
}
a:hover,
.btn-link:hover {
	color: var(--l-link-active);
}

.page-link {
    color: var(--l-link);
}

a,
button {
	transition: background-color linear 0.25s, color linear 0.25s;
}

a {
    color: var(--l-link);
    text-decoration: none;
}
a.grayed_out {
	color: var(--l-link-gray);
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 10px;
}

.relative {
	position: relative;
}

.clear {
	clear: both;
}

.bottomMargin {
	margin-bottom: 15px;
}

nav.navbar {
	background-color: #fefefe;
}

nav#red_header {
	position: -webkit-sticky;
	position: sticky;
}
nav#red_header,
nav#red_header > ul > li.dropdown.open > ul.dropdown-menu {
	background-color: #ad2d2d;
	color: white;
}
nav#red_header > ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
}
nav#red_header > ul a {
	color: white;
}
nav#red_header > ul > li.dropdown.open > a.dropdown-toggle,
nav#red_header > ul > li.dropdown.open > ul.dropdown-menu a:hover,
nav#red_header > ul > li:hover {
	background-color: #c53930;
}
nav#red_header button.navbar-toggler > i {
	color: #fff;
}

.navbar-default {
	border: 0px;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.125);
}

/* will be removed when everything is bot4 */
.navbar-brand {
	display: flex;
	align-items: center;
}

.navbar-brand-container {
	max-width: unset;
}
.navbar-brand > svg {
	width: 100px;
}

@media (max-width: 575px) {
	.navbar-brand {
		padding-left: 26px;
	}
	.logoOverlay {
		margin-left: 26px;
	}
}

/* TODO: Remove when everything is the same layout */
@media (max-width: 767px) {
	.navbar-default .navbar-collapse {
		min-height: 320px;
	}

	.navbar-collapse ul.dropdown-menu {
		display: block;
		border: 0;
		box-shadow: none !important;
		padding: 0;
		margin-top: 2px !important;
		width: 100%;
	}
	.navbar-collapse ul.dropdown-item {
		padding: 12px 15px;
	}
	.navbar-collapse ul.dropdown-menu>li>a {
		padding: 8px 16px;
	}
}

#cart-text { 
    top: -2px;
    left: 2px;
    color: white;
}

.navbar-default .navbar-nav>li.registerDomain > a { 
	color: white;
	background-color: #c50505;
}

li.registerDomain:hover {
	background-color: #cd1a00;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 15px;
}

.nav-link-is {
	display: inline-block;
    padding: 15px;
}

.navbar-light .navbar-nav .nav-link.registerDomainbot4 { 
	display: inline-block;
    color: white;
    background-color: #c50505;
    padding: 15px;
}

.navbar-light .navbar-nav .nav-link.registerDomainbot4 > a { 
	color: white ;
	background-color: #c50505;
}
li.basketMenuItem > a {
	padding: 12px;
}


.toc {
	display: flex;
	flex-direction: column;
	background: #eee;
	padding: 1em 2em;
}
.toc > dl {
	display: flex;
	flex-direction: row;
	margin-bottom: 0px;
}
.toc > dl > dd {
	padding-left: 10px;
	padding-right: 10px;
}
#toc input {
	width: 150px;
}

#page {
	margin-top: 60px;
}

body > .container {
	min-height: calc(100VH - 461px);
	margin-bottom: 30px;
}

h3.faqAnswer, h2.rule {
	padding-top: 50px;
}

h3.rulegr {
	font-weight: bold;
	text-align: center;
	font-size: small;
}

pre.faqIDNlist {
	max-width: 19em;
	margin: 1em;
}
pre.faqDomainTree {
	float: right;
	max-width: 350px;
	margin: 0 0 0 1em;
}

p.faqTop {
	position: absolute;
	top: 0px;
}

.box {
	padding: 10px 15px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box-fixedh { min-height: 15.5em; }
@media (max-width: 1400px) { .box-fixedh { min-height: 17em; } }
@media (max-width:  992px) { .box-fixedh { min-height: 0; } } /* Single column */

.footer a, .footer a:hover {
	color: #fff;
}

.footer {
	box-shadow: 0px -4px 8px rgba(0,0,0,0.25); 
	padding-top: 20px;
	background-color: #555;
	color: #eee;
	height: unset !important;
	min-height: 371px;
}
.footer > .text-center {
	border-top: 1px solid #aaa;
	padding: 8px;
}
footer img {
	height: 18px;
	margin-right: 6px;
}
.footerInfo {
	min-width: 20px;
}

/* sidebar fixed */
footer.toc {
	position: fixed;
	box-shadow: none;
	left: 0;
	top: 50px;
	bottom: 0;
	padding-left: 0px;
	padding-bottom: 75px;
	width: 250px;
	z-index: 9998;
	overflow-y: scroll;
	overflow-x: hidden;
}
footer.toc > div.container > dl {
	width: 100%;
}
.overlayButton {
	display: flex;
	width: 47px;
	height: 41px;
	background-color: #fff;
	color: #888;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: pointer;
	z-index: 9999;
	overflow: hidden;
	transition: width 0.25s ease-in-out;
}
#toc_toggle {
	position: fixed;
	padding: 6px 8px;
	left: 10px;
	bottom: 12px;
}
#to_top {
	position: fixed;
	padding: 6px 11px;
	left: 10px;
	bottom: 60px;
}

.overlayButton > div.overlayButton_text {
	display: none;
	width: 100%;
	text-align: center;
	align-self: center;
	white-space: nowrap;
}
.overlayButton:hover > .overlayButton_text,
.overlayButton:active > .overlayButton_text,
.overlayButton:focus > .overlayButton_text {
	display: block;
}
.overlayButton:hover,
.overlayButton:active,
.overlayButton:focus {
	width: 110px;
	outline: none;
	text-decoration: none;
	color: #888;
}
.tmpHidden {
	display: none;
}
/* sidebar fixed done*/

.footer > .container > dl > dt {
	color: #aaa;
	padding-bottom: 4px;
}
.footer	> .container > dl > dd {
	padding: 4px 0px;
	font-size: small;
}

.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: #c50505;
	background-image: linear-gradient(to bottom, #c50505, #a50000);
	background-repeat: repeat-x;
	border-color: #c50505 #c50505 #a50000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc50505', endColorstr='#ffa50000', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background-color: #800000;
	background-image: linear-gradient(to bottom, #c50505, #d51515);
	border-color: unset;
}
.btn.btn-secondary {
	background-color: #054ec5;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus{
	background-color: #0c69ff;
}

.btn.disabled, .btn[disabled] {
	background-color: #a5a5a5;
	background-image: linear-gradient(to bottom, #a5a5a5, #696969);
	cursor: not-allowed !important;
}


.sellSellSell button {
    margin: 10px 30px;
	font-size: 1.5em;
}

#whois_search_button {
    background: #c50505;
    width: 40px;
    white-space: pre-wrap;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    color: white;
}
@media only screen and (max-width: 991px) {
	#navbar[aria-expanded="true"] ~ div.frontBackground {
		background-position-y: 424px;
	}
}
div.frontBackground {
	position: relative;
	height: 320px;
	background-position-y: 50px;
	background-attachment: fixed;
	width: 100%;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	color: #444;
	transition: background-position-y ease-in-out 0.25s;
}
div.frontBackground > div {
	backdrop-filter: blur(5px);
}
div.frontInfoButton {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 20px;
	border-radius: 20px;
	font-size: 20px;
}
div.frontInfoText {
	position: absolute;
	bottom: -300px;
	right: 95px;
	max-height: 300px;
	margin-left: 20px;
	padding: 20px;
	border-radius: 20px;
	transition: bottom ease-out 0.75s;
	transition-delay: 0s;
	overflow-y: auto;
}
.frontBackground .font-dark {
	color: #555;
}
.frontBackground .font-light {
	color: #ccc;
}
.frontBackground .font-blue {
	color: var(--l-link);
}
div.frontInfoText a {
	font-size: 24px;
}
div.frontInfoText p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 2px;
}
div.frontInfoText p.small {
	font-size: 12px;
}
div.frontInfoText > div {
    background: inherit;
    box-shadow: 0 0 16px 16px;
}
div.frontInfoButton:hover ~ div.frontInfoText,
div.frontInfoText:hover {
	bottom: 20px;
	transition-delay: 0.25s;
}
div.frontInfoText > a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.whoisFront {
       flex-direction: column;
       width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
       border-radius: 5px;
}
.bootstrapFront {
	position: relative;
	bottom: 0px;
	transition: bottom ease-out 1s;
	transition-delay: 0s;
	background-color: #fff;
	border-radius: 4px;
}
.bootstrapFront input.form-control:placeholder-shown:not(:focus) {
	background-color: transparent;
	box-shadow: 0px 0px 5px #0004;;
}
.bootstrapFront form {
	margin: 0;
	width: min(550px, 85VW);
}
.bootstrapFront > div {
	position: absolute;
	left: 26px;
	font-size: 18px;
	font-stretch: condensed;
	display: flex;
	align-items: center;
	height: 100%;
}
.bootstrapFront svg {
	box-sizing: content-box;
	width: 20px;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	padding-bottom: 6px;
}
.bootstrapFront input.form-control {
	padding-left: 20px;
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: #fff;
	box-shadow: 0px 0px 20px #0008;
	transition: background-color ease-in-out 0.75s, box-shadow ease-in-out 0.5s;
	transition-delay: 0.0s, 2s;
}
.bootstrapFront input.btn#whois_search_button {
	width: 56px;
	margin-left: -52px;
	z-index: 3;
}

.whoisCaptcha {
	width: 420px;
	margin-left: auto;
	margin-right: auto ;
}
.captchaInput {
	width: 200px;
}

.domainListBox .btn-group>.checkButtonList:first-child {
	margin-left: -1px;
}
.domainListBox .btn-group>.checkButtonList:last-child {
	border-bottom-width: 0px;
}
.domainListBox .btn-group>.checkButtonList{
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.checkButtonList {
	padding-left: 40px;
	text-align: left;
	display: block;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	width: 100%;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 8px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	clear: both;
}

.panel-smaller {
	max-width: 300px;
}
.panel-small {
	max-width: 480px; 
}
.panel-wide {
	max-width: 100%;
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-heading {
	padding: 3px 15px;
}

.panel-heading {
	border-bottom: 1px solid #ddd;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}

.panel-heading input[type=radio] {
    margin-right: 10px;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	color: inherit;
}

.panel-title_inline {
	display: inline;
}

.panel-body, .panel-tail {
	padding: 15px;
}
.panel-tail > .btn {
	min-width: 125px;
}
.panel-default {
	border-color: #ddd;
}

div.info > div.modal-dialog {
	margin: 10px auto;
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}
i.helperIcon {
	color: #777;
}
i.helperIcon:hover {
	color: #333;
}
i.smallHelperIcon {
	cursor: pointer;
	position: relative;
}
div.info {
	display: none;
	position: absolute;
	z-index: 1000;
}

p.no_result {
	display: inline-block;
	border: 1px solid #ccc;
	background-color: white;
	padding: 0px 15px;
	margin-top: 20px;
}

img.loading {
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: white;
	margin-top: 5px;
	padding: 15px;
}

/* loading */
div.loading {
	background-color: #eef;
	border: 2px solid #00C;
	padding: 14px 7px 14px 7px;
	margin: 0 0 20px 0;
}
div.loading,
div.spinner {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
div.loading::after,
div.spinner::after {
	content: "\f110";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	animation: rotating 1.25s linear infinite;
}
div.loading::after {
	font-size: 36px;
	color: #00c;
}
@keyframes rotating {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.loading-indicator-modal {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.8);
	justify-content: center;
	align-items: center;
}
.loading-indicator-modal::after {
	content: "\f110";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 48px;
	color: #c51904;
	animation: rotating 1.25s linear infinite;
}

.loading-indicator {
    position: relative;
}

.loading-indicator.loading-indicator-loading .loading-indicator-modal {
	display: flex;
}

.delete_records_button {
	float:right;
	position: relative;
	z-index: 100;
	padding-right: 10px;
}

td.date {
	width: 12em;
}

td.nic {
	width: 6em;
}
td.function {
	width: 10em;
}
td.data3 {
	width: 20em;
}
table.domainForm {
	width:100%;
	border-collapse:collapse;
	margin:0;
}
.domainForm tr.row0 {
	background-color:#E5F1F4;	
}
.domainForm tr.row1 {
	background-color:#F8F8F8;	
}

div.domainButtonList, div.ispButtonList, div.hostButtonList {
	padding-left: 10px;
	float: left;
}
div.domainListBox, div.ispDomainListBox, div.hostListBox {
	max-height: 394px;
	min-height: 64px;
	min-width: 150px;
	float: left;
	overflow-y: scroll;
}
div.domainButtonListItem, div.ispButtonListItem, div.hostButtonListItem {
	padding-bottom: 2px;
}

.ispDomainListBox {
	background-color: white;
	border: thin solid black;
	overflow: auto;
}

.admin_home ul {
	list-style-type: none;
}

.admin_home ul li .button {
	vertical-align: middle;
}
	
input[type="submit"] {
	cursor: pointer;
}

input[disabled] {
	cursor: default;
}

img.logo {
	margin: 12px;
}

.logoOverlay {
	width: 200px;
	height: 120px;
	position: absolute;
	top: -70px;
	left: -50px;
}

.fa-mid {
	vertical-align: middle;
}

pre.console {
    background-color: black;
    color: gray;
}

span.weak {
	color: gray;
    font-weight: lighter;
}

.btn-group label.checkButtonList input[type="checkbox"] {
	margin-right: 20px;
}
.domainButtonListItem input.btn-primary, .hostButtonListItem input.btn-primary,
.domainButtonListItem button.btn-primary, .hostButtonListItem button.btn-primary {
	width: 190px;
}

.my_domains, .my_ispDomains, .my_hosts {
	clear: none;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border: 1px solid #ccc;
	background-color: white;
	border-radius: 8px;
}

.c-input>input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
input:checked~.c-indicator:before {
    border-radius: 50%;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 12px;
    color: black;
    content: "\f111";
}
input:checked~.c-indicator {
    position: absolute;
    left: 8px;
    top: 10px;
    width: 24px;
    height: 24px;
}
input:not(:checked)~.c-indicator:before {
    font-family: 'Font Awesome 5 Free';
	font-weight: 400;
    font-size: 12px;
    color: black;
    content: "\f111";
}
input:not(:checked)~.c-indicator {
    position: absolute;
    left: 8px;
    top: 10px;
    width: 24px;
    height: 24px;
}

span#hiddenContent {
	display:none;
}

input#radioWithHidden:checked ~ span#hiddenContent {
  display:block;
}

div.forgot_pass_whois_div {
	width:600px;
	margin-top:5em;
}
.bottomPadding {
	padding-bottom: 10px;
}

input[type="number"].quantity {
	position: relative;
	right: 7px;
	width: 40px;
}

input[type="button"].toggleHistoryButton {
    float: none;
}

input[type="radio"]+label {
	margin-left: 5px;
	margin-top: 3px;
}

.darkred {
    color: darkred;
}

/* old help popups BEGIN */
div.innerhelp{
    background-image:url('/images/queue_icon/help2.png');
    background-repeat:no-repeat;
    background-position: 5px 5px;
    background-color:#F8F8F8;
    border: 5px solid #DFDFDF;
    color: #717171;
    font-size: 12px;
    height: 160px;
    width: 350px;
    position: relative;
    white-space: pre-line;
    text-align: left;
    top: -195px;
    left:-405px;
    display:none;
    padding:10px 40px;
    z-index:1000;
}
div.innerhelp:after{
    content:'';
    position:absolute;
    bottom:-12px; 
    width:10px;
    height:10px;
    border-bottom:5px solid #dfdfdf;
    border-right:5px solid #dfdfdf;
    background:#f8f8f8;
    left:415px;
    margin-left:-10px;
    transform:rotate(45deg);
}
div.innerhelp_above{
    background-color:#F8F8F8;
    border: 5px solid #DFDFDF;
    color: #717171;
    font-size: 12px;
    width: 500px;
    position: absolute;
    text-align: left;
    display:none;
	z-index:1000;
	padding: 30px;
}
div.innerhelp_above:before{
    content:'';
    position:absolute;
    top: -9px;
    left: 0px;
    width:10px;
    height:10px;
    border-bottom:5px solid #dfdfdf;
    border-right:5px solid #dfdfdf;
    background:#f8f8f8;
    transform:rotate(-135deg);
}
div:hover > div.innerhelp_above {
    display:block;
}
/* old help popups END */

svg {
    user-select: none;
}
table.loginlist td {
   padding: 8px 16px;
}
i.signIn.fa.switch {
    width: 75px;
    word-break: break-all;
}

.material-switch{
	padding-bottom: 8px;
	padding-top: 2px;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 22px;
    position: relative; 
	margin-left: 50px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: 2px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
	margin-left: -50px; 
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: 2px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
	margin-left: -50px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: #7cb948;
    opacity: 1;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    left: 20px;
}

.material-switch > input[type="checkbox"]:checked + label > span.off {
	display: none;
} 

.material-switch > input[type="checkbox"]:not(:checked) + label > span.on {
	display: none;
}

.material-switch-inv{
	padding-bottom: 8px;
	padding-top: 2px;
}

.material-switch-inv > input[type="checkbox"] {
    display: none;
}

.material-switch-inv > label {
    cursor: pointer;
    height: 22px;
    position: relative; 
	margin-left: 50px;
}

.material-switch-inv > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: 2px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
	margin-left: -50px; 
}
.material-switch-inv > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: 2px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
	margin-left: -50px;
}
.material-switch-inv > input[type="checkbox"]:not(:checked) + label::before {
    background: #7cb948;
    opacity: 1;
}
.material-switch-inv > input[type="checkbox"]:not(:checked) + label::after {
    background-color: #fff;
    left: 20px;
}

.material-switch-inv > input[type="checkbox"]:checked + label > span.on {
	display: none;
} 

.material-switch-inv > input[type="checkbox"]:not(:checked) + label > span.off {
	display: none;
}
/* main done */

/* main inner */
input.very-small, div.very-small, select.very-small {
	width: 80px;
}
input.small, div.small, select.small {
	width: 160px;
}
input.normal, div.normal, select.normal {
	width: 185px;
}
input.big, div.big, select.big {
	width: 320px;
}
input.full, div.full, select.full {
	width: 100%;
}
.btn:hover, .btn:focus {
    background-position: 0 0;
}

a {
	font-family: 'Raleway', sans-serif;
}
a[name]:not([href]) {
	display: block;
	position: relative;
	top: -60px;
	visibility: hidden;
}
ol,ul,p,th,form,span,blockquote {
	font-family: 'Open Sans', sans-serif;
	font-size: small;
}
/* Override/reset above */
.cert span {
	font-family: inherit;
	font-size: inherit;
}

ol,ul {
	line-height: 150%;
}

ol.smalist {
	list-style-type: none;
}

ul:NOT(.square):NOT(.disc) {
	list-style-type: none;
}
ul.square {
	list-style-type: square;
}
ul.disc {
	list-style-type: disc;
}

hr.umbodsm {
	width: 50%;
	text-align: left;
	margin-left: 5px;
}

tr {
	vertical-align: top;
}

tr.toppur {
	vertical-align: middle;
}

tr.evenrow { 
    background-color: white; 
    border-bottom: 1px solid #AAAAAA; 
}

tr.oddrow { 
    background-color: #F8F8F8; 
    border-bottom: 1px solid #AAAAAA; 
}

.queue_fieldset {
	font-family: 'Open Sans', sans-serif;
	font-size: large;
	font-weight: bold;
	border: 1px solid #000;
	padding: 0.25em;
	background-color: #D1D5D7;
	color: #333333;
}

tt {
	font-family: courier, sans-serif;
}

pre {
    font-family: Consolas,monospace
}

a.menus {
	font-family: 'Raleway', sans-serif;
	font-size: small;
	text-decoration: none;
}

a.menus:link {
	color: #EEEEEE;
}

a.menus:visited {
	color: #EEEEEE;
}

a.menus:hover {
	color: #ffffff;
	font-weight: bold;
}

a.menus:active {
	color: #000000;
	font-weight: bold;
}

div.menustop {
	background-color: white;
}

td.menus {
	background-color: #a50000; /* For browsers people shouldn't use*/
	background: linear-gradient(to right,#a50000 50%, #800000); /* Standard syntax */

	color: #EEEEEE;
	font-family: 'Raleway', sans-serif;
	font-size: small;
	text-decoration: none;
	text-align: left;
	border-right: 2px #696969 solid;
}

img {
	border: none;
}

a.bottom {
	color: #a50000;
	text-decoration: none;
}

a.bottom:Link {
	color: #a50000;
}

a.bottom:Hover {
	background-color: #FFFFFF;
	color: #a50000;
}

a.bottom:Visited {
	color: #a50000;
}

a.bottom:Active {
	color: #a50000;
}

.link a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.news_title {
    display: inline-block;
}

.newsFull .crumbs {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 3px 0;
}

.news {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}

.news_date {
    display: inline-block;
    text-align: right;
	min-width: 8em;
}

.news_head a {
	cursor: pointer;
}

.newsItem {
	margin-left : 78px;
	margin-top : 5px;
	margin-bottom : 10px;
}

table.print_app {
	margin-top: 10px;
	margin-left: 10px;
        border: 1px solid white;
       	background-color: #FFFFFF;
        width: 430px;
}

table.print_app tr {
        border: 1px solid white;
}

table.print_app td {
        border: 1px solid white;
}

table.print_app table {
        border: 1px solid black;
}

table.print_app table tr {
        border: 1px solid black;
}

table.print_app table td {
        border: 1px solid black;
}

p.pagebreak {
	page-break-before: always;
}

form {
	padding: 0px;
	margin: 0px;
	margin-top: 1px;
}

.hidden {
	visibility: hidden;
}

.whoisLink {
	font-family: 'Raleway', sans-serif;
	font-size: small;
        color: #0088cc;
      	text-decoration: none;
        cursor: pointer;
}

.left {
    float: left;
}
.right {
	float: right;
}
.subtle {
	opacity: 0.5;
}
p.right {
	float: none;
	text-align: right;
}


td.rightPadded {
    padding-right: 10px;
}
/* main inner done */

/* form */
div.sep {
	border-top: 1px solid #000;
	margin-bottom: 10px;
	margin-top: 10px;
}

ul.delegation {
	list-style-type: none;
}

ul.delegation label {
	margin-left: 1em;
}

ul.delegation li {
	margin-top: 20px;
	margin-bottom: 20px;	
}

div.form input,
div.form textarea,
div.form select {
	float: left;
	
}

select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="color"], .uneditable-input {
    width: 185px;
}

select, input[type="text"], input[type="password"], input[type="datetime"], 
input[type="datetime-local"], input[type="date"], input[type="month"], 
input[type="time"], input[type="week"], input[type="number"], 
input[type="email"], input[type="url"], input[type="search"], 
input[type="color"], .uneditable-input {
    padding: 2px 6px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border linear .2s,box-shadow linear .2s;
    padding: 4px 6px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
}

input[type="text"][disabled] {
    background-color: #eee;
}

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

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

div.radioHeadings  {
	position: relative;
	padding-left: 20px;
	align-items: center;
}

div.radioHeadings input[type="radio"] {
	position: absolute;
	left: 1px;
	top: 3px;
}

div.radioHeadings input[type="radio"] + label {
	font-size: 1.2em;
	margin: 3px 0 5px 0;
	float: none;
	width: auto;
}

div.radioHeadings input[type="radio"] ~ div.details { display: none; }
div.radioHeadings input[type="radio"]:checked ~ div.details { display: block; }

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

}

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

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

.center {
    text-align: center;
}

div.form .center_label {
    font-size: 0.9em;
    width:300px;
    margin-left: auto;
    margin-right: auto;
}

.clear {
    clear: both;
}

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

div.form .slimRow {
    clear: both;
}

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

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

.note {
	font-style: italic;
}

span.required {
	color: red;
}

.hideAddress_en:after,
.hideAddress_is:after,
.hideFromWhois:after {
    content: '\f3ed';
    color: #ccc;
    position: absolute;
    left: 2px;
	padding-top: 3px;
    white-space:nowrap;
    font-size: xx-small;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.showAddress_en:after,
.showAddress_is:after,
.publishInWhois:after {
    content: '\f06e';
    color: #a5a;
    position: absolute;
    left: 2px;
	padding-top: 3px;
    white-space:nowrap;
    font-size: xx-small;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.requiredInWhois:after {
    content: '\f06e';
    color: #000;
    position: absolute;
    left: 2px;
	padding-top: 3px;
    white-space:nowrap;
    font-size: xx-small;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}


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

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

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

.infoSummary {
	border: 2px solid #00529B;
	padding: 7px 7px 12px 7px;
	margin: 0 0 2px 0; 
	background: #BDE5F8;
	font-size: 0.9em;
        display: none;
}

.warningSummary {
	border: 2px solid #CB0;
	padding: 7px 7px 12px 7px;
	margin: 0 0 2px 0; 
	background: #FFE;
	font-size: 0.9em;
        font-weight: bold;
        display: none;
}

div.form .errorSummary {
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 2px 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.contactForm {
    border: 1px solid black;
    background-color: #eeeeee;
    padding: 20px 20px 20px 20px;
    font-weight: bold;
}

div.contactFormContainer {
    width: 100%;
    max-width: 1400px;
    border:none;
}

div.contactFormLeft {
    float:left;
    background: #f5f5f5;
    padding: 10px;
    margin: 10px;
    border: 1px #ccc solid;
    border-radius: 8px;
}

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: 2px;
    font-weight: bold;
}

div.contactForm div.intl-tel-input input {
    width: 185px;
}

div.contactForm2 {
    font-weight: bold;
}

div.contactForm2Container {
    width: 100%;
    max-width: 1400px;
    border:none;
}

div.contactForm2Left {
    float:left;
    border-right: 1px solid darkgray;
    border-left: 1px solid darkgray;
}

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

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

div.contactForm2 textarea, #YContact_name {
    width: 97%;
}

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

div.contactForm2 td {
    padding: 2px;
    font-weight: bold;
}

div.contactForm2 div.intl-tel-input input {
    width: 185px;
}

div.left {
    float: left;
}

div.left_space {
    margin-left: 10px;
}

div.top_space {
    margin-top: 10px;
}

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

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

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

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

div.dynForm td {
    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;
}

table td.column {
    border-right: 1px solid black;
}

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

a.whois_link {
	float: right;
	cursor: pointer;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

.whois_search_box {
	position: absolute;
	width: 300px;
	padding: 7px;
	left: calc(50% - 450px);
}
@media (max-width: 1199px) { .whois_search_box { left: calc(50% - 350px); width: 280px; } }
@media (max-width: 992px) { .whois_search_box { left: 125px; } }
@media (max-width:  850px) { .whois_search_box { left: 115px; width: calc(100% - 550px) } }
@media (max-width:  767px) { .whois_search_box { left: 125px; width: calc(100% - 200px); min-width: 120px; } }

nav#red_header .whois_search_box {
	position: static;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 125px;
	min-width: 100px;
	max-width: 125px;
}

/* Magic number: This must match the width of the popped WHOIS window. */
@media (max-width: 450px) {
	nav#red_header .whois_search_box {
		min-width: 200px;
		max-width: 200px;
		width: 200px;
	}
	nav#red_header .navbar-nav li:not(.navWhois):not(.navCount) {
		display: none;
	}
}

.whoisPopped footer,
.whoisPopped nav:not(#red_header) .navbar-nav,
.whoisPopped nav:not(#red_header) .navbar-toggle,
.whoisPopped .navbar-toggle,
.whoisPopped .overlayButton,
.whoisPopped .msg_error,
.whoisPopped .noPrint {
	display: none;
}

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

.sideBySideButton {
    margin-left: 20px;
}

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

.cert-box {
	max-width: 35em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
}
.cert-copyright {
	margin-top: 1em;
	border-top: 1px solid #eee;
	padding-top: 1em;
	font-size: 0.8em;
	color: #777;
}

div.miniWhois {
    background-color:rgba(255,255,255,0.25);
}

div.miniWhois .cert,
div.miniWhois .cert h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
	line-height: 28px;
}
div.miniWhois .cert h1 {
	font-size: 20px;
	margin: 0;
}

div.miniWhois span.contact_actions {
	display: inline-block;
	float: right;
}
div.miniWhois span.contact_actions i,
div.miniWhois span.contact_actions a {
	font-size: smaller;
}

div.miniWhois .isver {
	display: block;
	text-align: center;
	padding: 10px 20% 20px 0px;
}

div.miniWhois label {
	font-family: 'Raleway', sans-serif;
    font-size: small;
    font-weight: bold;
	width: none;
    max-width: 35%;
	padding: 2px 5px 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.miniWhois div.heading label {
    max-width: inherit;
    width: inherit;
}

div.miniWhois .row {
    padding-top: 0px;
    margin-top: 1px;
    margin-bottom: 1px;
}
div.miniWhois div.first,
div.miniWhois div.heading {
    font-size: 18px;
    font-weight: normal;
	padding-top: 5px;
}

div.miniWhois div.heading label,
div.miniWhois div.first label {
    font-size: 18px;
    font-weight: normal;
	padding-top: 0px;
    padding-left: 0px;
}

div.miniWhois div.nameserver a {
	margin-left: 15px;
}

div.miniWhois label.noStrong {
    font-weight: normal;
}

div.form div.miniWhois .emptyRow {
	height: 9px;
    clear: both;
}

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

.bigFont {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}

.biggerFont {
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
	white-space: nowrap;
	display: inline-block;
}

.biggestFont {
	font-size: 64px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	white-space: nowrap;
	display: inline-block;
}

p.no_result {
	display: inline-block;
}
img.button {
	cursor: pointer;
}

table.detail-view tr.red {
    background: #D59392;
}

.noWrap {
	white-space: nowrap;
}

.flex {
	display: flex;
}

.flexRow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flexNoWrap {
	flex-wrap: nowrap;
}

.flexColumn {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.flexBottom {
	justify-content: flex-end;
}

div.list_form {
	margin-top: 1em;
}

.bottomBorderRadius {
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

div.steps {
	display: flex;
	flex-wrap: wrap;
	line-height: 30px;
	font-size: 16px;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.active {
	font-weight: bold;
}

div.vsep {
	position: relative;
	width: 20px;
	border-right: #ddd solid 1px;
}
div.vseptext {
	top: 57px;
	right: 15px;
	width: 0px;
	overflow: visible;
	position: absolute;
}
div.vseptext > div {
	text-align: center;
	background-color: #ffffff;
	padding: 6px 0px;
	color: #555;
	width: 30px;
	user-select: none;
}

@media (max-width: 768px) {
	div.vsep {
		width: 100%;
		border-top: #ddd solid 1px;
		border-left: #ddd solid 1px;
		margin-top: 30px;
	}
	div.vseptext {
		top: -16px;
		right: 0px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.roomabove {
		padding-bottom: 50px;
	}
}


div.roomabove {
    margin-top: 43px;
}
div.roomabove > a {
	margin-left: 24px;
	display: flex;
	background: #fff;
    box-shadow: 0px 0px 10px #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	width: 200px;
	height: 60px;
	transition: box-shadow 0.5s ease-in-out;
}
div.roomabove > a:hover,
div.roomabove > a:active,
div.roomabove > a:focus {
    box-shadow: 0px 0px 14px #aaa;
}

div.seperator {
	margin-left: 10px;
	margin-right: 10px;
}

.notShown,
.notShown2 {
	display: none !important; /* Shouldn't get overridden, the class must be removed. */
}

.boldLabel {
	font-weight: bold;
	margin-left: 0.75em;
}

.oneBottomMargin {
	margin-bottom: 1em;
}

.halfBottomMargin {
	margin-bottom: 0.5em;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	opacity: 0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	opacity: 0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	opacity: 0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 0.5;
}
input.noBottomMargin {
	margin-bottom: 0;
}

input[handleFix] {
	text-transform: uppercase;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.domainRegisterContacts {
	padding: 9px;
}

.flexColumn > label + .value {
	font-weight: bold;
	margin-bottom: 0.25em;
}

@media (min-width: 768px) AND (max-width: 992px) {
	nav.navbar > div.container {
		width: 100%;
		padding-left: 4px;
		padding-right: 4px;
	}
	ul.nav > li.hideOnSmall {
		display: none;
	}
	a.noWrap[href="/is/tolur"] {
		white-space: normal;
	}
}


.contacts_form_mini_buttons.btn {
	margin-top: 7px;
	margin-left: 3px;
	padding: 6px 8px;
	font-size: 20px;
}
div.contacts_form_mini_buttons {
	align-items: center;
}

.signIn {
	padding: 2px 5px;
}
.signIn:before {
	content: "\f023";
}
.signIn:hover:before {
	content: "\f09c";
}
.signIn > small {
	padding-left: 0.5em;
	font-size: 0.75em;
}
/* old warnings BEGIN */
.msg_info, .msg_success, .msg_warning, .msg_error, .msg_validation {  
    border: 1px dashed;  
    margin: 10px 0px;  
    padding:15px 10px 15px 15px;  
    background-repeat: no-repeat;  
    background-position: 10px center;  
}
.msg_info:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    margin-right: 10px;
    content: "\f05a";
}
.msg_info {  
    color: #00529B;  
    background-color: #BDE5F8;  
}
.msg_success:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    margin-right: 10px;
    content: "\f058";
}
.msg_success {  
    color: #4F8A10;  
    background-color: #DFF2BF;  
}
.msg_warning:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    margin-right: 10px;
    content: "\f06a";
}
.msg_warning {  
    color: #9F6000;  
    background-color: #FEEFB3;  
}
.msg_error:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    margin-right: 10px;
    content: "\f057";
}
.msg_error {  
    color: #D8000C;  
    background-color: #FFBABA;       
}
.msg_validation:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    margin-right: 10px;
    content: "\f06a";
}
.msg_validation {  
    color: #D63301;  
    background-color: #FFCCBA;  
}

.msg_green {  
    color: #4F8A10;  
}
.msg_red {  
    color: #D8000C;  
}
.msg_bottom:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    margin-right: 6px;
    content: "\f06a";
}
.msg_bottom {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    border-bottom: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    overflow: hidden;
	max-height: 80px;
    min-height: 26px;
    z-index: 999999; /* higher then svarbox */
    padding: 2px 10px;
    font-size: 10px;
    background-color: #555;
    color: #F0CC0F;
}
.msg_bottom:before {
	align-self: center;
}
.msg_bottom > div {
    width: 100%;
    align-self: center;
    text-align: center;
}
.msg_bottom > button {
    background-color: #777;
    padding: 0px 16px;
    font-size: 10px;
}
/* old warnings END */

div.error {
	white-space: pre-line;
}

.bg-text {
    color: #333;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 1.5em;
    line-height: 1.5em;
	overflow: hidden;
    padding: 20px 20px 100px 20px;
    position: relative;
	border-radius: 16px;
    max-width: 800px;
	z-index: 1;
}
.bg-text .exception {
    font-size: 0.5em;
}

.bg-text::after {
    color: #aaa;
	color: rgba(0,0,0,0.2);
    content: attr(data-bg-text);
    display: block;
    font-size: 80px;
    line-height: 1;
    position: absolute;
    bottom: -1px;
    right: 10px;
}
.bg-image {
	background-image: url("/images/backgrounds/error_background.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    position: absolute;
    right: 0px;
    top: 50px;
    width: 100%;
    height: calc(100VH - 405px);
    min-height: 282px;
    background-color: gray;
}

@media only screen and (min-width: 992px) {
	.bg-text {
		background-color: transparent;
	}
}

.stable {
	font-family:sans-serif;
	font-size:10pt;
	text-align: right;
	width: 400px;
}

table.stable th {
	text-align: right;
}

table.stable .center {
	text-align: center;
}

table.stable th.left {
	text-align: left;
}

.stable_wide {
	width: 600px;
}

.stable_narrow {
	width: unset;
	min-width: 200px;
}

h1 {
    font-size: 28px;
}

div.tariff {
	margin-bottom: 235px;
}

#pmC2 div.upsell {
	text-align: right;
	padding: 0 1em;
}

#upsellIDN div.paddingBox {
	max-width: 30em;
	padding: 2em;
}
#upsellIDN ul {
	margin: 0.5em 0;
	list-style-type: none;
}
#upsellIDN ul li::before {
	font-weight: bold;
	content: "+ ";
}

.forwardingForm {
	margin-top: 1em;
	min-width: 325px;
	max-width: 650px;
}
.forwardingForm .faqLink {
	display: inline-block;
	margin: 3px 6px;
}
.forwardingForm .warning {
	float: right;
	color: #f00;
	margin: 3px 6px;
	font-size: 0.85em;
}

div.wallOfText {
	max-width: 42em;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.3em;
	position: relative;
}
div.wallOfText h1 { font-size: 1.5em; margin-top: 1.1em; margin-bottom: 0.4em; }
div.wallOfText h2 { font-size: 1.4em; margin-top: 1.0em; margin-bottom: 0.4em; }
div.wallOfText h2.space_above { margin-top: 2.0em; }
div.wallOfText h3 { font-size: 1.3em; margin-top: 1.0em; margin-bottom: 0.3em; }
div.wallOfText h4 { font-size: 1.2em; margin-top: 0.8em; margin-bottom: 0.3em; }
div.wallOfText h5 { font-size: 1.1em; margin-top: 0.8em; margin-bottom: 0.3em; }
div.wallOfText .center { padding: 0 1em; margin: 1em 0; }
div.wallOfText .panel { margin-top: 1.5em; margin-bottom: 1.5em; }
div.wallOfText blockquote { font-size: inherit; }
div.wallOfText blockquote .attribution { font-size: smaller; font-style: italic; }
div.wallOfText span,
div.wallOfText a { font-size: inherit; }
div.wallOfText div.news,
div.wallOfText ol,
div.wallOfText ul,
div.wallOfText p { font-size: smaller; }
div.wallOfText p.letter { margin-left: 2em; white-space: pre; }
div.disputeVerdict { page-break-before: always; }
div.disputeVerdict h3 { margin-top: 30px; padding-top: 30px; border-top: 1px solid #777; }

/* Helpers for inserting sub-navigation lists into a page. */
ul.related {
	float: right;
    list-style: none;
}
ul.related li {
	display: inline-block;
	margin-left: 0;
    padding: 2px 6px;
}
div.wallOfText ul.related li {
	margin-left: 10px;
}
ul.related li.current {
	background: #eee;
	border-radius: 20px;
	padding: 5px 20px;
}
ul.related li.current a {
	color: #000;
	text-decoration: none;
}

div.about a.domainCount {
	margin: 12px 0 1px 0;
	float: right;
	opacity: 0.5;
}
div.about a.domainCount i.fas {
	opacity: 0.75;
}
div.isnicProduct {
	margin: 5em auto;
	max-width: 1000px;
	vertical-align: middle;
	position: relative;
}
div.isnicProduct div.about {
	padding: 1em 3em;
	font-size: 1.2em;
}
div.isnicProduct div.newsBox {
	padding: 0 2em;
}
div.isnicProduct div.newsBox div.box {
	padding: 1em 1em;
}
div.isnicProduct div.image {
	padding: 1em 2em;
	position: relative;
	text-align: center;
}
div.isnicProduct div.image img {
	max-width: 80%;
	max-height: 200px;
}
div.isnicProduct.firstProduct {
	max-width: inherit;
	padding-top: 0.5em;
	margin-top: 0.5em;
}
div.isnicProduct.firstProduct .about {
	margin-top: 0;
	padding-top: 0;
}
div.isnicProduct.firstProduct .newsBox {
	margin-bottom: 2em;
}

.dropShadow {
	box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.25);
}

@media (min-width: 768px) {

	/* Note: min-width rule above matches number in isnicNS.toggle_toc() */
	div.avoid-toc {
		position: relative;
		margin-left: 260px;
		width: auto;
	}
	div.avoid-toc .wallOfText {
		margin-left: 0;
	}
}

.copyPaste {
	font-size: 14px;
	float: right;
	margin: 0 4px;
}

.detail-view > td.red {
	background: #d29898;
}

.gridBackgroundError {
	background-color: #FFD2D2;
}

tr.filters td {
	padding: 0 !important;
}

.buy_link {
	font-size: unset;
}
.dropdown:hover>.dropdown-menu {
	display: block;
	margin: 0;
	padding: 0;
}
.dropdown-item {
	padding: 0.75rem 1.5rem;
}

@media only screen and (max-width: 991px) {
	.navbar-collapse div.dropdown-menu {
		display: block;
		border: 0;
		box-shadow: none !important;
		padding: 0;
		margin-top: 2px !important;
	}
	.navbar-collapse .dropdown-item {
		padding: 12px 15px;
	}
}


.dropdown-item.active, .dropdown-item:active {
	background-color: #c50505;
}
.tableHead {
background-color: #555;
color: #eee;
}
.tableHead a {
color: #fff;
}

.helper_icon4 {
	position: absolute;
	font-size: 12px;
	opacity: 0.4;
	right: 60px;
	top: 5px;
}

.bg-redelegate {
	background-color: #ebe595;
}
.bg-transfer {
	background-color: rgb(140 190 206);
}
.bg-delete {
	background-color: rgb(206 140 142 / 50%);
}
.bg-register {
	background-color: #cfe285;
}
.bg-host {
	background-color: #e2d08591;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.secondColor {
	background-color: #555;
}

div.contactForm2 { max-width: 500px; }
div.contactForm2 div.requirements { padding: 10px; text-align: center; }
div.contactForm2 div.requirements label { float: none; }
div.contactForm2 div.switchRow,
div.contactForm2 div.row { position: relative; padding: 2px 25px 2px 160px; }
div.contactForm2 div.row label { position: absolute; left: 0; width: 158px; padding-left: 20px; }
div.contactForm2 div.row label + br { display: none; }
div.contactForm2 div.row .material-switch label,
div.contactForm2 div.row .material-switch-inv label { position: relative; left: auto; width: auto; overflow: wrap; }
div.contactForm2 div#dataProcessConfirm input,
div.contactForm2 div#publicConfirm input { position: absolute; left: 140px; }
div.contactForm2 div.whoisLegend { position: absolute; left: 0; top: 10px; width: 130px; opacity: 0.6; border: 1px dashed #aaa; }
div.contactForm2 div.whoisLegend p { padding-left: 20px; font-weight: normal; font-style: italic; margin: 0; font-size: 0.9em; }
#publicConfirm {
	display: flex;
}

.smallCol {
	width: 5px !important;
  }
  
.mediumCol {
	width: 131px;
}

  .list-view tbody tr:first-child,
  .list-view tbody tr:first-child th {
	  background-color: #555;
	  color: #fff;
	  font-weight: bold;
	  font-size: 16px;
  }
  
  .detail-view > .btn-link,
  td.align-middle.smallCol.center > .btn-link {
		padding: 0;
}

.detail-view .material-switch,
td.align-middle.smallCol.center .material-switch {
	padding: 0;
	display: flex;
}

.detail-view .material-switch > label,
td.align-middle.smallCol.center .material-switch > label {
    height: 14px;
    margin-top: 1px;
}

.cursor_default {
	cursor: default;
}

.pointer {
	cursor: pointer;
}

.width-fit-content {
	width: fit-content;
}


/* CSS rules for the domain overview / control panel page */

#domain_overview a.btn:not([href]) { cursor: not-allowed !important; }
#domain_overview .box { position: relative; }
#domain_overview .box ul { position: relative; }
#domain_overview .box .action { color: #a00000; margin-left: 4%; white-space: nowrap; overflow: hidden; }
#domain_overview .box .section { position: relative; margin: 0; padding: 0 0 2em 0; min-height: 16em; }
#domain_overview .box a.btn { float: right; margin-left: 2%; font-size: 0.85em; }
#domain_overview .box h2 { margin: 0; padding: 0.25em 0 1.25em 0; }
#domain_overview .box h2 a { position: absolute; font-size: 0.7em; padding: 3px 0 0 2%; margin: 0; }
#domain_overview .box h2 .spacer { display: inline-block; min-width: 1em; max-width: 2em; width: 7%; }
#domain_overview .box .bottom-right { position: absolute; bottom: 1em; right: 1em; }
#domain_overview .box .details { opacity: 0.8; font-size: 0.9em; }
#domain_overview .box span.field_more { display: inline-block; margin-left: 2px; text-align: left; }
#domain_overview .box span.field_data { display: inline-block; min-width: 6em; text-align: right; }
#domain_overview .box span.field_type { display: inline-block; min-width: 9em; max-width: 9em; white-space: nowrap; color: #333; }
#domain_overview .box span.ds_record { display: block; width: 90%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#domain_overview .box li.contact_is_me span { font-weight: bold; }

#domain_overview .box span.contact_is_me { color: var(--l-link); }
#domain_overview .box a.btn:hover,
#domain_overview .box a.action:hover { opacity: 1.0; text-decoration: none; }
#domain_overview .box a:not([href]),
#domain_overview .box a[disabled].btn { opacity: 0.45; }
#domain_overview .box a[disabled].action { display: none; }

@media only screen and (max-width: 1200px) {
  #domain_overview ul { padding-left: 1.5em; }
  #domain_overview .box a.btn { font-size: 0.75em; }
}
@media only screen and (max-width: 992px) {
  #domain_overview ul { padding-left: 1.25em; }
  #domain_overview .box span.field_type { min-width: 10em; max-width: 10em; }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #domain_overview .box li .action i { display: none; }
}
@media only screen and (max-width: 768px) {
  #domain_overview .box span.field_data { min-width: 7em; }
  #domain_overview .box a.btn { font-size: 0.7em; }
}
@media only screen and (max-width: 576px) {
  #domain_overview .box span.field_data { min-width: 6em; }
}
@media only screen and (max-width: 400px) {
  #domain_overview .box li .action i { display: none; }
  #domain_overview .box ul { font-size: 0.8em; }
  #domain_overview .box span.field_type { min-width: 9em; max-width: 9em;}
}
@media only screen and (max-width: 350px) {
  #domain_overview .box a.btn { font-size: 0.6em; }
  #domain_overview .box h2 .whois,
  #domain_overview .box h2 .spacer { display: none; }
  #domain_overview .box ul { font-size: 0.75em; }
  #domain_overview .box span.field_data { min-width: 6em; }
  #domain_overview .box .action { margin-left: 2px; font-size: 0.9em; }

}

ul.nav-pills .nav-link.active {
	background-color: #c50505;
}

ul.nav-pills .nav-link.active .fas{
	color: #fff;
}

.blinkIcon:not(:active) {
	transition: opacity 0.5s ease-in-out, color 0.25s ease-in-out;
}
.blinkIcon:active {
	opacity: 0.125;
}
.blinkIcon {
	color: #888;
	opacity: 1;
}
.blinkIcon:hover {
	color: #333;
}

/* CSS rules for the domain overview / control panel page */

.dns_view .grid-view tr.selected {
	background-color: #c50505;
}
.dns_view .grid-view tr.selected:NOT(.forwardEdit) > td,
.dns_view .grid-view tr.selected.forwardEdit > td.dnsData {
	padding: 8px 8px 4px 8px;
}
.dns_view .grid-view tr.selected.forwardEdit > td {
	padding-top: 18px;
	font-weight: bold;
}
.dns_view .grid-view tr.selected > td:last-child {
	padding: 12px 8px;
	min-width: 84px;
}
.dns_view .grid-view tr.selected > td div.text-danger {
	color: #fff !important;
}
.dns_view .grid-view tr.selected > td .mt-1 {
	margin-top: 0;
}
.dns_view .grid-view tr > td:nth-child(2) {
	max-width: 180px;
}
.dns_view .grid-view tr.selected > td select[name="EditDnsRecord[type]"] {
	height: 38px;
	padding: 6px;
}
.dns_view .grid-view tr.selected > td input[name="EditForwardDnsRecord[priority]"],
.dns_view .grid-view tr.selected > td input[name="EditDnsRecord[priority]"],
.dns_view .grid-view tr.selected > td input[name="EditDnsRecord[weight]"] {
	width: 35px;
}
.dns_view .grid-view tr.selected > td input[name="EditDnsRecord[port]"] {
	width: 60px;
}
.dns_view .grid-view tr.selected > td input,
.dns_view .grid-view tr.selected > td select {
	width: 100%;
}
.dns_view .was-validated .form-control:invalid,
.dns_view .form-control.is-invalid {
	min-width: 80px;
}
.dns_view > .card-body > a.btn {
	float: right;
}

@media (max-width: 575px) {
	.dns_values {
		flex-direction: column;
	}
	.dns_view .grid-view tr.selected > td {
		padding: 10px 0px;
	}
	.dns_view .grid-view tr > td {
		padding: 4px;
	}
	.dns_view .grid-view tr > td:last-child {
		padding: 10px;
	}
	.dns_view .grid-view tr.selected > td > select {
		width: 100%;
	}
	.dns_view .grid-view .tableHead > th:nth-child(4) {
		width: 56px;
	}
	.dns_view .grid-view tr.selected > td input[name="EditDnsRecord[host]"] {
		width: 100% !important;
	}
	.dns_view {
		width: calc(100vw - 16px);
		left: -16px;
		padding: 4px !important;
	}
	.dns_view > .card-body {
		padding: 0 !important;
	}
	.dns_view .grid-view thead > tr th {
		padding: 12px 6px;
	}
	.dns_view .grid-view thead > tr th:first-child {
		width: 60px;
	}
	.dns_view .grid-view tr > td:nth-child(1) {
		width: 50px;
	}
	.dns_view .grid-view tr > td:nth-child(2) {
		max-width: 100px;
		width: 20%;
	}
	.dns_view .grid-view tr > td:nth-child(3) {
		max-width: 65px;
	}
	.dns_view .grid-view tr > td:last-child {
		min-width: 30px !important;
		max-width: 30px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.dns_values {
		flex-direction: column;
	}
	.dns_view .grid-view tr > td:first-child {
		max-width: 120px;
	}
	.dns_view .grid-view tr.selected > td > select {
		width: 60px;
	}
	.dns_view > .card-body {
		padding: 10px;
	}
	.dns_view .grid-view tr.selected > td input[name="EditDnsRecord[ttl]"],
	.dns_view .grid-view tr.selected > td input[name="EditDnsRecord[host]"] {
		width: 100%;
	}
	.dns_view .grid-view tr.selected > td select[name="EditDnsRecord[type]"] {
		width: 70px;
	}
	.dns_view {
		width: 561px;
		left: -28px;
		padding: 0 !important;
	}
	.dns_view .grid-view tr > td:nth-child(2) {
		max-width: 120px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.dns_view .grid-view tr > td:first-child {
		max-width: 180px;
	}
	.dns_view .grid-view tr.selected > td input[name="EditDnsRecord[ttl]"],
	.dns_view .grid-view tr.selected > td input[name="EditDnsRecord[host]"] {
		width: 100%;
	}
	.dns_view .grid-view tr.selected > td input[name="EditDnsRecord[ttl]"] {
		width: 49px;
	}
	.dns_view .grid-view tr > td:nth-child(2) {
		max-width: 150px;
	}
}
@media (min-width: 991px) and (max-width: 1200px) {
	#single_dns_record > .record_data > .field-dnsrecordmodel-type {
		max-width: 130px;
	}
	#single_dns_record > .record_data > .field-dnsrecordmodel-ttl {
		min-width: 85px;
	}
}
.dns_view .grid-view tr.selected > td > input {
	padding: 6px;
	width: 100%;
}
.dns_view .grid-view tr.selected > td > button {
	background-color: unset;
	color: #fff;
	border: 0;
	padding: 0;
}
.dns_view .grid-view tr > td > input#delete {
	display: none;
}
.dns_view .grid-view tr > td > label[for="delete"] {
	cursor: pointer;
}/*
.dns_view .grid-view tr.selected > td > label[for="delete"] {
	color: #fff;
}*/
.dns_view .grid-view tr.selected > td {
	color: #fff;
}
.dns_view .grid-view tr:NOT(.selected) > td > label[for="delete"] {
	color: var(--l-link);
}
.dns_view .grid-view tr.selected > td input[name="EditDnsRecord[ttl]"]:not(.is-invalid) {
	width: 62px;
}
.dns_view .grid-view tr.selected > td input[name="EditDnsRecord[ttl]"].is-invalid {
	width: 100%;
}
.dns_view .grid-view tr.selected a {
	color: #fff;
}
.dns_view .grid-view tr.selected select {
	width: min-content;
}
.diefontsize {
    font-size: 1.12em;
}

.dns_template_create .tableHead {
	background-color: #416cd3;
}
.dns_template_create > h4 > i {
	color: #416cd3;
}
.dns_template_delete .tableHead {
	background-color: #d38c41;
}
.dns_template_delete > h4 > i {
	color: #d38c41;
}

.requiredIcon {
	display: none;
	position: absolute;
	pointer-events: none;
	top: 8px;
	right: 8px;
	color: red;
}

#multipe_dns_records input:required:invalid ~ .requiredIcon,
#multipe_dns_records input:focus:invalid ~ .requiredIcon {
	display: block;
}

.salur-list {
	font-family: inherit;
}
.font-monospace {
	font-family: 'Courier New', Courier, monospace;
}
.font-inherit {
	font-family: inherit;
}
.font-16 {
	font-size: 16px;
}
.font-20 {
	font-size: 20px;
}

.img-salurinn-front {
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	height: 400px;
	background-attachment: fixed;
	background-image: url('/images/backgrounds/salurinn-front.jpg');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 50px;
}

.img-salurinn-front + * {
	margin-top: 350px;
}

@media (min-width: 1822px) {
	.img-salurinn-front {
		background-size: contain;
	}
}
.salurinn-back-hider {
	position: absolute;
	top: 0px;
	background: #fcfcfc;
	height: 100%;
	width: 100VW;
	margin-left: calc(50% - 50VW - 6px);
	z-index: -1;
}
.img-salurinn-back {
	position: sticky;
	bottom: 0;
	width: 100VW;
	max-height: 400px;
	margin-top: -31px;
	margin-bottom: -30px;
	margin-left: calc(50% - 50VW - 6px);
	z-index: -2;
	background-image: url('/images/backgrounds/salurinn-back.jpg');
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
}
@media (min-width: 1759px) {
	.img-salurinn-back {
		background-size: cover;
	}
}

/* YII shit overwritten because of CSP */
.was-validated .form-control:invalid,
.form-control.isnic-is-invalid {
	background-image: url('/images/warnings/error.svg');
	border-color: #dc3545;
}
.was-validated .form-control:invalid + .input-group-append > .input-group-text,
.form-control.isnic-is-invalid + .input-group-append > .input-group-text {
	border: 1px solid #dc3545 !important;
	background-color: #FFD2D2; /* gridBackgroundError */
}
.form-control.isnic-is-valid,
.was-validated .form-control:valid {
	background-image: url('/images/warnings/success.svg');
	border-color: #28a745;
}
.was-validated .form-control:valid + .input-group-append > .input-group-text,
.form-control.isnic-is-valid + .input-group-append > .input-group-text {
	border: 1px solid #28a745 !important;
	background-color: #d2ffd5;
}

.was-validated .form-control:invalid,
.form-control.isnic-is-invalid,
.form-control.isnic-is-valid,
.was-validated .form-control:valid {
	padding-right: calc(1.5em + .75rem)!important;
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.isnic-custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url('/images/check_mark.svg');
}
.isnic-custom-checkbox .custom-control-label::before {
	border-radius: .25rem;
}


.has-success .form-control {
	border-color: #3c763d;
}
.has-success label {
	color: #3c763d;
}
.has-success .input-group-append > .input-group-text {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}

.has-error .form-control {
	border-color: #a94442;
}
.has-error label {
	color: #a94442;
}
.has-error .input-group-append > .input-group-text {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}

.captchaContainer {
	position: relative;
    width: fit-content;
}
.captchaContainer img {
	cursor: pointer;
}
.captchaContainer .captchaRefresh {
	position: absolute;
	bottom: 2px;
	right: 2px;
    pointer-events: none;
}

.height-1 {
	height: 1rem;
}

.background-red {
	background-color: #f00;
}