/* HELPERS */
/*
 * Apply a natural box layout model to all elements
 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * clear content around element to avoid layout problems
 */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
*zoom: 1;
}
/* Animate between media query points */
@media screen {
#main .content.one-col, #main .content.two-col .notification, #main .content .notification, .edit-content, .show-content, iframe {
  -webkit-transition: all, .5s, ease;
  -moz-transition: all, .5s, ease;
  -o-transition: all, .5s, ease;
  transition: all, .5s, ease;
  }
}
/* GRID */
.grid {
  background-image: url(../images/grid-small.png);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 322px auto;
  opacity: 0.2;
  z-index: 1000;
}
@media screen and (min-width: 30em) {
.grid {
  background-image: url(../images/grid-medium.png);
  background-size: 482px auto;
}
}
@media screen and (min-width: 44em) {
.grid {
  background-image: url(../images/grid-large.png);
  background-size: 770px auto;
}
}
@media screen and (min-width: 52em) {
.grid {
  background-image: url(../images/grid-full.png);
  background-size: 1062px auto;
}
}
/* BASE ELEMENTS	*/
html, button, input, select, textarea {
  color: rgb(38,38,38);
}
html, body {
  height: 100%;
}
body {
  padding: 0;
}
blockquote {
  margin: .625em 1.875em;
}
iframe {
  margin: 0 .625em;
	overflow: hidden;
	border: none;
}
h1 {
  word-break: break-strict;
  word-wrap: break-word;
}
a {
  color: rgb(70,70,70);
  text-decoration: underline;
  outline: none;
}
.data p a, .data li a {
  color: rgb(58,130,206);
}
a:hover {
  color: rgb(0,85,190);
  text-decoration: underline;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
hr {
  border: none;
  border-bottom: 1px solid #ddd;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
#registrar_logo {
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 0;
  z-index: 2;
}
#registrar_logo div {
  width: 100%;
}
#registrar_logo img {
  max-width: 100px;
  padding: 0;
}
/* extra classes for all elements */
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.align-center {
  text-align: center;
}
.daterange {
  font-size: .875em;
}
.new-info, .new-info a {
  color: rgb(35,151,88);
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.old-info, .old-info a {
  color: rgb(175,14,55);
  text-decoration: line-through;
}
.show, js-show {
  display: block !important;
  visibility: visible !important;
}
.no-js .no-js-show {
  display: block !important;
  visibility: visible !important;
}
.hide, .js-hide {
  display: none !important;
  visibility: hidden !important;
}
.hide-small {
  display: none;
  visibility: hidden;
}
.show-small {
  display: inline-block !important;
  visibility: visible !important;
  height: auto !important;
  opacity: 1 !important;
}
.no-js .no-js-hide {
  display: none !important;
  visibility: hidden !important;
}
.no-js .no-js-hide-background-image {
  background-image: none !important;
}
.align-right {
  text-align: right;
}
/* responsive iframe for Power BI */
.full-content {
  margin: 0 -1.875em;
}
.embedContainer {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  max-width: 1000px;
  margin: 0 auto 1em;
}
#pbi-forecast .embedContainer {
  padding-bottom: 30%;
}
.full-content .embedContainer {
  max-width: 1060px;
}
.embedContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
/* NemID iframe settings */
#nemid_iframe {
  min-width: 200px;
  min-height: 250px;
  width: 90%;
  width: -webkit-calc(100% - 1.25em);
  width: -moz-calc(100% - 1.25em);
  width: calc(100% - 1.25em);
  max-width: 500px;
  border: 0;
  background-color: rgb(207,207,207);
}

#overlay {
  background: rgba(242,242,242,0.6) url(/images/loader-red.gif) center center no-repeat;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 25%;
}
#overlay-zip {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 5000; /* Specify a stack order in case you're using a different order for other elements */
  cursor: default;
}
#loader {
  background-image: url(/images/loader-red.gif);
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  z-index: 100;
  opacity: 1;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 60px;
}
.pwbi-loading {
  background-image: url(/images/loader-red.gif);
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  z-index: 100;
  opacity: 1;
  width: 100%;
  height: 200px;
  position: relative;
  top: 60px;
}
/* Loader */
.loader.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#loader.empty {
  position: relative;
  top: 0;
}
.loadmoreForm {
  display: none;
}
.no-js .loadmoreForm {
  display: inline-block;
}
.auto-loader-squares {
  display: none;
  background: transparent url(/images/ajax-loader-squares.gif) no-repeat center;
  height: 30px;
}
.auto-loader-squares.active {
  display: block;
}
.noscroll {
  overflow: hidden;
}
.noscroll {
  overflow: hidden;
}
@media screen and (min-width: 30em) {
  iframe {
    margin: 0 1.25em;
  }
  #nemid_iframe {
    width: 90%;
    width: -webkit-calc(100% - 2.5em);
    width: -moz-calc(100% - 2.5em);
    width: calc(100% - 2.5em);
    min-height: 450px;
  }
}
@media screen and (min-width: 44em) {
  .hide-small {
    display: inline-block;
    visibility: visible;
  }
  .show-small {
    display: none;
    visibility: hidden;
    height: 0;
    opacity: 0;
  }
}
/* ERROR LAYOUT */
.notification {
  width: 100%;
  display: block;
  margin: .5em auto;
  padding: .625em;
}
.header ~ .notification {
  margin: 0 auto;
}
.notification h5 {
	display: inline-block;
  margin: 0 0 .5em;
  padding: 0;
	padding-left: .4em !important;
  text-transform: uppercase;
}
.notification p {
  padding: .3125em 0;
  word-wrap: break-word;
  color: rgb(70,70,70);
  margin: 0 !important;
  width: 100% !important;
}
#job-box.notification p span {
  display: block;
}
.notification a.button-primary, .notification a.button-secondary {
  text-decoration: none;
}
.notification ul {
  margin-left: 1em;
}
.notification .icon-error ~ *, .notification .icon-alert ~ *, .notification .icon-info ~ *, .notification .icon-success ~ * {
  padding-left: 1.9375em;
}
.error-box {
  background-color: rgb(248,225,225) !important;
}
.error-box h5 {
  color: rgb(215,38,65);
}
.alert-box {
  background-color: rgb(247,235,217) !important;
}
.alert-box h5 {
  color: rgb(212,108,0);
}
.info-box {
  background-color: rgb(218,235,250);
}
#show-address-box.updated {
  background-color: rgb(202,245,177);
}
.info-box h5 {
  color: rgb(0,85,190);
}
.success-box {
  background-color: rgb(202,245,177);
}
.success-box h5 {
  color: rgb(35,151,88);
}
#export-data .success-box {
  display: none;
}
.debug-box {
  background-color: #f1da36;
  padding: .625em;
}
.summary-box {
  background-color: rgb(242,242,242);
  padding: .625em;
}
.summary-box.pw h5 {
  margin: 0;
}
.summary-box.pw .rules {
  background-color: #fff;
  padding: .625em;
}
.summary-box.pw .rules p {
  color: #6d6d6d;
}
.error-msg, .alert-msg {
  display: none;
}
.error-input .error-msg, .alert-input .alert-msg, .summary-box .error-msg, .summary-box .alert-msg, .summary-box .alert-msg {
  display: block;
}
.error-input .checkbox-left + .error-msg {
  margin-left: 1.8em !important;
}
#login_nemid .error-msg {
  padding-left: 85px;
}
.error-msg p, .alert-msg p {
  padding: .3125em 0 !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}
.error-msg p, .error-msg .icon-error, .error-input .lock {
  color: rgb(175,14,55) !important;
}
.alert-msg p, .alert-msg .icon-alert, p.icon-alert {
  color: rgb(212,108,0) !important;
}
.error-input input:not([type="submit"]), .error-input select, .error-input textarea {
  border: 1px solid rgb(215,38,65) !important;
}
.alert-input input:not([type="submit"]), .alert-input select {
  border: 1px solid rgb(237,132,40) !important;
}
.has-error {
  border-color: red;
  color: red;
}
.pw .checked {
  color: #3ab841;
}
.section.summary-box li::before {
  content: "\002d";
  padding-right: 8px;
  line-height: 1em;
}
.section.summary-box li.checked::before {
  color: #3ab841;
  content: "\2714";
  padding-right: 5px;
}
.summary-box.pw.section ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.section.summary-box h5.missing {
  color: rgb(175, 14, 55);
}
@media screen and (min-width: 30em) {
.notification {
  padding: 1.25em;
}
.section .notification {
  width: 100%;
  padding: .625em;
  margin: 0;
}
.summary-box {
  padding: 1.25em;
}
}
 @media screen and (min-width: 44em) {
.notification {
  width: 83%;
}
.one-col .notification {
  width: 100%;
}
.notification .icon-error ~ *, .notification .icon-alert ~ *, .notification .icon-info ~ *, .notification .icon-success ~ * {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
.input-group .error-msg, .wizard-content .error-msg, .wizard-content .alert-msg {
  margin-left: 0;
  width: 100%;
}
.wizard-content .h5 ~ .error-msg{
  margin-left: 20%;
  width: 80%;
}
}
/* PAGE ELEMENTS */
/* Mobile view */
#page {
  width: 100%;
  max-width: 66.25em;
  min-width: 17.5em;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  background-color: #ffffff;
}
#header {
  position: relative;
  height: 7.375em;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid rgb(162, 162, 162);
}
.help #header {
  height: auto;
  position: fixed;
  top: 0;
  z-index: 1000;
  display: block;
}
.main-wrapper {
  margin: 0;
  padding: 0 0 39.875em;
}
.help .main-wrapper {
  margin-top: 2em;
  padding: 0 0 13.875em; /* footer height + 30px padding */
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  /*padding-top: 25px;*/
  height: 0;
  max-width: 530px;
  margin: 1em auto;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
#footer {
  margin: 1.875em 0 0;
  padding: 1.25em .625em;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 38em;
  width: 100%;
}
.help #footer {
  height: 12em;
}
#footer.footerwizard {
  height: 14em;
}
@media screen and (min-width: 30em) {
#header {
  height: 8em;
  border-bottom: 1px solid rgb(162, 162, 162);
}
.main-wrapper {
  padding-bottom: 38.875em;
}
#footer {
  height: 37em;
  padding: 1.25em;
}
}
@media screen and (min-width: 44em) {
#header {
  height: 8.875em;
  overflow: hidden;
  border-bottom: none;
}
.help #header {
  position: relative;
  display: none;
}
.main-wrapper {
  padding-bottom: 30.875em;
}
#footer {
  height: 29em;
  padding: 1.875em;
}
}
@media screen and (min-width: 52em) {
.main-wrapper {
  padding-bottom: 24.875em;
}
#footer {
  height: 23em;
}
#footer.footerwizard {
  height: 8em;
}
}

/* Customer Care login styles */
.cc-login, .cc-header {
  background-color: rgb(247,235,217);
}
.cc-header div {
  padding: 0.3125em 1.25em;
}
#ad_user.cc-header {
  max-width: 40%;
}
#portal_user.cc-header {
  max-width: 60%;
}
.cc-header fieldset {
  line-height: 2;
  text-align: right;
}
.cc-header input, .cc-header label, .cc-header select {
  display: inline-block;
  *display: inline;
  width: auto;
}

/* IMAGES */
/* home page background */

@media screen and (min-width: 30em) {
.home-banner-bg {
  background-image: url(/images/home-bg_02.png);
  background-position: 12em 1em;
  background-repeat: no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
}
@media screen and (min-width: 44em) {
.home-banner-bg {
  background-position: 17em -4em;
}
}
@media screen and (min-width: 52em) {
.home-banner-bg {
  background-position: 25em -7em;
  background-size: 70%;
}
}

/* icons */
.icon {
  width: 21px;
  height: 21px;
  line-height: 21px;
  background-color: rgb(58,130,206);
  background-image: url('/images/nav_icons_4.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  display: inline-block;
	font-style: normal;
	text-align: center;
	color: #fff;
}
@media screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .icon {
    background-image: url('/images/nav_icons_4@2x.png');
    background-size: 1000px 200px;
  }
}
.icon:after {
	line-height: 21px;
	font-size: 12px !important;
}
.icon-small {
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
.icon-small:after {
	font-size: 8px !important;
	line-height: 12px !important;
}
.icon-large {
  width: 30px;
  height: 30px;
}
.icon-large:after {
	line-height: 30px;
	font-size: 16px !important;
}
.icon-green {
  background-image: none;
  background-color: rgb(58,184,65);
}
.icon-orange {
  background-image: none;
  background-color: rgb(237,132,40);
}
.icon-red {
  background-image: none;
  background-color: rgb(215,38,65);
}
.icon-blue {
  background-image: none;
  background-color: rgb(58,130,206);
}
.icon-green-public {
  background-image: none;
  background-color: transparent;
  border: 2px solid rgb(58,184,65);
}
.icon-orange-public {
  background-image: none;
  background-color: transparent;
  border: 2px solid rgb(237,132,40);
}
.icon-red-public {
  background-image: none;
  background-color: transparent;
  border: 2px solid rgb(215,38,65);
}
.icon-blue-public {
  background-image: none;
  background-color: transparent;
  border: 2px solid rgb(58,130,206);
}
.icon-info-inverted {
  border: 1px solid rgb(58,130,206);
  margin: .25em 0 0;
  background-color: #fff;
	background-image: none;
}
.icon-info-inverted:after {
	content: "i";
	color: rgb(58,130,206) !important;
	font-size: 16px !important;
}
.icon-info-inverted:hover:after,
.icon-info-inverted.active:after,
.tooltip:hover .icon-info-inverted:after,
.tooltip.active .icon-info-inverted:after {
	color: rgb(255,255,255) !important;
  cursor: pointer;
}
.icon-info-inverted:hover,
.icon-info-inverted.active,
.tooltip:hover .icon-info-inverted,
.tooltip.active .icon-info-inverted {
  border: 1px solid rgb(0,85,190);
  color: rgb(255,255,255);
  background-color: rgb(0,85,190);
  cursor: pointer;
}
.wizard-content .icon-info-inverted {
  margin: 0 0 0 .5em;
}
/* Preload images */
body::after{
  position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
  content:url(/images/loader-grey_s.gif);
}
.icon-spin {
  background: transparent url(/images/loader-grey_s.gif) no-repeat center top;
}
input.icon-spin {
  background-position-x: 98%;
  background-position-y: 50%;
}
.button.icon-spin, .search-button.icon-spin {
  background-color: transparent !important;
  background-image: url(/images/loader-grey_s.gif) !important;
  background-repeat: no-repeat !important;
  background-position-x: center !important;
  background-position-y: center !important;
  display: block !important;
  border: 0 !important;
  transition: ease-in;
  background-size: auto !important;
}
#eannum_update.icon-spin, #eannum_edit.icon-spin {
  background-color: transparent !important;
  background-image: url(/images/loader-grey_s.gif) !important;
  background-repeat: no-repeat !important;
  background-position-x: 50% !important;
  background-position-y: 50% !important;
  display: inline-block !important;
  border: 0 !important;
  transition: ease-in;
  background-size: auto !important;
}
#eannum_update.icon-spin:hover, #eannum_update.icon-spin:focus, #eannum_edit.icon-spin:hover, #eannum_edit.icon-spin:focus {
  color: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
}
.icon-error {
	background-image: none;
	background-color: rgb(215,38,65);
}
.icon-alert {
	background-image: none;
	background-color: rgb(212, 108, 0);
}
.icon-alert:after {
  content: "!";
  text-align: center;
}
.icon-info {
  background-image: none;
  background-color: rgb(0, 85, 190);
}

.icon-error:after, .icon-info:after, .icon-alert:after, .icon-info:after {
  color: #fff;
  display: block;
}
.icon-test,
.icon-more {
	background: none;
	color: rgb(70,70,70);
}
.icon-test:after,
.icon-more:after {
	content: "\002B";
}
a.active .icon-test:after,
a.active .icon-more:after {
  content: "\2212";
}
a .icon-test, a .icon-more {
  background: none;
  color: rgb(58,130,206);
}
a:hover .icon-test, a.actve:hover .icon-test,
a:hover .icon-more, a.actve:hover .icon-more {
  background: none;
  color: rgb(0,85,190);
}
.icon-error:after {
  content: "!";
  text-align: center;
}
.icon-info:after {
  content: "i";
  text-align: center;
}
.icon-success:after {
  content: "!";
  text-align: center;
}
.icon-help {
  background-image: none;
  background-color: rgb(255,255,255);
  display: inline-block;
  margin-left: .25em;
}
.icon-help:after {
  content: "?";
  color: rgb(70,70,70);
}
/*a:hover .icon-help {
  background-color: rgb(175,14,55);
}*/
.help .icon-help {
  margin-top: -.2em;
}
/*.help .active .icon-help {
	background-color: rgb(175,14,55);
}*/
.icon-profile {
  background-position: -198px -66px;
  display: inline-block;
  background-color: transparent;
}
.button-small .icon-profile {
  background-position: -201px -67px;
  height: 16px;
  width: 18px;
  vertical-align: text-bottom;
}
.icon-drift {
  display: inline-block;
  background-position: -5px -45px;
}
.icon-temp {
  display: inline-block;
  margin: 0;
  background-position: -5px -80px;
}
.icon-dnssec-section {
  display: inline-block;
  margin: 0;
  background-position: -257px -91px;
}
.icon-domain-section {
  display: inline-block;
  margin: 0;
  background-position: -466px -59px;
}
.icon-token-section {
  display: inline-block;
  margin: 0;
  background-position: -257px -59px;
}
.icon-ns-section {
  display: inline-block;
  margin: 0;
  background-position: -326px -91px;
}
.icon-registrar-section {
  display: inline-block;
  margin: 0;
  background-position: -396px -59px;
}
.icon-renewal-section {
  display: inline-block;
  margin: 0;
  background-position: -536px -59px;
}
.icon-security-section {
  display: inline-block;
  margin: 0;
  background-position: -466px -91px;
}
.icon-users-section {
  display: inline-block;
  margin: 0;
  background-position: -396px -91px;
}
.icon-vid-section {
  display: inline-block;
  margin: 0;
  background-position: -326px -59px;
}
.icon-plus {
  display: inline-block;
  vertical-align: middle;
  background-image: none;
  background-color: transparent;
  border: 1px solid rgb(109, 109, 109);
  margin-top: 4px;
}
.icon-plus:after {
  content: "\002B";
  color: rgb(109, 109, 109);
  font-size: 22px !important;
  line-height: 0.885em;
  font-weight: normal;
  text-align: center;
  display: block;
  /*padding-left: 1px;*/
  font-family: Courier New, Courier New, monospace !important;
}
.icon-plus.icon-large {
  margin-top: 0px;

}
.icon-plus.icon-large:after {
  line-height: 30px;
  font-size: 30px !important;
}
a:hover .icon-plus {
  background-color: rgb(0, 84, 189);
  border-color: rgb(0, 84, 189);
}
a:hover .icon-plus:after {
  color: #fff;
}
.icon-minus {
  display: inline-block;
  vertical-align: middle;
  background-image: none;
  background-color: transparent;
  border: 1px solid rgb(109, 109, 109);
  margin-top: 4px;
  /*padding-left: 1px;*/
}
.icon-minus:after {
  content: "\2212";
  color: rgb(109, 109, 109);
  font-size: 22px !important;
  line-height: 0.885em;
  font-weight: normal;
  text-align: center;
  display: block;
  background-color: transparent;
  font-family: Courier New, Courier New, monospace !important;
}
.icon-minus.icon-large {
  margin-top: 0px;
}
.icon-minus.icon-large:after {
  line-height: 30px;
  font-size: 30px !important;

}
a:hover .icon-minus {
  background-color: rgb(0, 84, 189);
  border-color: rgb(0, 84, 189);
}
a:hover .icon-minus:after {
  color: #fff;
}
.icon-step {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  border-radius: 50%;
  background-color: white;
  background-image: none;
  color: rgb(70,70,70);
  text-align: center;
}
.icon-info-active {
  display: block;
  text-align: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: white;
  background-color: rgb(58,130,206);
}
.icon-next:before {
  content: ">";
  font-size: 1.2em;
}
.icon-previous {
  background: none;
  border-radius: 0;
}
.icon-previous:after {
  content: "<";
  font-size: 12px !important;
}
.icon-next {
  background: none;
  border-radius: 0;
}
.icon-next:after {
  font-size: 12px !important;
}
.icon-sort {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background-image: url("../images/sort-arrows-w.png");
  background-repeat: no-repeat;
}
.active a[href$="desc"] .icon-sort {
  background-image: url("../images/sort-asc-w.png");
}
.active a[href$="asc"] .icon-sort {
  background-image: url("../images/sort-desc-w.png");
}
.enlarger {
  display: block;
  padding: 3px 10px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.icon-round {
  border: 1px solid #fff;
  position: relative;
  display: inline-block;
  z-index: 900;
  background-color: transparent;
  background-image: none;
}
.icon.icon-round {
  font-family: Courier New, Courier New, monospace !important;
}
.icon-round:after {
  content: "\002B";
  font-size: 29px !important;
  line-height: 29px;
  font-weight: normal;
}
.unfolded .icon-round:after {
  content: "\2212";
}
.icon-email {
  vertical-align: middle;
  background-image: none;
  background-color: rgb(207,207,207);
  text-align: center;
  font-style: normal;
  line-height: 1;
  margin: 3px;
}
.icon-email:after {
  content: '\0040';
}
.icon-phone {
  vertical-align: middle;
  background-image: none;
  background-color: rgb(207,207,207);
  text-align: center;
  font-style: normal;
  line-height: 1;
  margin: 3px;
}
.icon-phone:after {
  content: 't';
}
.icon-web {
  vertical-align: middle;
  background-image: none;
  background-color: rgb(207,207,207);
  text-align: center;
  font-style: normal;
  line-height: 1;
  margin: 3px;
}
.icon-web:after {
  content: 'w';
}
.icon-dnssec {
  background-position: -198px -4px;
  background-color: rgb(207,207,207);
  vertical-align: top;
}
.icon-search-button {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 2px;
  right: 2px;
  border: 0;
  background: url(/images/icon-search-lg.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -9999px
}
@media screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
}
.icon-vid {
  background-image: none;
  background-color: rgb(207,207,207);
  color: #fff;
  text-align: center;
  font-style: normal;
  line-height: 14px;
  vertical-align: top;
}
.icon-vid:after {
  content: '\2606';
}
.icon-vidcontact {
  background-image: none;
  background-color: rgb(207,207,207);
  color: #fff;
  text-align: center;
  font-style: normal;
  line-height: 14px;
  vertical-align: top;
}
.icon-vidcontact:after {
  content: '\2605';
}
.icon-number {
  background-color: rgb(58, 130, 206);
  background-image: none;
  color: rgb(255,255,255);
  border-radius: 12px;
  text-align: center;
  font-style: normal;
  line-height: 14px;
  padding: 4px 6px 4px 5px;
  min-width: 21px;
  width: auto;
}
.icon-role {
  background-color: rgb(229,229,229);
  background-image: none;
  color: rgb(109,109,109);
  border-radius: 12px;
  text-align: center;
  font-style: normal;
  line-height: 14px;
  padding: 4px 6px 4px 6px;
  min-width: 21px;
  width: auto;
  vertical-align: top;
}
.icon-poll {
  background-color: #6d6d6d;
  background-image: none;
  border-radius: 12px;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  line-height: 14px;
  padding: 4px 6px 4px 6px;
  min-width: 21px;
  width: auto;
  vertical-align: top;
}
.icon-wait {
  background-color: rgb(207,207,207);
  /*margin: 3px;*/
  vertical-align: top;
}
.icon-date {
  background-image: url(../images/select-date-16x16.png);
  background-position: 95% center;
  background-repeat: no-repeat;
}
.icon-time {
  background-image: url(../images/select-time2-16x16.png);
  background-position: 95% center;
  background-repeat: no-repeat;
}
.icon-active, .icon-inactive {
  background-color: transparent;
  background-image: none;
  text-align: center;
  font-style: normal;
  line-height: 1;
  margin: 3px;
}
.icon-active:after {
  content: '\2713';
  color: rgb(58,184,65);
  font-size: 1em !important;
}
.icon-inactive:after {
  content: '\2717';
  color: rgb(215,38,65);
  font-size: 1.2em !important;
}
.icon span {
  display: none;
}
span .icon ~ span {
  display: inline-block !important;
}
@media screen and (min-width: 30em) {
}
@media screen and (min-width: 44em) {
  .edit-content .icon-info-inverted {
    margin: .25em
  }
  .icon-round {
    display: none;
  }
  .icon-help {
      background-color: #454545;
  }
  .icon-help::after {
      color: #ffffff;
  }
  .active .icon-help {
    background-color: rgb(215,38,65)
  }
  a:hover .icon-help {
    background-color: rgb(0, 85, 190);
  }
  .button-small .icon-profile {
    background-position: -202px -68px;
  }
  .icon-dnssec, .icon-vid, .icon-vidcontact, .icon-role, .icon-wait {
    vertical-align: text-top;
  }
}
@media screen and (min-width: 52em) {
}

/* TOOLTIP & INFO TEXT */

.no-js .tooltip:hover {
  text-decoration: none;
}
@media screen {
  .no-js .tooltip ~ .tooltip-box, .no-js .tooltip:not(:focus) ~ .tooltip-box, .no-js .tooltip:not(:active) ~ .tooltip-box {
    z-index: 0;
    opacity: 0;
    height: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
}
.no-js .tooltip:hover ~ .tooltip-box {
  z-index: 11;
  opacity: 1;
  height: 100%;
}
.no-js .tooltip ~ .tooltip-box > *, .no-js .tooltip:not(:focus) ~ .tooltip-box > *, .no-js .tooltip:not(:active) ~ .tooltip-box > * {
  display: none;
}
.no-js .tooltip:focus ~ .tooltip-box > *, .no-js .tooltip:active ~ .tooltip-box > *, .no-js .tooltip:hover ~ .tooltip-box > * {
  display: block;
}
.js .tooltip ~ .tooltip-box {
  z-index: 0;
  opacity: 0;
  height: 0 !important;
  visibility: hidden;
}
.js #csf .tooltip ~ .tooltip-box.fadeinout {
  opacity: 1;
  height: auto !important;
  visibility: visible;
}
@media screen {
  .js .tooltip ~ .tooltip-box.fadeinout {
    max-height: 100%;
    display: inline-block;
    -webkit-transition: opacity .5s ease, max-height .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, max-height .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, max-height .5s ease, visibility .5s ease;
    transition: opacity .5s ease, max-height .5s ease, visibility .5s ease;
  }
  .js .tooltip ~ .tooltip-box.fadeoutin {
    max-height: 0px;
    -webkit-transition: opacity .0s ease, max-height .5s ease, visibility .0s ease;
    -moz-transition: opacity .0s ease, max-height .5s ease, visibility .0s ease;
    -o-transition: opacity .0s ease, max-height .5s ease, visibility .0s ease;
    transition: opacity .0s ease, max-height .5s ease, visibility .0s ease;
  }

}
.js .tooltip.active ~ .tooltip-box {
  z-index: 11;
  opacity: 1;
  height: auto !important;
  visibility: visible;
  margin: .5em 0;
}
.js #dsrecordlist .section tr:last-of-type .tooltip.active ~ .tooltip-box {
    margin: -2.5em 0 3em !important;
}
.js .toggle .tooltip.active ~ .tooltip-box {
  height: 100% !important;
}
.js .tooltip.active ~ .tooltip-box ~ *  {
  display: block;
  visibility: visible;
}
.js .tooltip.active ~ .tooltip-box a {
  display: inline-block;
}
.js .tooltip ~ .tooltip-box ~ * {
  display: none;
  visibility: hidden;
}
.js .tooltip ~ .tooltip-box .label {
  display: block;
}
.js .tooltip ~ .tooltip-box .label ~ span {
  display: block;
  word-break: break-all;
  white-space: pre-wrap;
}
@media screen {
  .js .data.toggle.baseheight {
      height: auto !important;
    -webkit-transition: height 1.5s ease;
    -moz-transition: height 1.5s ease;
    -o-transition: height 1.5s ease;
    transition: height 1.5s ease;
  }
}

.preformatted, .code {
  border: 1px solid #cfcfcf;
  background: #f2f2f2;
}
.panel {
  border: 1px solid #cfcfcf;
  margin: 0 .625em;
  display: block;
}
.panelContent {
  padding: .75em;
}
.preformattedContent pre, .codeContent pre {
  max-height: 30em;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: normal;
  margin: 0;
}
.code-quote, .code-quote .code-keyword, .code-quote .code-object {
  color: #da6c00;
}
.tooltip-box {
	  background-color: rgb(218,235,250) !important;
}
.info-text, .tooltip-box {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.edit-content .tooltip-box {
  width: 100%;
  display: static;
}
.info-text p, .info-text ul {
  margin: .5em 0;
  padding: .5em .0;
  width: 100% !important;
  position: relative;
}
.info-text p span {
  display: inline-block;
}
.info-text p .label {
  min-width: 25% !important;
}
.tooltip-box p, .tooltip-box h6 {
  margin: .5em 0 !important;
  padding: 0 .625em !important;
  width: 100% !important;
  position: relative;
}
.info-text ul {
  margin: 0;
  padding: 0 .625em;
  width: 100% !important;
  position: relative;
}
.tooltip-box .alert-box p, .tooltip-box .error-box p {
  padding: 0 !important;
}
.tooltip-box .alert-box ul, .tooltip-box .error-box ul {
  margin: 0 0 .625em 0;
}
.info-text p, .info-text ul, .info-text .item {
  color: rgb(109,109,109);
}
.tooltip-box p, .tooltip-box h6 {
  color: rgb(109,109,109);
  word-wrap: break-word;
}
.tooltip-box pre{
  color: rgb(109,109,109);
}
.info-text a, .tooltip-box a {
  color: rgb(58,130,206);
}
.info-text a:hover, .tooltip-box a:hover {
  color: rgb(0,85,190);
}
.tooltip-box li {
  margin: 0 0 0 1em;
  padding: 0;
  display: list-item !important;
}
.info-text > p {
  width: auto;
  display: inline;
}
.tooltip-box > p:first-child,
.tooltip-box > h6:first-child,
.tooltip-box > ul:first-child {
  padding-top: .625em !important;
  margin-top: 0 !important;
}
.tooltip-box > p:last-child,
.tooltip-box > h6:last-child,
.tooltip-box > ul:last-child {
  padding-bottom: .625em !important;
  margin-bottom: 0 !important;
}
.tooltip-box a {
  font-size: 1em;
  text-decoration: underline;
}
.view-details .section .tooltip {
  position: absolute;
  top: 0.625em;
  right: 20px;
}
@media screen and (min-width: 30em) {
.tooltip-box p {
  margin: .5em 0 !important;
}
}
@media screen and (min-width: 44em) {
  .data.toggle .tooltip-box {
    border-left: 1px solid rgb(207,207,207) !important;
  }
  .wizard-content .data.toggle .tooltip-box {
    border-left: none !important;
  }
  .js #dsrecordlist .section tr:last-of-type .tooltip.active ~ .tooltip-box {
    margin: 0.5em 0 !important;
  }
  .js .tooltip ~ .tooltip-box .label {
    display: inline-block;
    width: 20%;
  }
  .js .tooltip ~ .tooltip-box .label ~ span {
    display: inline-block;
    width: 79%;
    max-width: 80%;
  }
  .edit-content .section .tooltip-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 31%;
    height: 100%;
    z-index: 2;
    margin: 0 !important;
  }
  #overlay-csf .edit-content .section .tooltip-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  .wizard-content .edit-content .section .tooltip-box {
      position: relative;
      display: block;
      width: auto;
  }
  .js .wizard-content .edit-content .section .tooltip.active ~ .tooltip-box {
      margin: .5em 0 !important;
  }
  .wizard-content .edit-content .section .tooltip-box p {
    margin: .5em 0 !important;
  }
  .preformattedContent pre {
    white-space: pre;
    word-break: normal;
  }
}
@media screen and (min-width: 52em) {
}

/* HEADER */
#bar {
  background-color: rgb(38,38,38);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 2.3125em;
  width: 100%;
}
#logo {
  position: absolute;
  left: 0.625em;
  top: 2.75em;
  width: 19em;
  overflow: hidden;
  z-index: 2;
}
#sitename {
  position: absolute;
  left: 5.8em;
  bottom: 0;
}
#sitename h1 {
  text-transform: lowercase;
  line-height: 1;
  color: rgb(207,207,207);
  margin: 0;
  padding: 0 0 17px  0;
}
#user {
  display: none;
  z-index: 10;
  position: relative;
  background-color: #262626;
  color: #fff;
  list-style: none;
  font-size: 1em;
  margin: 0;
  border-top: 1px solid #f2f2f2;
  padding: 1em 1.35em;
}
#user li {
  line-height: 1.5em;
  margin: .25em 0;
}
#user li a {
  color: #fff;
  text-transform: uppercase;
}
#user li.link {
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  line-height: 1.5;
}
#user li.link .button-small {
  padding-top: .5em;
  padding-bottom: .2em;
}
#user li form {
  display: inline-block;
}
#user li form > * {
  width: auto;
}
.no-js #user li form > * {
  display: inline-block !important;
}
@media screen and (min-width: 30em) {
  #logo {
    width: 23em;
    left: 1.25em;
  }
  #sitename {
    left: 6.8em;
  }
  #sitename h1 {
    padding: 0 0 29px 0;
  }
}
@media screen and (min-width: 44em) {
  #logo {
    width: 25em;
    top: 3em;
  }
  #sitename {
    left: 7.3em;
  }
  #sitename h1 {
    padding: 0 0 32px  0;
  }
  #user {
    display: block !important;
    text-align: right;
    position: absolute;
    right: 0;
    padding: .125em 1.25em 0;
    max-width: 40%;
    list-style: none;
    margin: 0;
    background: transparent;
  }
  #user li {
    line-height: 1.2;
    margin: .3125em 0;
    overflow: hidden;
    white-space: nowrap;
    color: rgb(109,109,109);
  }
  #user li.user-id, #user li a {
    color: rgb(38,38,38);
  }
  #user li a:hover {
    color: rgb(0,85,190);
  }
  #user li a.button-small {
    color: rgb(255,255,255);
  }
  #user li.link {
    position: relative;
    right: auto;
    top: auto;
  }
}
@media screen and (min-width: 52em) {
  #bar {
    z-index: -1;
  }
  #logo {
    top: 2.75em;
    width: 27.5em;
    left: 1.875em;
  }
  #sitename {
    left: 8.5em;
  }
  #sitename h1 {
    padding: 0 0 28px 0;
  }
  #user {
    padding: .125em 1.875em 0;
  }
}
/* NAVIGATION */
.nav .menu {
  background-color: #fff;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 1.875em;
}
.nav .menu li {
 *display: inline;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav .menu li a {
  margin: 0;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
/* top navigation */
#top-nav {
  width: 100%;
  margin: 0;
  z-index: 3;
  text-align: right;
  position: relative;
  color: rgb(242,242,242);
  height: 2.3125em; /* 37px */
  overflow: hidden;
  background-color: rgb(38,38,38);
}
#top-nav .menu {
  background-color: transparent;
  border: none;
  display: inline-block;
 *display: inline;
 *float: right;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
#top-nav .menu li a {
  color: rgb(242,242,242);
  border-bottom: none;
  height: 100%;
  line-height: 1;
  padding: calc((2.3125em - 0.7em) / 2) .625em !important;
}
#top-nav .menu li.active > a {
  background: #a2a2a2;
}
#top-nav .menu li a:hover {
  text-decoration: underline;
}
#top-nav .menu li a.active {
  display: none;
}
#top-nav .menu .contact-nav {
  float: left;
  border-left: none;
}
#top-nav .menu .contact-nav ~ li.language, #top-nav .menu li.language, #top-nav .menu li.site-link, #top-nav .menu li.divider {
	display: none;
}
.help #top-nav .menu li.language {
	display: inline-block;
}
.help #top-nav .menu li.active.language {
	display: none;
}
#top-nav .menu .contact-nav ~ li.login a {
	border-left: none;
}
#main-nav {
  position: absolute;
  right: 0;
  top: 37px;
  display: none;
  z-index: 800;
  width: 100%;
}
#main-nav .menu {
  background-color: transparent;
  padding: 0;
  border: none;
}
#main-nav .menu li {
  vertical-align: top;
}
#main-nav .menu > li {
  display: block;
  border-top: 2px solid rgb(242,242,242);
}
#main-nav .menu li > a {
  color: #fff;
  padding: 10px 1.25em 8px;
  display: block;
  background-color: rgb(38,38,38);
}
#main-nav .menu li.active > a {
  background-color: rgb(215,38,65);
}
#main-nav .menu li > a:hover {
  background-color: rgb(0,85,190);
}
#main-nav .menu li.language, #main-nav .menu li.site-link {
  display: block;
}
#main-nav .menu li.active.language {
  display: none;
}
#main-nav .menu li span.icon-minus {
  display: none;
}
#main-nav .menu li.active .submenu {
  display: none;
}
#main-nav .menu li.active.unfolded .submenu {
  display: block;
}
#main-nav .submenu {
  display: none;
  padding: 0;
  margin: 0;
}
#main-nav .submenu li {
  display: block;
  border-top: 1px solid rgb(242,242,242);
}
#main-nav .submenu li span {
  color: #fff;
  padding: 10px 1.25em 8px;
  display: block;
  background-color: rgb(38,38,38);
}
#main-nav .submenu li a {
  padding-left: 1.875em;
  background-color: rgb(162, 162, 162);
}
#main-nav .menu li.active .submenu li a, #main-nav .menu li .submenu li a {
  border-bottom: none;
}
/*#main-nav .submenu li.active a {
  background-color: rgb(162,162,162);
}*/
#main-nav .menu #help .icon-help, #main-nav .menu .icon-number {
  margin-left: 10px;
  margin-top: -3px;
}
.help #main-nav .menu li.language {
  display: none;
}
.help #main-nav {
  top: 5px;
  max-width: 66.25em;
  margin: 0 auto;
  min-width: 17.5em;
}
@media screen and (min-width: 30em) {
  #top-nav .menu li a {
    padding: calc((2.3125em - 0.7em) / 2) 1.25em !important;
  }
}
@media screen and (min-width: 44em) {
	#top-nav .menu .contact-nav ~ li.language {
		display: inline-block;
	}
  #top-nav .m-nav {
    display: none;
  }
  #top-nav .menu .contact-nav {
    display: none;
  }
  #top-nav .menu li.active.language {
    display: none;
  }
  #top-nav .menu li.language, #top-nav .menu li.site-link, #top-nav .menu li.divider {
    display: inline-block;
  }
  #top-nav .menu .divider {
    padding-left: 0;
    padding-right: 0;
  }
  #top-nav .menu #login a {
    border-left: 1px solid rgb(242, 242, 242) !important;
  }
  #top-nav .menu #login a:hover {
    text-decoration: none;
  }
  #main-nav {
    display: block !important;
    position: relative;
    top: 0;
  }
  #main-nav.showsub {
    margin-bottom: 2em;
  }
  #main-nav .menu {
    background-color: #fff;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 1.25em;
    text-align: left;
    border-top: 1px solid rgb(162,162,162);
    border-bottom: 1px solid rgb(162,162,162);
  }
  #main-nav .menu li {
    display: inline-block;
   *display: inline;
    margin: 0;
    padding: 0;
    position: static;
  }
  #main-nav .menu > li {
    border-top: none;
  }
  #main-nav .menu li a {
    padding: .7em .625em .35em;
    border-bottom: .2em solid transparent;
    background-color: transparent;
    color: #262626;
    margin: 0;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 21px;
  }
  #main-nav .menu li.active > a {
    color: rgb(215,38,65);
    background-color: transparent;
    border-bottom: .2em solid rgb(215,38,65);
  }
  #main-nav .menu li a:hover {
    border-bottom: .2em solid rgb(0,85,190);
    background-color: transparent;
    color: rgb(0,85,190);
  }
  #main-nav .menu #help .icon-help, #main-nav .menu li a .icon-number {
    margin-bottom: -.25em;
    position: relative;
    top: -0.250em;
    display: inline-block;
  }
  #main-nav .menu #help, #main-nav .menu #admin_menu_item {
    float: right !important;
  }
  #main-nav .menu li.language, #main-nav .menu li.active.language, #main-nav .menu li.site-link {
    display: none;
  }
  /* main sub navigation */
  #main-nav .menu li.active .submenu {
    display: block;
  }
  #main-nav .menu li .submenu {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
  }
  #main-nav .menu li.active .submenu {
    display: block;
    position: absolute;
    /*left: .25em;*/
    width: 100%;
  }
  #main-nav .submenu {
    position: absolute;
    left: .625em;
    width: 100%;
    padding: .45em 0;
    margin: 0;
  }
  #main-nav .menu li.active .submenu {
    display: block !important;
  }
  #main-nav .submenu li {
    display: block;
   *display: inline;
    float: left;
    padding: .1em .3125em 0;
    text-transform: uppercase;
    line-height: 1;
    border-top: none;
  }
  #main-nav .submenu li span {
    padding: .4em .625em .2em;
    color: grey;
    background-color: transparent;
  }
  #main-nav .submenu li a {
    padding: .3em .625em .1em;
    text-decoration: none;
    display: block;
  }
  #main-nav .submenu li a:hover {
    background-color: rgb(0,85,190);
    color: #fff;
  }
  #main-nav .submenu .active a {
    background-color: rgb(215,38,65);
    color: #fff;
  }
  #main-nav .submenu li.active a {
    background-color: rgb(215,38,65);
    color: #fff;
  }
  .help #main-nav {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
  }
  .help #main-nav .menu {
    background-color: #fff;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 .3125em;
    text-align: left;
    border-top: 1px solid rgb(162,162,162);
    border-bottom: 1px solid rgb(162,162,162);
  }
  .help #main-nav .menu li {
    display: inline-block;
   *display: inline;
    margin: 0;
    padding: 0;
    position: static;
  }
  .help #main-nav .menu li span {
    display: none;
  }
  .help #main-nav .menu li.language {
      display: inline;
      float: right;
  }
  .help #main-nav .menu li.active.language {
      display: none;
  }
  .help #main-nav .menu > li {
    border-top: none;
  }
  .help #main-nav .menu li a {
    padding: .7em .625em .3em;
    border-bottom: .2em solid transparent;
    background-color: transparent;
    color: #262626;
    margin: 0;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
  }
  .help #main-nav .menu li.active > a {
    color: rgb(215,38,65);
    background-color: transparent;
    border-bottom: .2em solid rgb(215,38,65);
  }
  .help #main-nav .menu li a:hover{
    border-bottom: .2em solid rgb(0,85,190);
    background-color: transparent;
    color: rgb(0,85,190);
  }
  .help #main-nav .menu #help .icon-help, #main-nav .menu li a .icon-number {
    margin-bottom: -.25em;
    position: relative;
    top: -0.250em;
    display: inline-block;
  }
  .help #main-nav .menu #help, #main-nav .menu #admin_menu_item {
    float: right !important;
  }
}
@media screen and (min-width: 52em) {
  #main-nav .menu {
    padding: 0 1.875em 0 8.8125em;
  }
  .nav .menu {
    padding: 0 .625em 0 8.8125em;
  }
}
/* BOX LAYOUT */
/* box layout in 1 column */
.box {
  position: relative;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 30em) {
}
@media screen and (min-width: 44em) {
/* box layout in 2 columns */
.box {
  width: 48.20144%;
  float: left;
  margin: 0 3.59712% 0 0;
}
.box:first-child, .box:nth-child(2n+1) {
  clear: left;
}
.box:nth-child(2n) {
  margin-right: 0;
  clear: right;
}
}
@media screen and (min-width: 52em) {
/* box layout in 3 columns */
.box, .one-col + .box {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
}
.box:first-child, .one-col + .box:first-child, .box:nth-child(2n), .box:nth-child(2n+1) {
  margin-right: 2%;
  clear: none;
}
.box:nth-child(3n), .one-col + .box:nth-child(3n) {
  margin-right: 0;
  clear: right;
}
.box:nth-child(3n+1) {
  margin-right: 2%;
  clear: left;
}
.two-col .two-col-section .main .box, .two-col .details.two-col-section .box, .two-col .two-col-section.view-details .box.details {
  width: 48.20144%;
  float: left;
  margin: 0 3.59712% 0 0;
}
.two-col .two-col-section .aside .box {
  width: 100%;
  float: none;
  margin: inherit;
}
.two-col .two-col-section .main .box:nth-child(odd), .two-col .details.two-col-section .box:nth-of-type(odd), .two-col .two-col-section.view-details .box.details:nth-of-type(odd) {
  clear: left;
}
.two-col .two-col-section .main .box:nth-child(even), .two-col .details.two-col-section .box:nth-of-type(even), .two-col .two-col-section.view-details .box.details:nth-of-type(even) {
  margin-right: 0;
  clear: right;
}
}
/* MAIN CONTENT STYLES */
/* Main content column layout: one-col => centered 10/12 wide content, with margins on both sides / two-col => left-aligned 2/3 wide content, with right-aligned 1/4 wide features on the remaining 1/3 */

.one-col, .two-col, .two-col-section .main, .two-col-section .aside {
  width: 100%;
  margin: 0 auto 2em;
  display: block;
}
.wizard-content.two-col-section .main {
  margin: 0 auto;
}
.content {
  padding: 1em .625em;
  position: relative;
}
/* animation of media contant */
@media screen {
  .media {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
  }
}
/* content areas */
.main-header {
  margin: 1em 0 1em;
  padding: 0 .625em;
}
.main-content {
  margin: 0 auto 2em;
  padding: 0 .625em;
}
.content-links, .wizard-content, .button-group {
  width: 100%;
  margin: 0 auto 2em;
  display: block;
  clear: both;
  position: relative;
}
/* main-content area - all pages */
.main-content .media {
  width: 70%;
  margin: 0 auto 40px;
  display: block;
}
.main-content ul {
  padding-left: 3.125em;
}
/* content-links area - e.g. help pages */
.content-links .details {
  margin-top: 2em;
}
.content-links .header {
  border-top: 2px solid rgb(162,162,162);
  border-bottom: 1px solid rgb(207, 207, 207);
  display: table;
  width: 100%;
  height: 3.5em;
}
.content-links .header h5 {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 .625em;
  margin: 0;
  width: 100%;
  line-height: 1.2;
}
.content-links .header .icon-temp,
.content-links .header .icon-dnssec-section,
.content-links .header .icon-domain-section,
.content-links .header .icon-token-section,
.content-links .header .icon-ns-section,
.content-links .header .icon-registrar-section,
.content-links .header .icon-renewal-section,
.content-links .header .icon-security-section,
.content-links .header .icon-users-section,
.content-links .header .icon-vid-section {
  position: relative;
  top: .5625em;
  margin-left: .625em;
}
.content-links .section {
  margin-bottom: 2em;
}
.content-links .section > * {
  list-style: none;
  padding: 0 .625em;
}
.content-links .section li {
  padding: .625em 0 0;
  line-height: 1.2;
  font-size: 90%;
}
.content-links .section li::after {
  /*content: " >";*/
  break-before: avoid;
  white-space: nowrap;
}
.content-links .section a.logo {
  width: 40%;
  float: right;
  max-width: 120px;
  max-height: 200px;
}
.content-links .section a.logo + p, .content-links .section img + p {
  padding-right: 40%;
}
.content-links .section p {
  font-size: 90%;
}
.content-links .section h5 {
  margin-bottom: 0;
  line-height: 2.5em;
}
.content-links .section .services-header {
  display: block;
}
.content-links .section .services-list {
 	margin-left: .625em;
  margin-top: 0;
  list-style: disc;
	display: none;
}
.no-js .content-links .section .services-list {
	display: block;
}
.content-links a:hover .icon-plus {
  background-position: -104px 0px;
}
.content-links a.active:hover .icon-plus {
  background-position: -104px 0px;
}
.content-links a.active:hover .icon-minus {
  background-position: -164px 0px;
}
.content-links .section ul.active {
  display: block !important;
}
.no-js .content-links .services-header span {
  display: none;
}
.content-links .icon-minus,
.content-links .icon-minus2 {
  display: none;
}
.content-links .active .icon-minus,.content-links .active .icon-minus2, .content-links .icon-plus, .content-links .icon-plus2 {
  display: block;
  float: right;
  position: relative;
  top: 0.3125em;
}
.content-links .active .icon-plus,
.content-links .active .icon-plus2 {
  display: none;
}
 @media screen and (min-width: 30em) {
.content {
  padding: 1em 1.25em;
}
.main-header {
  margin: 1em 0 1em;
  padding: 0 .9345em;
}
.main-content {
  margin: 0 auto 2em;
  padding: 0 .9345em;
}
}
@media screen and (min-width: 44em) {
.two-col .two-col-section .wizard-steps .main {
  float: left;
  clear: left;
  width: 66%;
  width: -webkit-calc(100% - 33% - .625em);
  width: -moz-calc(100% - 33% - .625em);
  width: calc(100% - 33% - .625em);
}
.two-col .two-col-section .wizard-steps .aside {
  position: absolute;
  top: 0;
  right: 0;
  /*float: right;*/
  width: 32%;
  width: -webkit-calc(100% - 67% - .625em);
  width: -moz-calc(100% - 67% - .625em);
  width: calc(100% - 67% - .625em);
}
.two-col .two-col-section .main .two-col > * {
  display: inline-block;
  width: 49%;
}
.main-header {
  padding: 0 1.25em;
}
.main-content {
  margin: 0 auto 2em;
  padding: 0 1.25em;
}
.main-content .media {
  float: right;
  margin: 0 0 20px 2%;
  width: 32%;
}
.content-links .header h5 {
  padding: 0 0 0 1.25em;
}
.content-links .header .icon-temp,
.content-links .header .icon-dnssec-section,
.content-links .header .icon-domain-section,
.content-links .header .icon-token-section,
.content-links .header .icon-ns-section,
.content-links .header .icon-registrar-section,
.content-links .header .icon-renewal-section,
.content-links .header .icon-security-section,
.content-links .header .icon-users-section,
.content-links .header .icon-vid-section {
  margin-left: 1.25em;
}
.content-links .section > * {
  padding: 0 1.25em;
  list-style: none;
}
.content-links .section .services-list {
	margin-left: 1.25em;
}
}
@media screen and (min-width: 52em) {
.one-col {
  float: none;
  width: 84%;
}
.two-col .two-col-section .main {
  float: left;
  clear: left;
  width: 66%;
  width: -webkit-calc(100% - 33% - .625em);
  width: -moz-calc(100% - 33% - .625em);
  width: calc(100% - 33% - .625em);
}
.two-col .two-col-section .aside {
  float: right;
  clear: right;
  width: 32%;
  width: -webkit-calc(100% - 67% - .625em);
  width: -moz-calc(100% - 67% - .625em);
  width: calc(100% - 67% - .625em);
}
.content {
  padding: 1.5em 1.875em;
}
.main-content > * {
  width: 67%;
}
.one-col .main-content > * {
  width: 100%;
}
.main-content .media {
  float: right;
  margin: 0 0 20px 2%;
  width: 32%;
}
}
/* Accordion content - help pages */
/* No javascript layout */
.no-js .ac-content .section {
  display: block;
  height: auto;
}
.no-js .ac-content .icon-plus, .no-js .ac-content a:hover .icon-plus, .no-js .ac-content .active .icon-minus, .no-js .ac-content .active:hover .icon-minus {
  display: none;
}
.ac-content .details {
  overflow: hidden;
  border-top: 1px solid rgb(162,162,162);
  margin: 0;
  width: 100%;
}
.ac-content .details:last-of-type {
  border-bottom: 1px solid rgb(162,162,162);
}
.view-details.ac-content .details:last-of-type, .edit-content.ac-content .details:last-of-type {
  border-bottom: none;
}
.ac-content .header {
  position: relative;
}
.ac-content .header:before {
  display: block;
  content: " ";
  margin-top: -39px;
  height: 39px;
  visibility: hidden;
  z-index: -10;
}
.ac-content .header a {
  display: table;
  vertical-align: middle;
  line-height: 1;
  margin: 0;
  width: 100%;
  text-decoration: none;
  height: 3.5em;
  padding: 0 1.125em;
  z-index: 1;
}
.view-details.ac-content .header a {
  height: 3em;
}
.view-details.ac-content .section .header a {
  height: 2.5em;
}
.view-details.ac-content .header a {
  height: 3em;
}
.view-details.ac-content .section .header a {
  height: 2.5em;
}
/*.ac-content .header a {
  display: table-row;
  text-decoration: none;
}*/
.ac-content .header h2 {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 100%;
}
.ac-content .header.active a .icon-plus, .ac-content .header.active a:hover .icon-plus, .ac-content .header a .icon-minus, .ac-content .header a:hover .icon-minus {
  display: none;
}
.ac-content .header a .icon-plus, .ac-content .header a:hover .icon-plus, .ac-content .header.active a .icon-minus, .ac-content .header.active a:hover .icon-minus {
  display: block;
  float: right;
  position: relative;
  top: .35em;
}
.ac-content .header a .icon-plus.icon-large, .ac-content .header a:hover .icon-plus.icon-large, .ac-content .header.active a .icon-minus.icon-large, .ac-content .header.active a:hover .icon-minus.icon-large {
	top: .8125em;
}
.view-details.ac-content .header a .icon-section, .ac-content .header a:hover .icon-section {
  display: block;
  float: left;
  position: relative;
  top: .75em;
}
.ac-content .section {
  display: none;
  height: 0;
  padding: 0 1.25em;
}
.view-details.ac-content .section {
  padding: 0;
}
.ac-content .active + .section {
  display: block;
  height: auto;
}
.ac-content .active + .section tbody.section, .ac-content .active + .section .list-content .section {
  display: table-row-group;
  height: auto;
}
.ac-content .section p.to-the-top {
  text-align: right;
}
.ac-content .section ul.userdata {
  padding-left: 3.125em;
}
.ac-content .section img {
  max-width: 530px;
  margin: 0 auto;
  padding: 20px 0 0;
}
.ac-content .section .caption {
  max-width: 530px;
  margin: 0 auto;
  padding: 10px 0 20px;
  font-size: .875em;
  font-family: 'Campton-LightItalic';
}
/* Edit/show content - edit/show contact information */
.edit-content .details, .show-content .details {
  width: 100%;
  float: none;
  margin: 0 0 2%;
}
.show-content .details.previous-step {
  margin: 0;
}
.view-details .details {
  width: 100%;
  float: none;
  margin: 0 0 2em;
}
.edit-content .header, .show-content .header {
  color: rgb(242,242,242);
  background-color: rgb(70,70,70);
  height: 2.5em;
  display: table;
  width: 100%;
  padding: 0 .625em;
}
.wizard-content .edit-content .header {
  color: rgb(109,109,109);
}
.edit-content .header *, .show-content .header * {
  display: table-cell;
  vertical-align: middle;
}
.edit-content .section, .show-content .section {
  border-bottom: 1px solid rgb(207,207,207);
  position: relative;
}
.wizard-content .edit-content .section, .wizard-content .show-content .section {
  border-bottom: none;
}
.edit-content .section .header {
  margin: .625em 0 0;
  border-bottom: 1px solid rgb(207,207,207);
  padding-left: 1.25em;
  padding-top: 0.625em;
  background-color: transparent;
}
.edit-content .section .input-group .header {
  margin: 0;
  padding-left: 0;
}
.edit-content .section .header h5 {
  color: rgb(38,38,38);
}
.edit-content .section .data, .show-content .section .data {
  list-style: none;
  margin: 0;
  padding: .625em .625em;
  position: relative;
}
.edit-content .section .notification {
  padding: .625em .625em;
}
.wizard-content .edit-content .section .data, .wizard-content .show-content .section .data {
  padding: 0;
}
.edit-content .section .data .item, .edit-content .section .data .item.notification, .show-content .section .data .item, .view-details .section .item {
  padding: 0 0 .5em;
  position: relative;
}
.edit-content .section .data .item fieldset {
  position: relative;
}
.edit-content .section .h5, .show-content .section h5, .view-details .section h5 {
  margin: 0.3125em 0 0;
  padding: 0 0 .25em !important;
  display: inline-block;
  text-transform: none;
  vertical-align: top;
  width: 90%;
  width: -webkit-calc(100% - .5em - .0625em - 1.3125em - .0625em);
  width: -moz-calc(100% - .5em - .0625em - 1.3125em - .0625em);
  width: calc(100% - .5em - .0625em - 1.3125em - .0625em);
  color: rgb(162,162,162);
  text-overflow: ellipsis;
  overflow: hidden;
}
.edit-content .section .item > p, .edit-content .section .item .input-group > p, .edit-content .section .item .input-group > ul, .show-content .section .data h5 + p, .show-content .section .data h5 + ul {
  display: inline-block;
  margin: 0;
  padding: .3125em 0 .3125em .3125em;
  vertical-align: top;
  width: 100%;
  background-color: rgb(242,242,242);
  word-wrap: break-word;
}
.show-content .section .data h5 + ul, .edit-content .section .item .input-group > ul {
  padding: .3125em 0 .3125em 1.5em !important;
}
.show-content .active .section .items > .item .data h5 + p {
  display: inline-block;
  margin: 0;
  padding: .3125em 0 .3125em 0;
  vertical-align: top;
  width: 100%;
  background-color: rgb(242,242,242);
  word-wrap: break-word;
}
.edit-content .section .header + .items {
  border-bottom: 1px solid rgb(207,207,207);
}
.show-content .section .items > .item, .edit-content .section .items > .item {
	 padding: 0.625em;
}
.show-content .section .items > .item .data {
  padding: 0.625em 0;
}
.show-content .section .items > .item .data h5 + p {
    background-color: transparent;
    margin-top: -1em;
}
.show-content .section .items > .item:nth-child(2n+1), .edit-content .section .items > .item:nth-of-type(even) {
  background-color: rgb(242,242,242);
}
.show-content .edit-content .section {
  border-bottom: none;
}
.show-content .edit-content .item {
  position: static;
}
.show-content .edit-content .section .item .input-group {
  padding: 0;
  margin-top: 0;
}
.show-content .edit-content .input-group label {
  color: rgb(162, 162, 162);
  display: block;

/*  font-size: 16px;*/
}
.show-content .edit-content .input-group label:first-child {
  margin-left: 0 !important;
}
.view-details .section .item p, .view-details .section .item .info-text {
  display: inline-block;
  margin: 0;
  padding: .3125em 0;
  vertical-align: top;
  word-wrap: break-word;
}
.view-details .section .item div {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 100%;
  background-color: rgb(242,242,242);
  word-wrap: break-word;
}
.view-details .section .glue-records div {
  background-color: transparent;
  padding: .3125em;
}
.view-details .section img {
  display: inline-block;
}
.view-details .section .label {
  width: 45%;
}
.view-details .section .label, .view-details .section .label-text {
  display: inline-block;
  vertical-align: top;
}
.view-details .section .action {
  width: 100%;
  float: right;
  position: relative;
}
.view-details .section .label:after {
  content: "";
}
.view-details .section .label-text {
  width: 55%;
}
.edit-content .section .item label + div {
  padding: 0 0 0 1.75em;
  /*vertical-align: top;
  background-color: rgb(242,242,242);*/
}
.edit-content .section .item label + .info-text, .edit-content .section .item label + .error-msg {
  padding: 0 .3125em .3125em 1.75em;
  /*background-color: rgb(242,242,242);*/
}
.edit-content .section .item .info-text p {
  padding: .3125em 0;
  /*background-color: rgb(242,242,242);*/
}
.edit-content .section .item div > p, .edit-content .section .item .info-text p {
  margin-top: 0;
  margin-bottom: 0;
}
.edit-content .section .item div > .button-group {
  margin-top: .5em;
  margin-bottom: .5em;
}
.edit-content .section .error-msg p, .edit-content .section .alert-msg p {
  background-color: transparent;
}
.edit-content .section .item input[type="text"], .edit-content .section .item input[type="url"], .edit-content .section .item > input[type="file"], .edit-content .section .item .input-group > input.custom-file-input, .edit-content .section .item select, .edit-content .section .item input + label, .edit-content .section .item .input-group, .show-content .section .data p, .show-content .section input[type="text"], .show-content .section input[type="url"], .show-content .section select, .show-content .section label, .show-content .section .userdata p, .edit-content .section .iti, .view-details .section input[type="text"], .view-details .section input[type="url"], .view-details .section select, .view-details .section label, .view-details .section .data p {
  width: 100%;
}
.edit-content .section #vatnumber.item > #vat_country_id, .edit-content .section #vatnumber.item .input-group > #vat_country_id {
  width: 30px;
  display: inline-block;
}
.edit-content .section #vatnumber.item > #contact-vatnumber, .edit-content .section #vatnumber.item .input-group > #contact-vatnumber {
  width: 90%;
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
  display: inline-block;
}
.edit-content .section .item > p, .edit-content .section .item .input-group > p, .edit-content .section .item .input-group > ul {
  padding: .4375em .625em;
}
.edit-content .section #vatnumber .button-small {
  border: medium none !important;
  margin: 0.625em;
}
.edit-content .section .item select.country-code, .show-content .section select.country-code {
  width: 30%;
  display: inline-block;
  background-position: 90% center;
  background-size: 1em;
}
.edit-content .section .item select.country-code + input[type="text"], .show-content .section select.country-code + input[type="text"] {
  width: 60%;
  width: -webkit-calc(100% - 30% - .5em - .0625em - 1.3125em - .0625em);
  width: -moz-calc(100% - 30% - .5em - .0625em - 1.3125em - .0625em);
  width: calc(100% - 30% - .5em - .0625em - 1.3125em - .0625em); /* full width - country code width - info-icon left padding - info-icon left border - info-icon width - info-icon right border */
}
.edit-content .section .item .input-group {
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
}
.edit-content .section .item .input-group label, .edit-content .section .item .input-group label input {
  width: 100%;
}
.edit-content .section .item .input-group #show-address-box {
  margin-top: .25em;
}
.edit-content .section .item .input-group #show-address-box span {
  display: block;
  line-height: 1.5;
}
.edit-content .section .item .iti input {
  width: 100% !important;
}
.edit-content .section .item label + .iti {
  background-color: white;
  padding: 0;
}
.edit-content .section .item#file_upload .input-group .logo {
  min-height: 100px;
  display: inline-block;
  margin-top: .5em;
  margin-bottom: .5em;
  width: 100px;
  margin-right: 1em;
}
.edit-content .section .item#file_upload .input-group .logo img {
  max-width: 100px;
  margin-bottom: 1em;
  margin-right: 1em;
  float: left;
}
.edit-content .section .item#file_upload .input-group input[type="file"] {
  display: inline-block;
  border: none;
  padding-left: 0;
}
.edit-content .section .item#file_upload .input-group .button-group {
  display: inline-block;
  min-height: 100px;
  width: calc(100% - 100px - 2em);
}
.no-js .edit-content .section .item .input-group select#useridtype {
  width: 70%;
  width: -webkit-calc(100% - 5.3125em - .625em);
  width: -moz-calc(100% - 5.3125em - .625em);
  width: calc(100% - 5.3125em - .625em); /* full width - button width - padding */
}
.no-js .edit-content .section .item .input-group select#useridtype + noscript input[type="submit"] {
  width: 5.3125em;
  margin: .3125em 0;
  float: right;
}
.edit-content .section .tooltip, .edit-content .section .input-group fieldset .tooltip, .show-content .section .tooltip, .show-content .edit-content .section .item .tooltip, #new_contact .section .item .tooltip {
  position: absolute;
  right: .3125em;
  top: 0;
  cursor: pointer;
  z-index: 10;
}
.edit-content .section .item .tooltip, .show-content .section .item .tooltip {
  position: relative;
  right: auto;
  top: auto;
}
.wizard-content .edit-content .section .tooltip {
  top: .125em;
  position: absolute;
  right: .3125em;
}
.edit-content .section #house .tooltip, .show-content .section #house .tooltip {
  margin-bottom: -25px;
}
.view-details .details {
  border-top: 1px solid rgb(162,162,162);
}
.view-details .header {
  border-bottom: 1px solid rgb(207,207,207);
  height: 3em;
  display: table;
  width: 100%;
  padding: 0 .625em;
}
.view-details.ac-content .header {
  padding: 0;
}
.view-details .header .icon-temp,
.view-details .header .icon-dnssec-section,
.view-details .header .icon-domain-section,
.view-details .header .icon-token-section,
.view-details .header .icon-ns-section,
.view-details .header .icon-registrar-section,
.view-details .header .icon-renewal-section,
.view-details .header .icon-security-section,
.view-details .header .icon-users-section,
.view-details .header .icon-vid-section {
  position: relative;
  top: .5625em;
  margin-right: .625em;
}
.view-details.ac-content .header .icon-section {
  display: inline-block;
  vertical-align: middle;
  position: static;
}
.view-details .header h2 {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.view-details .header a {
  position: relative;
  top: .525em;
}
.view-details.ac-content .header a {
  top: 0;
  padding: 0 .625em;
}
.view-details.ac-content .section .data .header a h4 {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.view-details .section {
  border: none;
}
.view-details .section .notification {
  width: 100%;
  margin: 0;
  padding: 0;
}
.view-details .section .notification p {
  padding: .625em 1.25em;
}
.view-details .section .button-group {
  padding: .625em 1.25em 0;
  margin-top: 1em;
  background-color: transparent !important;
}
.view-details .section .glue-records .button-group, .view-details .list-content .data .glue-records .button-group {
  padding: 0 .75em;
  margin-top: .5em;
  position: relative;
  width: 100%;
}
.view-details .section .data {
  background-color: #f2f2f2;
  margin: 0 0 .5em;
  padding: 0 0 1em;
  position: relative;
}
.view-details.ac-content .section .data.details {
  padding: 0;
}
.view-details .section .data > * {
  position: relative;
}
.view-details .section .data .button-group {
  margin: 0;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  padding: .625em 1.25em 0;
  z-index: 10;
}
.view-details .section .data .button-group > * {
  float: none;
  clear: both;
  margin-bottom: .25em !important;
}
.view-details .list-content .data .glue-records .button-group > * {
  float: left;
  clear: none;
}
.view-details .section .data .button-group > *:only-child,
.view-details .section .data .button-group > *:last-child {
  margin: 0 !important;
}
.view-details .section  div[id^="--domain-userrole"].data .button-group {
  max-width: 40%;
}
.view-details .section  div[id^="--domain-userrole"].data .button-group > * {
  white-space: normal;
}
.view-details .section  div[id^="--domain-userrole"].data .button-group ~ .item:nth-child(2) p {
  max-width: 60%;
}
.view-details .section .data .header {
  color: rgb(109,109,109);
  height: auto;
  display: block;
  padding: 0 1.25em;
}
.view-details.ac-content .section .data.details .header {
  border-bottom: 1px solid rgb(207,207,207);
  height: 2.5em;
  display: table;
  width: 100%;
  padding: 0;
}
.view-details.ac-content .section .data .header a {
  color: rgb(109,109,109);
}
.view-details .section .data .header h4 {
  line-height: 1;
  margin: 0;
  padding: 0.625em 0 0.4em;
}
.view-details .section .data > *, .view-details .section > p {
  padding: .3125em .625em 0;
}

#notification_settings label {
  color: #777777;
}
.edit-content .section .choose-all-group,
.edit-content .section .choose-all-group-sections {
  & .header {
    border-bottom: 1px solid rgb(207,207,207);
    padding: 0 .625em 0 0;
    background-color: transparent;
    margin: 0;
    height: 2em;
    width: 100%;
    color: rgb(70,70,70);
  }
  & .header h4 {
    margin: .4em 0 .2em;
    padding: 0;
    display: block;
    float: left;
    color: rgb(70,70,70);
  }
  & .header span {
    float: right;
    margin: .4em 0 .2em;
    padding-right: .625em;
    padding-left: .625em;
    color: rgb(58,130,206);
  }
  & .header span input {
    display: none;
  }
  & .items {
    margin: 0 0 2em;
    width: 100%;
  }
  & .items .item .two-cbxs {
    float: right;
    margin: 0 0 0 3em;
    padding-left: 0;
  }
  & .items .two-cbxs label span {
    visibility: hidden;
    display: none;

  }
  & .items .item {
    padding: .625em !important;
  }
}
@media screen and (min-width: 30em) {
  .edit-content .header, .show-content .header {
    padding: 0 .9345em;
  }
  .edit-content .section .item select.country-code, .show-content .section select.country-code {
    width: 20%;
  }
  .edit-content .section .item select.country-code + input[type="text"], .show-content .section select.country-code + input[type="text"] {
    width: 70%;
    width: -webkit-calc(100% - 20% - .5em - .0625em - 1.3125em - .0625em);
    width: -moz-calc(100% - 20% - .5em - .0625em - 1.3125em - .0625em);
    width: calc(100% - 20% - .5em - .0625em - 1.3125em - .0625em); /* full width - country code width - info-icon left padding - info-icon left border - info-icon width - info-icon right border */
  }
  .view-details .section .action {
    width: 50%;
  }
  .view-details .section .data > *, .view-details .section > p {
    padding: .3125em 1.25em 0;
  }
}
@media screen and (min-width: 44em) {
  .edit-content .header, .show-content .header {
    padding: 0 1.25em;
  }
  .edit-content .section .data, .show-content .section .data {
    padding: 1.25em 1.25em;
  }
  .edit-content .section .notification {
    padding: .625em 1.25em;
  }
  .wizard-content .edit-content .section .data, .wizard-content .show-content .section .data {
    padding: 0;
  }
  .edit-content .section .data .item, .edit-content .section .data .item.notification, .show-content .section .data .item {
    position: static;
  }
  .edit-content .section .h5, .show-content .section h5 {
    padding: 0 !important;
    width: 16%;
  }
  #overlay-csf .edit-content .section .h5,
  #overlay-popup .edit-content .section .h5 {
    padding: inherit !important;
    width: inherit;
  }
  .edit-content .section p, .edit-content .section .header, .edit-content .section .items, .edit-content .section .input-group {
    width: 64%;
    width: -webkit-calc(100% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%);
    width: -moz-calc(100% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%);
    width: calc(100% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%);
  }
  .edit-content .section .items .item, .edit-content .section .items .item .input-group, .edit-content .section .items .item .input-group .header {
    width: 100%;
  }
  .edit-content .section .input-group p, .edit-content .section .input-group h4, .edit-content .section .input-group div p {
    width: 100%
  }
  .edit-content .section #house .h5, .show-content .section #house h5 {
    display: inline-block;
  }
  .edit-content .section .data > p {
    margin-top: 0;
  }
  .edit-content #formarea-csf .section .item .input-group > ul#fileListShow {
    background-color: transparent;
    margin-top: 1em;
  }
  .edit-content .section .item > input[type="text"], .edit-content .section .item > textarea, .edit-content .section .item > input[type="tel"], .edit-content .section .item > input[type="password"], .edit-content .section .item > input[type="url"], .edit-content .section .item > input[type="email"], .edit-content .section .item > input[type="file"], .edit-content .section .item > select, .edit-content .section .item p, .edit-content .section .item > input + label, .edit-content .section .item .h5 + .input-group, .edit-content .section .item .tooltip + .input-group, .edit-content .section .item .iti {
    display: inline-block;
    width: 48%;
    width: -webkit-calc(100% - 16% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%);
    width: -moz-calc(100% - 16% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%);
    width: calc(100% - 16% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%);
  }
  .edit-content .section #vatnumber.item > #contact-vatnumber, .edit-content .section #vatnumber.item .input-group > #contact-vatnumber {
    width: 48%;
    width: -webkit-calc(100% - 35px - 125px);
    width: -moz-calc(100% - 35px - 125px);
    width: calc(100% - 35px - 125px);
    display: inline-block;
  }
  .edit-content #new_name_servers .section .item .input-group #new_name_servers_input {
    width: 67%;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    display: inline-block;
  }
  .edit-content #new_name_servers .section .item .input-group .button-small {
    margin-left: 0.625em !important;
  }
  .show-content .active .section .items > .item .data h5 + p {
    display: inline-block;
    margin: 0;
    width: 48%;
    width: -webkit-calc(100% - 16% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%);
    width: -moz-calc(100% - 16% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%);
    width: calc(100% - 16% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%); /* full width - label width - info-icon left padding - info-icon left border - info-icon width - info-icon right border - info-icon right padding - help text area width */
  }
  .edit-content .section .data .item fieldset {
    position: static;
  }
  .wizard-content .edit-content .section .item > input[type="text"],
  .wizard-content .edit-content .section .item > textarea,
  .wizard-content .edit-content .section .item > input[type="tel"],
  .wizard-content .edit-content .section .item > input[type="url"],
  .wizard-content .edit-content .section .item > input[type="email"],
  .wizard-content .edit-content .section .item > select,
  .wizard-content .edit-content .section .item p,
  .wizard-content .edit-content .section .item > input + label,
  .wizard-content .edit-content .section .item .h5 + .input-group,
  .wizard-content .edit-content .section .item .iti {
    width: 78%;
    width: -webkit-calc(100% - 19% - .25em - 1.3125em - .825em);
    width: -moz-calc(100% - 19% - .25em - 1.3125em - .825em);
    width: calc(100% - 19% - .25em - 1.3125em - .825em);
  }
  .edit-content .error-msg, .edit-content .alert-msg, .one-col .edit-content input ~ .error-msg, .one-col .edit-content .iti ~ .error-msg {
    margin-left: 16.5%;
    width: 48%;
    width: -webkit-calc(100% - 16% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%);
    width: -moz-calc(100% - 16% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%);
    width: calc(100% - 16% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%); /* full width - label width - info-icon left padding - info-icon left border - info-icon width - info-icon right border - info-icon right padding - help text area width */
  }
  .edit-content .notification .error-msg, .edit-content .notification .alert-msg {
    margin-left: 0;
    width: 100%;
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
  }
  .edit-content .section .item .input-group {
    display: inline-block;
    width: 64%;
    width: -webkit-calc(100% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%);
    width: -moz-calc(100% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%);
    width: calc(100% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%); /* full width - label width - info-icon left padding - info-icon left border - info-icon width - info-icon right border - info-icon right padding - help text area width */
    padding: 0 .625em;
  }
  .edit-content .section .item .h5 + .input-group, .edit-content .section .item .tooltip + .input-group {
    padding: 0;
  }
  .edit-content .section .item .notification {
    display: inline-block;
    width: 64%;
    width: -webkit-calc(100% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%);
    width: -moz-calc(100% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%);
    width: calc(100% - .25em - .0625em - 1.3125em - .0625em - .3125em - 31%); /* full width - label width - info-icon left padding - info-icon left border - info-icon width - info-icon right border - info-icon right padding - help text area width */
  }
  .edit-content .section .item .h5 + .input-group {
    position: initial;
  }
  .edit-content .input-group .error-msg, .edit-content .input-group .alert-msg, .one-col .edit-content .input-group .error-msg {
    margin-left: 0;
    width: 100%;
  }
  .edit-content .section .item .input-group select#useridtype {
    width: 100%;
  }
  .show-content .section .data h5 + p, .show-content .section .data h5 + ul {
    padding: .4375em .625em;
    width: 82%;
    width: -webkit-calc(100% - 16% - .625em);
    width: -moz-calc(100% - 16% - .625em);
    width: calc(100% - 16% - .625em); /* full width - label width - padding */
  }
  .show-content .section .data h5 + ul {
    padding: .4375em .625em .4375em 1.5em !important;
  }
  .edit-content .section .item select.country-code {
    width: 10%;
  }
  .edit-content .section .item select.country-code + input[type="text"] {
    width: 36%;
    width: -webkit-calc(100% - 10% - 16% - .5em - .0625em - 1.3125em - .0625em - .3125em - 31%);
    width: -moz-calc(100% - 10% - 16% - .5em - .0625em - 1.3125em - .0625em - .3125em - 31%);
    width: calc(100% - 10% - 16% - .5em - .0625em - 1.3125em - .0625em - .3125em - 31%); /* full width - country code width - label width - info-icon left padding - info-icon left border - info-icon width - info-icon right border - info-icon right padding - help text area width */
  }
  .edit-content .section .item .input-group label {
    vertical-align: top;
    width: 30%;
    width: -webkit-calc((100% - 2.1em) / 3);
    width: -moz-calc((100% - 2.1em) / 3);
    width: calc((100% - 2.1em) / 3);
    margin: 0 .5em 0 0;
    /*color: rgb(162,162,162);*/
  }
  .edit-content .section .item .input-group label input {
    /*width: 60%;*/
    display: block;
  }
  .edit-content .section .item .input-group div label {
    vertical-align: initial;
    width: inherit;
    margin: .4em 0;
  }
  .edit-content .section .item .input-group div label ~ input.input-short {
    display: inline-block;
  }
  .edit-content .section .item .input-group input[type="checkbox"] + label, .edit-content .section .item .input-group input[type="radio"] + label {
    width: 100%;
  }
  .edit-content .section #vatnumber .button-small {
    margin-left: 17%;
  }
  .edit-content .section .item .tooltip, .show-content .edit-content .section .item .tooltip, #new_contact .section .item .tooltip {
    position: relative;
    right: 30.5%;
    float: right;
  }
  #csf .edit-content .section .item .tooltip {
    right: 0;
  }
  .edit-content .section .data.items {
    padding: 0;
    width: 68%;
    width: -webkit-calc(100% - 31%);
    width: -moz-calc(100% - 31%);
    width: calc(100% - 31%);
    position: static;
  }
  .edit-content .section .item .input-group .tooltip {
    display: block;
    float: right;
  }
  .edit-content .section .items > .item {
    padding: .625em 1.75em .625em .625em;
  }
  .edit-content .section .item .input-group .tooltip {
    position: relative;
    right: -31px;
    margin-left: -31px;
    float: right;
  }
  .wizard-content .edit-content .section .tooltip {
    right: 0;
    top: .3125em;
  }
  .edit-content .section #house .tooltip, .show-content .section #house .tooltip {
    margin-bottom: .25em;
  }
  .show-content .edit-content .input-group label {
    float: left;
    width: calc((100% - 1em) / 3) !important;
    margin: 0 0 0 .5em !important;
  }
  .show-content .section .items > .item .data {
    padding: 0.625em 1.25em 0.625em 0.625em;
  }
  .view-details .section .item h5 {
    padding: 0 !important;
    width: 25%;
    width: -webkit-calc(21% + 1.25em);
    width: -moz-calc(21% + 1.25em);
    width: calc(21% + 1.25em);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .view-details .section .item p, .view-details .section .item input[type="text"], .view-details .section .item input[type="url"], .view-details .section .item input[type="tel"], .view-details .section .item select, .view-details .section label, .view-details .section .item .info-text, .view-details .section .item div {
    width: 74%;
    width: -webkit-calc(78% - 1.25em);
    width: -moz-calc(78% - 1.25em);
    width: calc(78% - 1.25em); /* full width - label width - padding */
  }
  .view-details .section .glue-records form input[type="text"] {
    width: 100%;
  }
  .view-details .section .item p, .view-details .section .item .info-text {
    display: inline-block;
  }
  .view-details .section .item .info-text {
    margin-left: 25%;
    padding: 0;
  }
  .view-details .section .item div .info-text {
    margin-left: 0;
    padding: 0;
  }
  .view-details .section .label {
    display: none;
  }
  .view-details .section .label-text {
    width: auto;
  }
  .view-details .section .action, .view-details .section .list-content .section .item div, .view-details .section .list-content .section .item select {
    width: 100%;
  }
  .view-details .section  div[id^="--domain-userrole"].data .button-group {
    max-width: 30%;
  }
  .view-details .section  div[id^="--domain-userrole"].data .button-group ~ .item:nth-child(2) p, .view-details .section  div[id^="--domain-userrole"].data .button-group ~ .item:nth-child(3) p {
    max-width: 47%;
  }
  .edit-content .section .choose-all-group .header,
  .edit-content .section .choose-all-group .items,
  .edit-content .section .choose-all-group-sections .header,
  .edit-content .section .choose-all-group-sections .items {
    width: 65% !important;
    width: -webkit-calc(100% - 1.25em - 31%);
    width: -moz-calc(100% - 1.25em - 31%);
    width: calc(100% - 1.25em - 31%);
    /* margin: 0; */
    padding: 0;
  }
}
@media screen and (min-width: 52em) {
  .edit-content #new_name_servers .section .item .input-group #new_name_servers_input {
    width: 66%;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    display: inline-block;
  }
}
/* aside summary box, domain name status, account status, wizard summary */
.aside .summary {
  background-color: #f2f2f2;
  margin-bottom: 1em;
  /*padding: 0 0 1em;*/
  position: relative;
}
.aside.wizard-summary .summary {
    padding-bottom: 0;
}
.aside .summary .header {
  border-bottom: 1px solid #cfcfcf;
  display: table;
  height: 2.5em;
  padding: 0 1.25em;
  width: 100%;
}
.aside.wizard-summary .summary .header h3 {
  color: rgb(70,70,70);
}
.aside .summary .header h3 {
  display: table-cell;
  vertical-align: middle;
  color: rgb(109,109,109);
}
.aside .summary .section .item {
  padding: 0.625em 1.125em 0.3125em;
  position: relative;
}
.aside.wizard-summary .section .item {
    padding: .625em 0 .3125em;
}
.aside .summary .section .item h5 {
  display: inline-block;
  /*width: 57%;*/
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(162,162,162);
}
.aside .summary .section .item h5 + p, .aside .summary .section .item h5 + div {
  display: block;
  /*min-width: 42%;*/
  margin: 0;
  float: right;
  overflow: visible;
  text-align: right;
  text-overflow: ellipsis;
}
.aside .summary .section .item div p {
  margin: 0;
}
/*.aside .summary .section .item:last-child {
  padding-bottom: 1em;
}*/
/* aside links box */
.aside .links {
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.aside .links .header {
  display: table;
  height: 2.5em;
  padding: 0 1.25em;
  width: 100%;
  background-color: rgb(207,207,207);
}
.aside .links .header h5 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
}
.aside .links .section {
  padding: 0 0 0 0;
}
.aside .links .section p, .aside .links .section h5 {
  display: block;
  padding: 0 1.25em;
  margin: .75em 0 .25em;
  position: relative;
}
.aside .links .section p .icon-role {
  vertical-align: initial;
}
.aside .links .section ul {
  padding: 0 1.125em;
  margin: 1em 0;
  list-style: none;
}
.aside .links .section ul li {
  display: block;
  margin: .3125em 0;
  position: relative;
}
/*.aside .links .section .items a:after {
  content: '>';
  padding-left: .3125em;
  color: rgb(0,85,190);
}*/
@media screen and (min-width: 30em) {
}
@media screen and (min-width: 44em) {
	.one-col .show-content .item, .one-col .show-content .items > .item, .one-col .show-content .notification {
    padding: 0.625em 1.25em;
	 }
  .aside .links {
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .aside .box.summary {
    min-height: 11em;
  }
  .aside .links .section {
    padding: 0 0 1em 1;
  }
}
@media screen and (min-width: 52em) {
}

/* search section */
#selectionform {
  position: relative;
}
#selectionform .two-col {
  margin: 0;
}
.whois-form {
  background-color: #f2f2f2;
  padding: 1.25em;
  margin-bottom: 1em;
}
.whois-search .tabs {
 display: block;
 position: relative;
 width: 100%;
 clear: both;
}
.whois-search .tabs .tab {
  display: inline-block;
  margin: 0;
}
.whois-search .tabs .tab label {
  padding: .45em 1em .325em;
  background-color: rgb(145,145,145);
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.whois-search .tabs .tab label:hover {
  background-color: rgb(0,85,190);
}
.whois-search .tabs .tab [type=radio] {
  display: none;
}
.whois-search .tabs .tab input[type=radio]:checked+label {
  background-color: rgb(215,38,65);
  color: #fff;
}
.whois-search .search_input {
  display: block;
  clear: both;
  position: relative;
  margin: .5em 0;
}
.whois-search .advanced select {
  width: auto;
  margin-right: 1em;
}
.whois-search .advanced fieldset {
  display: none;
}
.no-js .whois-search .advanced fieldset {
  display: block;
}
.whois-filter-tags {
  margin: 0;
  padding: 0;
}
.whois-filter-tags li {
  margin: .5em 5px 0 0;
  padding: 3px 5px;
  background-color: rgb(207,207,207);
  color: rgb(38,38,38);
  list-style: none;
  display: inline-block;
  cursor: pointer;
}
.whois-filter-tags li:hover {
  background-color: rgb(0,85,190);
  color: rgb(255,255,255);
}
.whois-filter-tags li:last-child {
  margin-right: 0;
}
.whois-filter-tags li:after {
  content: "\2715";
  margin-left: 10px;
}
.whois-filters {
  padding: .5em 0;
  position: relative;
  height: 184px;
}
.whois-filters .select-filter {
  width: 100%;
  border: 1px solid rgb(162,162,162);
  background-color: #fff;
  display: block;
  vertical-align: top;
  margin-right: 0;
  margin-bottom: .5em;
  position: relative;
  z-index: 100;
}
.whois-filters .select-filter:last-child {
  margin-bottom: 0;
}
.whois-filters .select-filter .items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.whois-filters .select-filter .folded {
  display: none;
}
.whois-filters .select-filter button {
  width: 100%;
  text-align: center;
}
.whois-filters .select-filter.active .select-header:before {
  background-image: url(/images/select-arrow-12x12.png)
}
.whois-filters .select-filter.active .select-header:hover:before {
  background-image: url(/images/select-arrow-12x12w.png)
}
.whois-filters .select-header {
  padding: .25em 1.5em .125em .5em;
  white-space: nowrap;
  vertical-align: baseline;
  display: inline-block;
  width: 100%;
  color: rgb(70,70,70);
  margin: 0 !important;
  cursor: pointer;

}
.whois-filters .select-header:hover:before {
  background-image: url(/images/select-arrow-12x12w.png);
  background-position-x: 6px;
  background-position-y: 7px;
  background-color: rgb(0,85,190);
}
.whois-filters .select-header:before {
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/images/select-arrow-12x12.png);
  background-position-x: 6px;
  background-position-y: 7px;
  background-repeat: no-repeat;
  background-color: rgb(255,255,255);
}
.whois-filters .select-header:hover {
  background-color: rgb(0,85,190);
  color: rgb(255,255,255);
}
.whois-filters .select-items {
  padding: .25em .5em .5em;
}
@media screen and (min-width: 44em) {
  .whois-filters {
    height: 36px;
  }
  .whois-filters .select-filter {
    width: 19%;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 0;
    overflow: hidden;
  }
  .whois-filters .select-filter:last-child {
    margin-right: 0;
  }
}
/* main bulk-content section */
.main .bulk-content {
  padding: 1.25em 0;
  background-color: rgb(242,242,242);
}
.main .bulk-content .header {
  display: table;
  height: 2.5em;
  padding: 0 1.25em;
  width: 100%;
  /*background-color: rgb(207,207,207);*/
}
.main .bulk-content .header h4 {
  display: table-cell;
  vertical-align: middle;
  color: rgb(38,38,38);
  line-height: 1;
}
.main .bulk-content .section {
  padding: 0 1.125em;
  margin: 1em 0;
  list-style: none;
}
.main .bulk-content .section select.select-medium {
  width: 60%;
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 0;
  vertical-align: top;
}
.main .bulk-content .section .button-group {
  width: 18%;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  clear: none;
  padding-left: .5em;
  vertical-align: top;
}
/* Wizard content area -  */
.wizard-steps {
  width: 100%;
  padding: 0;
  position: relative;
}
.wizard-steps .step {
  width: 100%;
  margin: 0;
  border-top: 1px solid white;
  border-bottom: 2px solid white;
  position: relative;
}
.wizard-steps .header {
  display: table;
  width: 100%;
  height: 2.5em;
  padding: 0 1.25em;
  margin: .125em 0;
}
.wizard-steps .header h2 {
  color: white;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
.wizard-steps .active-step .header {
  background-color: rgb(70,70,70);
}
.wizard-steps .previous-step .header {
  background-color: rgb(207,207,207);
}
.wizard-steps .previous-step .header h2 {
  color: rgb(46,46,46);
}
.wizard-steps .next-step .header {
  background-color: rgb(162,162,162);
}
.wizard-steps .icon-step {
  margin: .3125em .625em 0 0;
}
.wizard-steps .active-step .icon-step {
  color: rgb(70,70,70);
}
.wizard-steps .previous-step .icon-step {
  color: rgb(207,207,207);
}
.wizard-steps .next-step .icon-step {
  color: rgb(162,162,162);
}
.wizard-steps .wizard-summary .header {
  background-color: transparent;
}
.wizard-steps .section {
  padding: .625em;
}
.wizard-steps .edit-content .section, .one-col .show-content .item .domain {
  padding: 0.3125em 0;
}
/*.wizard-summary {
  width: 100%;
  padding: 0;
  position: relative;
}
.wizard-summary {
  background-color: rgb(242,242,242);
  margin-bottom: 2.5em;
}
.wizard-summary .header {
  display: table;
  width: 100%;
  height: 2.5em;
  padding: 0 1.25em;
  border-bottom: 1px solid rgb(207,207,207);
}
.wizard-summary .header h3 {
  vertical-align: middle;
  display: table-cell;
}*/
.wizard-content p {
  word-wrap: break-word;
  margin: .5em 0;
}
.wizard-content .section .header, .show-content .edit-content .header {
  border-bottom: 1px solid rgb(207,207,207);
  padding: 0 .625em 0 0;
  background-color: transparent;
  margin: 1em 0 0;
  height: 2em;
}
.wizard-content .section .header h4, .show-content .edit-content .header h4 {
  margin: .4em 0 .2em;
  padding: 0;
  display: block;
  float: left;
  color: rgb(70,70,70);
}
.wizard-content .section .header span {
  display: block;
  float: right;
  margin: 0;
  padding-top: .125em;
}
.wizard-content .item {
  padding: 0.3125em;
  overflow: hidden;
  /*list-style-position: inside;*/
}
.wizard-content .item.new_user, .wizard-content .item.new_user .item {
  overflow: visible;
}
.wizard-content .section ul {
  padding: 0 .625em;
  margin-left: 1.25em;
}
.wizard-content .section ul li {
  padding: .3125em 0;
}
.wizard-content .section .item ul {
  margin-left: 0;
}
.wizard-content .section .item p ~ ul {
  margin-left: 1em;
}
.wizard-content .section .notification {
  margin: .5em 0;
}
.wizard-content .data .item {
  padding: 0.3125em 0 0;
}
.wizard-content .data .item p {
  padding: 0.3125em;
}
.wizard-content .item label ~ div {
  padding: 0.3125em 0;
}
.wizard-content .item h5, .wizard-content .item .h5 {
  margin: 0.3125em 0 0;
  padding: 0 0 .25em !important;
  display: inline-block;
  text-transform: none;
  vertical-align: top;
  width: 100%;
}
.wizard-content .item h5 + p, .wizard-content .item .h5 + p, .wizard-content .item .h5 + input, .wizard-content .item .h5 + select, .wizard-content .item .h5 + .input-group {
  display: inline-block;
  margin: 0;
  padding: .3125em 0;
  vertical-align: top;
  width: 100%;
  background-color: rgb(242,242,242);
  word-wrap: break-word;
}
.wizard-content .edit-content .section .item .h5 + .input-group {
  background-color: white;
	padding: 0;
}
.wizard-content .item .h5 + input, .wizard-content .item .h5 + select {
  background-color: white;
}
.wizard-steps .items > .item:nth-child(2n+1), .wizard-steps .items .list-window > .item:nth-child(2n+1) {
  background-color: rgb(242,242,242);
}
.wizard-steps .items .item div .item {
  background-color: transparent !important;
	position: relative;
}
/*.wizard-steps .section .item-select li:hover { background-color: rgb(229,229,229); }
.wizard-steps .section .items .header:hover {	background-color: transparent; }
.wizard-content .tooltip-box {
  display: none;
}*/
.wizard-content .total, .show-content .total {
  background-color: rgb(237,132,40);
  color: #fff;
  border-top: 1px solid rgb(207,207,207);
  margin-top: .5em;
  text-transform: uppercase;
}
.wizard-content .vat, .show-content .vat {
  background-color: rgb(229,229,229);
/*  margin-bottom: 1.875em; */
}
.wizard-content .subtotal, .show-content .subtotal {
  background-color: rgb(242,242,242);
  margin: .3125em -.625em .625em;
  padding: .3125em .625em !important;
}
.wizard-content .service .itemid {
  width: 100%;
  display: inline-block;
}
.wizard-content .service span:last-child, .wizard-content .vat span:last-child,
.wizard-content .total span:last-child, .wizard-content .subtotal span:last-child,
.show-content .service span:last-child, .show-content .vat span:last-child, .show-content .total span:last-child, .show-content .subtotal span:last-child {
  float: right;
  text-transform: none;
}
.wizard-content .wizard-summary .section .header {
  border-bottom: none;
  margin-top: 1em;
  /*padding: 0 1.125em;*/
}
.wizard-content .wizard-summary .section ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.wizard-content .wizard-summary .section .notification {
  padding: 1.25em;
  margin: 0.0625em 0 1.25em;
}
.wizard-content .wizard-summary .section .domain {
  word-wrap: break-word;
  word-break: break-all;
}
.wizard-content .wizard-summary .section .service {
  padding-top: .0625em;
  padding-left: 1.5625em;
}
.wizard-content .wizard-summary .section .vat, .wizard-content .wizard-summary .section .total {
  padding: .625em 1.25em;
}
/* hide wizard steps */
.previous-step .active, .previous-step .aside, .previous-step .next, .active-step .previous, .active-step .next, .next-step .previous, .next-step .active, .next-step .aside {
  display: none;
}
/*.wiz-details .section [type="radio"]:not(:checked) ~ .info-text,
.wiz-details .section [type="radio"]:not(:checked) ~ .tooltip-box,
.wiz-details .section [type="checkbox"]:not(:checked) ~ .info-text,
.wiz-details .section [type="checkbox"]:not(:checked) ~ .tooltip-box { z-index: 0; display:none; }
.wiz-details .section [type="radio"]:checked ~ .info-text,
.wiz-details .section [type="radio"]:checked ~ .tooltip-box,
.wiz-details .section [type="checkbox"]:checked ~ .info-text,
.wiz-details .section [type="checkbox"]:checked ~ .tooltip-box { z-index: 10; display:block; }*/
@media screen and (min-width: 30em) {
.wizard-steps .icon-step {
  margin: .125em .625em 0 0;
}
}
@media screen and (min-width: 44em) {
.wizard-steps .section {
  padding: .625em 1.25em;
}
.wizard-summary .section {
  padding: .625em 1.25em 1.25em;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 450px;
  *height: auto;
}
.wizard-steps .edit-content .section {
    padding: 0.625em 0;
}
.wizard-content .item {
  padding: 0.625em;
}
.wizard-content .item h5, .wizard-content .item .h5 {
  padding: 0 !important;
  width: 19%;
}
.wizard-content .item h5 + p, .wizard-content .item .h5 + p, .wizard-content .item .h5 + input, .wizard-content .item .h5 + select, .wizard-content .item .h5 + .input-group {
  padding: .4375em .625em;
  width: 80%;
}
.wizard-content .item .radio {
  margin-left: 0.625em;
  display: inline-block;
  width: 45%;
}
.wizard-content .section .notification {
  margin: 1em 0;
}
.wizard-content .data .item {
  padding: 0.3125em .625em 0;
}
.wizard-content .service .itemid {
  width: 40%;
  display: inline-block;
}
}
@media screen and (min-width: 52em) {
}


/* basic table styles */
table {
  width: 100%;
  margin: 10px 0 30px;
  /*border-bottom: 1px solid rgb(109,109,109);*/
}
table thead, table tfoot {
  display: table-header-group;
  text-align: left;
}
/* desktop header */
table thead.large, table tfoot.large {
  display: none;
  visibility: hidden;
}
/* mobile header */
table thead.small, table tfoot.small {
  display: table-header-group;
  visibility: visible;
}
table thead th, table thead td,
table tfoot th, table tfoot td,
table tfoot.header th, table tfoot.header td {
  display: table-cell;
  padding: 0 .625em;
  height: 2.5em;
  text-align: left;
  vertical-align: middle;
  color: rgb(242,242,242);
  background-color: rgb(70,70,70);
}
table thead.small th, table thead.small td,
table tfoot.small th, table tfoot.small td{
  padding: .7em;
  display: block;
}
table tfoot th, table tfoot td {
  border-top: 4px double rgb(109,109,109);
  border-bottom: 1px solid rgb(109,109,109);
  color: rgb(70,70,70);
  background-color: rgb(255,255,255);
}
table tfoot.header th, table tfoot.header td {
  border-top: none;
  border-bottom: none;
}
table thead th.active, table thead td.active,
table tfoot th.active, table tfoot td.active {
  background-color: rgb(109,109,109);
}
table thead th a,
table tfoot th a {
  color: #fff;
  text-decoration: none;
  display: block;
}
table thead th a:hover,
table tfoot th a:hover {
  color: #fff;
}
table tbody {
  display: block;
}
table tbody tr {
  display: block;
}
table tbody td {
  display: block;
  border: none;
  line-height: 1.4em;
  height: auto;
  padding-top: .3125em;
  padding-bottom: .3125em;
}
table tbody th {
  display: block;
  border: none;
  line-height: 1.4em;
  height: auto;
  padding: 0 .625em;
  text-align: left;
  font-weight: 400;
  background-color: rgb(229,229,229);
}
table tbody tr:nth-child(2n) {
  background-color: rgb(242,242,242);
}
table tbody.no-records .item {
	padding: 5em 0 10em !important;
	text-align: center;
}
@media screen and (min-width: 44em) {
/* desktop header visible */
table thead.large, table tfoot.large {
  display: table-header-group;
  visibility: visible;
}
/* mobile header hidden */
table thead.small, table tfoot.small {
  display: none;
  visibility: hidden;
}
table thead th, table thead td,
table tfoot th, table tfoot td,
table tfoot.header th, table tfoot.header td {
  display: table-cell;
  border-right: 3px solid rgb(242, 242, 242);
  white-space: nowrap;
}
table tfoot th, table tfoot td {
  border-right: none;
}
table thead th:last-child, table thead td:last-child,
table tfoot th:last-child, table tfoot td:last-child{
  border-right: none;
}
table thead th a,
table tfoot th a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 1.2em;
}
table thead th a:hover,
table tfoot th a:hover {
  color: #fff;
}
table thead th a .icon-sort {
  position: absolute;
  right: 0;
  top: .3125em;
  top: calc((100% - 1em) / 2);
}
table tbody {
  display: table-row-group;
}
table tbody tr {
  display: table-row;
}
table tbody td {
  display: table-cell;
  height: 2.5em;
  padding: .625em;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid rgb(242, 242, 242);
}
table tbody th {
  display: table-cell;
  border-right: 1px solid rgb(242, 242, 242);
  height: 2.5em;
}
}
/* modified tables */

.list-content {
  position: relative;
}
.list-content.loader #results {
  opacity: .5;
  position: relative;
}
.list-content table {
  margin: 0 0 1em 0;
}
.list-content #transaction-list {
  border-bottom: 1px solid rgb(109,109,109);
}
.list-content .section {
  position: relative;
}
.list-content .section .item {
  display: block;
  border: none;
  line-height: 1.8;
  height: auto;
  padding: .3125em .625em;
}
.list-content .section .item li {
  line-height: 1.8;
}
.list-content .section .item i {
  display: block;
}
.list-content .section .item i.icon {
  display: inline-block;
  vertical-align: middle;
}
.list-content .section .item.name {
  word-wrap: break-word;
  word-break: break-all;
}
.list-content .section .item.roles ul {
  list-style: none !important;
  padding: 0;
}
.list-content .functionuser-list .section .item.name, .list-content .regsiteuser-list .section .item.name {
  word-wrap: normal;
  word-break: normal;
}
.list-content .section tr:last-of-type .item:last-child {
  white-space: normal;
  /*padding-bottom: 1.25em*/
}
.list-content .section .item .small {
  display: inherit;
  visibility: visible;
}
.list-content .section .item .large {
  display: none;
  visibility: hidden;
}
.list-content .section .item .label {
  width: 40%;
  display: inline-block;
 *display: block;
 *float: left;
  vertical-align: top;
  line-height: 1.8;
}
.list-content .functionuser-list .section .item .label, .list-content .regsiteuser-list .section .item .label {
  width: 30%;
}
.list-content .section .item ul {
  margin: 0;
}
.list-content .section .item .label ~ span:not([class="label"]), .list-content .section .item .label ~ form {
  width: 55%;
  display: inline-block;
 *display: block;
 *float: right;
 /*vertical-align: top;*/
}
.list-content .functionuser-list .section .item .label ~ span:not([class="label"]), .list-content .regsiteuser-list .section .item .label ~ span:not([class="label"]) {
  width: 60%;
}
.list-content .section .item span br {
  display: none;
}
.list-content .section .glue-records form, .view-details .list-content .data .glue-records form {
  background-color: rgb(229,229,229);
  margin: .5em 0;
  padding: .3125em;
}
.list-content .functionuser-list .section .item.select, .list-content .regsiteuser-list .section .item.select {
  float: right;
  padding: .3125em .9em 0 0;
}
.list-content .section .item.roles {
  white-space: nowrap;
}
.list-content .functionuser-list .section .item.roles {
  white-space: nowrap;
}
.list-content .regsiteuser-list .section .item.roles {
  white-space: normal;
}
/* Domain list buttons and selects in last column */
.list-content .section .item.actions {
  font-size: 1em;
  max-width: 100%;
}
.list-content .actions .action {
  position: relative;
  width: 100%;
  float: right;
  background-color: transparent !important;
}
.list-content .actions .action .button-group {
  position: relative;
  margin: 0 !important;
  width: 100%;
  padding: 0;
}
.list-content .actions .action .button-group .button-primary {
  float: none;
  margin: 0 1.8125em 0 0;
  width: 100%;
  text-align: left;
}
.list-content .actions .action .button-group .button-primary.dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 1.8125em;
  border-left: 1px #fff solid;
}
.list-content .actions .action .button-group .dropdown-menu {
  display: none;
  list-style: none;
  position: absolute;
  right: 0;
  top: 25px;
  margin: 0;
  width: 1.8125em;
  border: 1px rgb(207,207,207) solid;
  background-color: #fff;
  width: 100%;
}
.list-content .actions .action .button-group .button-primary.dropdown-toggle:active ~ .dropdown-menu, .list-content .actions .action .button-group .button-primary.dropdown-toggle:focus ~ .dropdown-menu, .list-content .actions .action .button-group .dropdown-menu:hover, .list-content .actions .action .button-group .dropdown-menu:focus {
  display: block;
}
.list-content .actions .action .button-group .dropdown-menu .item {
  display: block !important;
}
.list-content .header .item.select label.checkbox-left, .list-content .section .item.select label.checkbox-left, .list-content .header .item.select label.checkbox-right, .list-content .section .item.select label.checkbox-right {
  padding: 1.9em 1em 0 0;
  vertical-align: top;
}
.list-content .section .item.paymentamount {
  color: rgb(35,151,88);
}
.list-content .section .item.paymentamount .label {
  color: rgb(38,38,38);
}
.list-content .section .item.status {
    min-width: 12%;
}
.list-content .section .item.status span {
  display: inline-block;
  line-height: 1.8;
}
.list-content #loadmore {
  width: 100%;
  margin: inherit auto;
}
.list-content #loadmore .button-link {
  float: none;
}
/* submit button visible if no-js */
.no-js .list-content .actions .action input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.625em;
}
.no-js .list-content .actions select {
  width: -webkit-calc(100% - 42px - .325em);
  width: -moz-calc(100% - 42px - .325em);
  width: calc(100% - 42px - .325em);
}
@media screen and (min-width: 30em) {
  /*.list-content .actions .action {
    width: 50%;
  }*/
  .list-content .section .item .label {
    width: 30%;
  }
  .list-content .section .item .label ~ span:not([class="label"]), .list-content .section .item .label ~ form, .list-content .section .item .label ~ ul {
    width: 65%;
    display: inline-block;
  }
  .list-content .functionuser-list .section .item.two_factor, .list-content .regsiteuser-list .section .item.two_factor {
    white-space: nowrap;
  }
}
@media screen and (min-width: 44em) {
  .list-content table {
    margin: 0 0 2em 0;
  }
  .list-content .section .item {
    display: table-cell;
    width: auto;
    border-left: 0;
    /*line-height: normal;*/
    min-height: 2.5em;
  }
  .list-content .section .item.actions {
    white-space: nowrap;
    padding-bottom: .3125em;
    width: 15%;
    max-width: 20%;
  }
  .list-content .functionuser-list .section .item.actions, .list-content .regsiteuser-list .section .item.actions {
    white-space: nowrap;
    padding-bottom: .3125em;
    width: 20%;
    /*min-width: 20%;*/
    max-width: 25%;
  }
  .list-content #open-invoices .section .item.actions, .list-content #open_invoices-list .section .item.actions {
    width: 20%;
    max-width: 25%;
  }
  .list-content .functionuser-list .section .item.select, .list-content .regsiteuser-list .section .item.select {
    float: none;
    padding: .3125em .625em;
  }
  .list-content .section .item.name {
    width: 30%;
    min-width: 30%;
  }
  .list-content .section .item.glue-records {
    min-width: 20%;
  }
  .list-content .section .item.date {
    width: 20%;
  }
  .list-content .section .item.paid-until {
    display: table-cell;
  }
  .list-content .section .item.invoiceamount, .list-content .section .item.paymentamount {
    text-align: right;
  }
  .list-content .section .item .small {
    display: none;
    visibility: hidden;
  }
  .list-content .section .item .large {
    display: inherit;
    visibility: visible;
  }
  .list-content .section .item .label {
    min-width: 20%;
    display: none;
  }
  .list-content .section .item .label ~ span:not([class="label"]), .list-content .section .item .label ~ form {
    width: auto;
    display: block;
    float: none;
    /*vertical-align: text-top;*/
  }
  .list-content .functionuser-list .section .item .label ~ span:not([class="label"]), .list-content .regsiteuser-list .section .item .label ~ span:not([class="label"]) {
    width: auto;
  }
  .list-content .section .item .label ~ form:first-of-type {
    margin-bottom: 3px;
  }
  .list-content .section .item span br {
    display: inherit;
  }
  .list-content .section .item span span {
    margin-bottom: 3px;
  }
  .list-content .section .item.status span.label {
    display: none;
  }
  .list-content .header .item.amount {
    text-align: right;
  }
  .list-content .section .item.amount .label-text {
    float: right !important;
  }
  .list-content .regsiteuser-list .section .item, .list-content .functionuser-list .section .item {
    width: auto !important;
  }
  .list-content .actions .action {
    width: 100%;
  }
  .list-content .actions .action .button-group, .list-content .actions .action .button-group {
    margin: 0 !important;
  }
}
@media screen and (min-width: 52em) {
}
/* Table inside view-details content: domain details, profile details, account details */
.view-details .section .list-content table {
  border-bottom: 1px solid #cfcfcf;
  margin: 0 0 .5em;
}
.view-details .section .list-content .header {
  height: 2.5em;
}
.view-details .section .list-content .header.large {
  display: none;
}
.view-details .section .list-content .header.small {
  display: table-header-group;
  visibility: visible;
}
.view-details .section .list-content .header .item {
  background-color: #f2f2f2;
  color: rgb(162,162,162);
  padding: 0 .625em;
  border-bottom: 1px solid #cfcfcf;
  border-right: none;
}
.view-details .section .list-content .section .item {
  border: medium none;
  padding: .5em .625em;
}
.view-details .section .list-content .footer .item {
  background-color: #f2f2f2;
  color: rgb(162,162,162);
  padding: 0 .625em;
  border-bottom: 1px solid #cfcfcf;
  border-right: none;
}
/*.view-details .section .list-content .section .item * {
  width: auto;
}*/

@media screen and (min-width: 44em) {
.width-auto {
	width: auto !important;
}
.width-auto + form {
  float: right;
}
.view-details .section .list-content .header {
  display: table-header-group;
}
.view-details .section .list-content .header.large {
  display: table-header-group;
  visibility: visible;
}
.view-details .section .list-content .header.small {
  display: none;
}
.view-details .section .list-content .header .item {
  padding: 0 .3125em;
}
.view-details .section .list-content .section .item {
  padding: .25em .3125em;
  /*vertical-align: middle;*/
}
.view-details .section .list-content .section .actions {
  vertical-align: top;
}
.view-details .section .list-content .header .item:first-child, .view-details .section .list-content .section .item:first-child {
  padding-left: 1.25em;
}
.view-details .section .list-content .header .item:last-child, .view-details .section .list-content .section .item:last-child {
  padding-right: 1.25em;
}
}
/* DOMAIN LIST FILTER */
.filter-content {
  position: relative;
  display: block;
	 padding: 0 .625em;
}

.filter-content .main {
  margin-bottom: 0;
}
.filter-content div {
  margin: 0.5em 0;
}
.filter-content select, .filter-content input {
  width: 100%;
  display: block;
  margin: .5em 0;
}
.filter-content.registrator .input-group select, .filter-content.registrator .input-group input {
  display: none;
}
@media screen and (min-width: 44em) {
.filter-content {
  padding: 0 1.25em;
}
.filter-content select, .filter-content input[type="text"] {
  width: 30%;
  float: left;
  margin-right: 1em;
}
.filter-content.registrator select, .filter-content.registrator input[type="text"] {
  width: 47%;
}
.filter-content select.sort-table-small {
  display: none;
  visibility: hidden;
}
.filter-content input[type="submit"] {
  width: auto;
	display: none;
}
.no-js .filter-content input[type="submit"] {
	display: block;
}
}

/* DS Record list, fixes for rowspan areas */
#dsrecordlist .section {
  position: relative;
}
#dsrecordlist .section:nth-child(even) {
  background-color: rgb(242,242,242);
}
#dsrecordlist .section:nth-child(odd) {
  background-color: white;
}
#dsrecordlist .section tr {
  background-color: transparent;
}
#dsrecordlist .section .status {
  /*padding-bottom: 3em;
  margin-bottom: 5px;*/
  white-space: nowrap;
}
#dsrecordlist .section tr:last-of-type .status:last-of-type, #dsrecordlist .section.no-keys .name {
  border-bottom: none;
  padding-bottom: 2.5em;
}
.view-details #dsrecordlist .section .status:last-of-type {
  padding-bottom: 0;
}
#dsrecordlist .section .name {
  position: relative;
}
#dsrecordlist .section .name .icon {
  position: absolute;
  right: 1.25em;
  top: .625em;
}
#dsrecordlist .section.no-keys .status {
  border-bottom: none;
  /*padding-bottom: 1.5em;*/
}
#dsrecordlist .section .actions {
  bottom: 0;
  position: absolute;
  width: 100%;
  clear: both;
  z-index: 20;
}
#dsrecordlist .section .key {
  position: relative;
  border-bottom: solid 1px rgb(207,207,207);
}
#dsrecordlist .section tr:last-of-type .key {
  border-bottom: none;
}
#dsrecordlist .section .tooltip {
  position: absolute;
  right: 1.25em;
  top: .3125em;
}
#dsrecordlist .section .tooltip-box {
  display: block;
}
#dsrecordlist .section .tooltip-box > * {
  padding: .3125em .625em;
}
#dsrecordlist .list-content .tooltip-box div {
  background-color: transparent;
}
#dsrecordlist .section .tooltip-box .label {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  line-height: 1.2;
}
#dsrecordlist .section .item .tooltip-box .label ~ span {
  display: inline-block;
  width: 65%;
  word-break: break-all;
  max-width: 65%;
  white-space: pre-wrap;
  vertical-align: top;
  line-height: 1.2;
}
@media screen and (min-width: 44em) {
  #dsrecordlist .section .status {
    padding-bottom: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }
  #dsrecordlist .section .key {
    border-bottom: none;
  }
  #dsrecordlist .section .actions {
    bottom: auto;
    position: relative;
    max-width: 25%;
    width: 20%;
    vertical-align: top;
  }
  #dsrecordlist .section tr:last-of-type .status:last-of-type, #dsrecordlist .section.no-keys .name {
    padding-bottom: 0;
  }
  #dsrecordlist .section .item span {
    padding-bottom: 0;
  }
  #dsrecordlist .section .item .keytag {
    min-width: 40px;
    width: 40px;
    display: inline-block;
  }
  #dsrecordlist .section .item .digest_type {
    min-width: 70px;
    width: 70px;
    display: inline-block;
  }
  #dsrecordlist .section .item .hyphen {
    min-width: 10px;
    width: 10px;
    display: inline-block;
    /*vertical-align: text-top;*/
  }
  #dsrecordlist .section .item .published {
    display: inline-block;
  }
  #dsrecordlist .section .item .status {
    min-width: 85px;
    width: auto;
    float: right;
    margin-right: 32px;
  }
  #dsrecordlist .section .tooltip-box {
    width: 100%;
    display: block;
  }
  #dsrecordlist .list-content .tooltip-box div {
    width: 100%;
    background-color: transparent;
  }
}


/* ARCHIVE SEARCH AND DOWNLOAD */
input::-webkit-calendar-picker-indicator {
 display: inline;
}
input[type="date"]::-webkit-input-placeholder {
 visibility: hidden !important;
}
#archive-filter {
	padding-bottom: 1em;
  width: 100%;
}
#archive-filter fieldset, #archive-filter input, #archive-filter label,
#account-filter fieldset, #account-filter label, #account-filter select {
  display: block;
  width: 100%;
  margin: .5em 0;
}
#archive-filter input,
#account-filter input {
  float: none;
}
#archive-filter fieldset,
#account-filter fieldset {
  vertical-align: top;
}
#archive-filter #download input,
#archive-filter #search-dates {
	display: none !important;
}
#archive-filter #download {
  float: none;
}
#archive-filter button#downloadAll {
  margin: .5em 0 !important;
}
#archive-filter .hasDatepicker {
  width: 100%;
}
.no-js #archive-filter #search-dates {
  display: inline-block !important;
}
/*#archive-filter #download {
  margin-top: 1em;
  text-align: right;
}
#archive-filter #download * {
  vertical-align: top;
}*/
.no-js #download input {
  display: inline-block !important;
  margin-bottom: 1em;
}
@media screen and (min-width: 44em) {
#archive-filter,
#account-filter {
  display: inline-block;
}
#archive-filter form,
#account-filter form {
  display: inline-block;
  margin: 1em 0;
}
#archive-filter + a {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0.15em 0 !important;
}
#archive-filter fieldset, #archive-filter input, #archive-filter label,
#account-filter fieldset, #account-filter label, #account-filter select {
  display: inline-block;
  width: auto;
  margin: 0;
  float: none;
}
#archive-filter #start_date {
  margin: 0 .5em 0 0 !important;
}
#archive-filter .hasDatepicker {
  width: 130px !important;
}
#archive-filter #download {
  float: right;
 }
#archive-filter #download select {
  width: auto;
  margin: 0;
}
#archive-filter button#downloadAll {
  margin: 1em .25em !important;
}
}
/* PAGINATION */
.pagination-content {
  position: relative;
  display: block;
  margin: 1em 0;
}
.two-col .pagination-content {
  padding: 0 .625em;
}
.two-col .wizard-content .pagination-content {
  padding: 0;
}
.pagination-content .page-size, .pagination-content .page-details, .pagination-content .page-picker {
  text-align: center;
  display: table; /*block;*/
  margin: 0 auto;
  /*width: 100%;
  position: relative;
  z-index: 1;*/
}
.pagination-content a, .pagination-content .button-link {
  display: table-cell;
}
.pagination-content input {
  display: none;
}
.pagination-content .item {
  display: table-cell;
  height: 3em !important;
  min-width: 3em !important;
  padding: 0 .5em !important;
  vertical-align: middle;
  /*margin-right: 0.3125em;*/
}
/*
  .pagination-content .page-picker .item {
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
}
*/
 @media screen and (min-width: 44em) {
.two-col .pagination-content {
  padding: 0 1.25em;
}
.pagination-content .page-details {
  float: right;/*margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  margin: 0;
  z-index: 2;*/
}
.pagination-content .page-size {
  float: left;
  /*position: absolute;
  left: 0;
  top: 0;
  width: auto;
  margin: 0;*/
}
.pagination-content .page-picker {
  position: absolute;
  right: 50%;
  left: 50%;
  top: 0;
  width: auto;
  margin: 0;
  z-index: 2;
}
}
/* Invoice view */
.invoice_view {
  font-size: 0.875em;
}
.invoice_view thead {
  display: none;
}
.invoice_view tbody tr {
  border-top: 10px solid transparent;
}
.invoice_view .label {
  display: inline-block;
  width: 50%;
  text-align: left;
}
.invoice_view .label:after {
  content: ":";
}
.invoice_view .label-text {
  text-align: right;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
 @media screen and (min-width: 44em) {
.invoice_view .label {
  display: none;
}
.invoice_view .label-text {
  width: auto;
}
}
/* NO CONTENT DIV */
.no-content {
  padding: 0 1.25em;
}
/* LOGIN / PAY TABBED CONTENT BOX */
/* navigation */
.no-js .tabs .tabs-nav {
	display: none;
}
.no-js .tabs-sections .section {
	margin-bottom: 20px;
}
.tabs {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.tabs .tabs-nav {
	display: none;
}
/*.tabs .tabs-nav {
  text-align: left;
  width: 100%;
  float: left;
}*/
.tabs .tabs-nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tabs .tabs-nav ul li {
  float: left;
  margin: 0 .5% 0 0;
  position: relative;
  display: block;
  min-width: 20%;
}
.tabs .tabs-nav li.tab-current {
  z-index: 100;
}
/*.tabs .tabs-nav li.tab-current:before,
.tabs .tabs-nav li.tab-current:after { content: ''; position: absolute; height: 1px; right: 100%; bottom: 0; width: 1000px; }
.tabs .tabs-nav li.tab-current:after { right: auto; left: 100%; width: 4000px; } */
.tabs .tabs-nav li a,
.tabs-sections h3 a {
  /*background-color: rgb(162,162,162);*/
  background-color: rgb(145,145,145);
  color: #fff;
  display: block;
  line-height: 1;
  margin: 0;
  padding: 11px 20px 7px;
  text-decoration: none;
}
.tabs .tabs-nav li a span {
  white-space: nowrap;
}
.tabs .tabs-nav li a span:first-child:before, .tabs .tabs-nav li a span:first-child:after {
  content: " ";
  display: table;
}
.tabs .tabs-nav li a span:first-child:after {
  clear: both;
}
.tabs .tabs-nav li .icon-pointer {
  display: none;
}
.tabs .tabs-nav li .icon-pointer2 {
  display: none;
}
.tabs .tabs-nav li.tab-current a,
.tabs-sections .active h3 a {
  background-color: rgb(215,38,65);
  padding-bottom: 11px;
	cursor: default;
}
.tabs-sections h3 a {
	cursor: pointer;
}
.tabs-sections h3 a {
	background-color: rgb(162, 162, 162);
}

.tabs-sections .active h3 a {
  background-color: rgb(215,38,65);
}

.tabs-sections h3 {
	display: block;
	margin: 0;
	border-bottom: 2px solid #fff;
	font-size: 1em;
}
.tabs-sections .active h3 {
	border-bottom: none;
}
.tabs-sections h3 a {
	position: relative;
}
.tabs-sections h3 a {
	font-family: "Campton-Medium";
	font-size: 1.125em;
	z-index: 0;
	position: relative;
}
.no-js .tabs-sections h3 {
	display: block;
	padding: 0;
	margin-bottom: 0;
}
.tabs-sections .section {
	margin-top: 0 !important;
}

.tabs .tabs-nav li.tab-current a, .tabs .tabs-nav li.tab-current:hover a {
  background-color: rgb(215,38,65);
  padding-bottom: 11px;
	cursor: default;
}
.tabs .tabs-nav li.tab-current a .icon-pointer {
  background-image: url('/images/nav_icons_4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  bottom: -20px;
  left: 37%;
  left: -webkit-calc((100% - 1.875em) / 2);
  left: -moz-calc((100% - 1.875em) / 2);
  left: calc((100% - 1.875em) / 2);
  height: 1.25em;
  width: 1.875em;
  margin: 0;
  cursor: pointer;
  display: block;
  text-align: center;
}
.tabs .tabs-nav li.tab-current a:hover .icon-pointer {
  background-position: 0 0;
}

.tabs .tabs-nav li.tab-current a .icon-pointer2,
.tabs-sections .active h3 a .icon-pointer2 {
  background-color: rgb(215,38,65);
  position: absolute;
  bottom: -12px;
  left: 37%;
  left: -webkit-calc((100% - 1.50em) / 2);
  left: -moz-calc((100% - 1.50em) / 2);
  left: calc((100% - 1.50em) / 2);
  height: 1.50em;
  width: 1.50em;
  margin: 0;
  cursor: default;
  display: block;
  text-align: center;
	-webkit-transform: rotate(45deg); /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
	-ms-transform: rotate(45deg); /* IE 9 */
	transform: rotate(45deg); /* IE 10, Fx 16+, Op 12.1+ */
	z-index: -1;
}
.tabs-sections h3 a .icon-pointer2 {
	display: none;
}
.tabs-sections h3 a {
	z-index: 3;
	position: relative;
	padding-bottom: 11px;
}

.tabs-sections h3 a span.icon-pointer2 {
	z-index: -1 !important;
}
.tabs .tabs-nav li a:hover .icon-pointer2 {
	background-color: rgb(0,85,190);
}
.tabs .tabs-nav li.tab-current a:hover, .tabs .tabs-nav li.tab-current a:hover .icon-pointer2 {
	  background-color: rgb(215,38,65);
}
.tabs .tabs-nav li a:hover {
  background-color: rgb(0,85,190);
  text-decoration: none;
}
/* content */
.tabs .tabs-sections {
  width: 100%;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
}
.tabs .section {
  padding: 1.5em 1.25em;
  display: none;
  max-width: 100%;
  margin: 2.3125em auto 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(242,242,242,0.8) 0%, rgba(207,207,207,0.8) 70%, rgba(207,207,207,0.8) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(242,242,242,0.8)), color-stop(70%, rgba(207,207,207,0.8)), color-stop(100%, rgba(207,207,207,0.8))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(242,242,242,0.8) 0%, rgba(207,207,207,0.8) 70%, rgba(207,207,207,0.8) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(242,242,242,0.8) 0%, rgba(207,207,207,0.8) 70%, rgba(207,207,207,0.8) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(242,242,242,0.8) 0%, rgba(207,207,207,0.8) 70%, rgba(207,207,207,0.8) 100%); /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(242,242,242,0.8) 0%, rgba(207,207,207,0.8) 70%, rgba(207,207,207,0.8) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf2f2f2', endColorstr='#cccfcfcf', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.tabs .section:before, .tabs section:after {
  content: '';
  display: table;
}
.tabs .section:after {
  clear: both;
}
.tabs .section.content-current {
  display: block;
	border-bottom: 2px solid #fff;
}
/* No javascript layout */
.no-js .tabs .tabs-sections .section {
  display: block;
  padding-bottom: 2em;
  background: -moz-radial-gradient(center, ellipse cover, rgba(242,242,242,0.8) 0%, rgba(207,207,207,0.8) 70%, rgba(207,207,207,0.8) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(242,242,242,0.8)), color-stop(70%, rgba(207,207,207,0.8)), color-stop(100%, rgba(207,207,207,0.8))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(242,242,242,0.8) 0%, rgba(207,207,207,0.8) 70%, rgba(207,207,207,0.8) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(242,242,242,0.8) 0%, rgba(207,207,207,0.8) 70%, rgba(207,207,207,0.8) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(242,242,242,0.8) 0%, rgba(207,207,207,0.8) 70%, rgba(207,207,207,0.8) 100%); /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(242,242,242,0.8) 0%, rgba(207,207,207,0.8) 70%, rgba(207,207,207,0.8) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf2f2f2', endColorstr='#cccfcfcf', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* details box styles */
.tabs .box {
  padding: 0;
}
.tabs .box fieldset {
  position: relative;
}
.tabs .box fieldset .tooltip {
  position: absolute;
  right: 0;
  top: 0;
}
.tabs .box h2 {
  line-height: 1.1;
  margin: 0;
  padding: 0;
  /*white-space: nowrap;*/
}
.tabs .box > p {
  /*line-height: 1.1;*/
  margin: 1em 0;
  padding: 0 !important;
}
.tabs .box ul {
  list-style: none;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.tabs .box ul li {
  padding: .625em 0;
  line-height: 1;
}
.tabs .box .link-list {
  float: none;
}
.tabs .box .button-login {
  float: none;
  width: 100%;
  margin: 1em 0;
}
.tabs .box label {
  line-height: 1.1;
}
.tabs .box .info-text {
  margin-top: .5em;
}
.tabs .box .info-text p {
  margin: 0;
  line-height: 1.2;
  display: inline-block;
}
.tabs .info {
  display: none;
}
@media screen and (min-width: 30em) {
}
@media screen and (min-width: 44em) {
	.tabs .tabs-nav {
		text-align: left;
		width: 100%;
		float: left;
		display: block;
	}
	.tabs-sections h3 {
		display: none;
	}
	.no-js .tabs-sections div.section {
		margin-top: 0 !important;
	}
	.tabs .section {
		margin-top: 2.3125em !important;
	}
	.no-js .tabs-sections h3 {
		display: inline-block;
		min-width: 20%;
		margin-left: 10%;
	}
	.no-js .tabs-sections h3 a {
		font-family: "Campton-Light";
	}
	.tabs .tabs-sections {
		padding-top: 0;
	}
	.tabs .section.two-col .box {
	  width: 50%;
	}
	.tabs .section {
	  padding: 1.5em 1.25em;
	}
	.tabs .section .form {
	  padding: 0 2% 0 5%;
	}
	.tabs .section .info {
	  display: inline-block;
	 *display: inline;
	  padding: 0 5%;
	}
  .tabs .box {
    margin: 1.25em 0;
  }
  .tabs .box ul li {
    padding: .3125em 0;
  }
	.tabs .box .link-list, .tabs .box .button-login {
	  display: inline-block;
	 *display: inline;
	  width: 45%;
    margin-top: 1em;
	}
	.tabs .box .button-login {
	  float: right;
	}	
}
@media screen and (min-width: 52em) {
.tabs .tabs-nav ul {
	margin-left: 10%;
}
.tabs .section .form {
  padding: 0 5% 0 7.5%;
}
.tabs .section .info {
  padding: 0 5%;
}
.tabs .box .link-list, .tabs .box .button-login {
  width: 48.20144%;
}
}
/* FEATURES */
/* feature area, full page width mobile, one column */
#features {
  margin: 2em 0;
  border-top: 1px solid rgb(207,207,207);
}
/* feature box area styles */
.features .box {
  padding: 1.125em;
  margin-top: 2em;
}
.features .header {
  margin: 0 0 1em;
}
.features h2 {
  padding: 0;
  margin: 0;
  line-height: 1.1;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.features p {
  position: relative;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.features li {
  padding: .3em 0;
  line-height: 1;
}
.features a {
  text-decoration: none;
}
.features a:hover, .features a:focus {
  text-decoration: underline;
}
/* feature search domain name */
.features .find-domain {
  background-color: rgb(215,38,65);
  background-image: url(../images/home-bg_04.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: rgb(255,255,255);
  position: relative;
  height: 12em;
}
.features .find-domain fieldset {
  position: relative;
  padding: 0;
}
.features .find-domain ul {
  list-style: none;
  padding: 0;
  margin-top: 2em;
}
.features .find-domain input {
  padding: 10px 7px 11px;
}
.features .find-domain input[type="submit"] {
  position: absolute;
  right: 5px;
  top: 2px;
  width: 35px;
  height: 35px;
  background-image: url(../images/icon-search-lg.png);
  background-color: transparent;
  border: 0;
  background-size: 100%;
}
.features .find-domain input[type="submit"]:hover, .features .find-domain input[type="submit"]:focus {
  background-image: url(../images/icon-search-lg-active.png);
}
.features .find-domain a {
  color: rgb(242,242,242);
  text-decoration: none;
}
.features .find-domain a:hover, .features .find-domain a:focus {
  text-decoration: underline;
}
/* feature restore domain name */
.features .restore {
  background-color: rgb(218,235,250);
  height: 12em;
}
.features .restore fieldset {
  position: relative;
  padding: 0;
}
.features .restore input {
  padding: 10px 7px 11px;
}
.features .restore input[type="submit"] {
  position: absolute;
  right: 5px;
  top: 2px;
  width: 35px;
  height: 35px;
  background-image: url(../images/icon-go-lg2.png);
  background-color: transparent;
  border: 0;
  background-size: 100%;
}
.features .restore input[type="submit"]:hover, .features .restore input[type="submit"]:focus {
  background-image: url(../images/icon-go-lg-active.png);
}
.features .restore a:hover, .features .restore a:focus {
  text-decoration: underline;
  color: rgb(0,85,190);
}
/* feature VID service, and similar with text, background and link */
.features .ad {
  height: 11em;
  padding: 0;
}
.features .ad a {
  padding: 1.125em;
  display: block;
  position: relative;
}
.features .ad a:hover, .features .ad a:focus {
  text-decoration: none;
  color: rgb(38,38,38);
}
.features .ad .header {
  padding: 0;
  margin: 0;
}
.features .ad .section {
  padding: 0;
  display: block;
}
.features .ad a:hover .link, .features .ad a:focus .link {
  text-decoration: underline;
  color: rgb(0,85,190);
}
.features .ad.vid {
  background-color: rgb(109,109,109);
  background-image: url(../images/vid-bg_dark-grey.png);
  background-repeat: no-repeat;
  background-position: 110% 115%;
}
.features .ad.vid a {
  color: rgb(242,242,242);
}
.features .ad.vid a:hover .link, .features .ad.vid a:focus .link {
  text-decoration: underline;
  color: rgb(242,242,242);
}
.features .ad.dnssec {
  background-color: rgb(109,109,109);
  background-image: url(../images/dnssec-bg_dark-grey.png);
  background-repeat: no-repeat;
  background-position: 110% 115%;
}
.features .ad.dnssec a {
  color: rgb(242,242,242);
}
.features .ad.dnssec a:hover .link, .features .ad.dnssec a:focus .link {
  text-decoration: underline;
  color: rgb(242,242,242);
}
.features .ad.registrar {
  background-color: rgb(248,225,225);
  background-image: url(../images/DK-bg.png);
  background-repeat: no-repeat;
  background-position: 110% 115%;
}
.features .ad.registrar.grey {
  background-color: rgb(109,109,109);
  background-image: url(../images/dk-bg_dark-grey.png);
  background-repeat: no-repeat;
  background-position: 110% 115%;
}
.features .ad.registrar.grey a {
  color: rgb(242,242,242) !important;
}
.features .ad.registrar.grey a:hover .link, .features .ad.registrar.grey a:focus .link {
  text-decoration: underline;
  color: rgb(242,242,242);
}
.features .ad.ns {
  background-color: rgb(247,235,217);
  background-image: url(../images/ns-bg.png);
  background-repeat: no-repeat;
  background-position: 110% 115%;
  color: rgb(70,70,70);
}
.features .ad.ns.grey {
  background-color: rgb(109,109,109);
  background-image: url(../images/ns-bg_dark-grey.png);
  background-repeat: no-repeat;
  background-position: 110% 115%;
}
.features .ad.ns.grey a {
  color: rgb(242,242,242) !important;
}
.features .ad.ns.grey a:hover .link, .features .ad.ns.grey a:focus .link {
  text-decoration: underline;
  color: rgb(242,242,242);
}
.features .ad.bs {
  background-color: rgb(248,225,225);
  background-image: url(../images/bs-bg.png);
  background-repeat: no-repeat;
  background-position: 110% 115%;
}
.features .ad.info {
  background-color: rgb(218,235,250);
  background-image: none;
  height: auto !important;
  min-height: 10em !important;
}
/* feature services status box, with news */
.features .status {
  border-top: 2px solid rgb(162,162,162);
  border-bottom: 2px solid rgb(162,162,162);
  padding: 0;
}
.features .status .header, .features .status .subheader {
  border-bottom: 1px solid rgb(207, 207, 207);
  display: table;
  height: 3.5em;
  width: 100%;
  padding: 0 1.125em;
  margin: 0;
}
.features .status .header h2, .features .status .subheader h5 {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2em;
  margin: 0;
  width: 100%;
}
.features .status .subheader .icon-drift {
  margin: .8125em /*calc((3.5em - 1.875em) / 2)*/ .625em .8125em 0;
}
.features .status .subheader {
  border-bottom: none;
}
.features .status .section {
  padding: 0 1.125em;
}
@media screen and (min-width: 30em) {
#features {
  margin: 2em 1.25em;
}
/* feature search domain name */
.features .find-domain input {
  padding: 12px 7px 13px;
}
.features .find-domain input[type="submit"] {
  width: 40px;
  height: 40px;
}
/* feature VID service, and similar with text, background and link */
.features .ad p {
  padding: 0 5% 0 0;
}
}
@media screen and (min-width: 44em) {
#features {
  margin: 2em 1.875em;
}
.features .box {
  min-height: 15em;
}
/* feature search domain name */
.features .find-domain ul {
  margin-top: 2.5em;
}
/* feature VID service, and similar with text, background and link */
.features .ad p {
  padding-right: 1.3625em;
}
}
@media screen and (min-width: 52em) {
/* two column page, 1/4 of page width, one column */
.aside #features {
  width: 70%;
  float: right;
  margin: 0 0 2em;
  border-top: none;
}
.aside .features .box {
  width: 100%;
  margin: 0 0 2em;
  min-height: inherit;
}
.aside .features .box:nth-child(odd) {
  margin-right: 0;
  clear: both;
}
.aside .features .box:nth-child(even) {
  margin-right: 0;
  clear: both;
}
/* feature search domain name */
	/* two column page, 1/4 of page width, one column */
.aside .features .find-domain input {
  padding: 9px 7px 10px;
}
.aside .features .find-domain input[type="submit"] {
  top: 5px;
  width: 26px;
  height: 26px;
}
/* feature VID service, and similar with text, background and link */
	/* two column page, 1/4 of page width, one column */
.aside .features .ad {
  min-height: 21em;
}
.aside .features .ad a {
  min-height: inherit;
  height: auto;
}
.aside .features .ad p {
  padding: 1em 0;
}
}
/* link to top */
#back-to-top {
  display: block;
  position: absolute;
  bottom: 0;
  width: 122px;
  overflow: hidden;
  right: 7%;
  z-index: 1000;
  height: 95px;
}
#back-to-top a {
  display: block;
  height: 71px;
  width: 122px;
  position: absolute;
  bottom: 0;
  background-image: url('/images/nav_icons_4.png');
  background-position: -124px 102px;
}
@media screen {
  #back-to-top a {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
}
@media screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  #back-to-top a {
    background-image: url('/images/nav_icons_4@2x.png');
    background-size: 1000px 200px;
  }
}
#back-to-top a:hover {
/*  background-position: -124px 102px;*/
  height: 95px;
}
#current-lang {
  display: none;
}

.redel-hide {
	display: none !important;
}
/* footer */
.footer {
  background: #3c3c3c; /* Old browsers */
  background: -moz-linear-gradient(left, #3c3c3c 0%, #555555 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3c3c3c), color-stop(100%, #555555)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #3c3c3c 0%, #555555 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #3c3c3c 0%, #555555 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #3c3c3c 0%, #555555 100%); /* IE10+ */
  background: linear-gradient(to right, #3c3c3c 0%, #555555 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#555555', GradientType=1 ); /* IE6-9 */
  color: rgb(242,242,242);
}
.footer .box {
  margin-bottom: 1em;
}
.footer .header {
  border-top: 1px solid rgb(242,242,242);
  padding: .625em;
  margin: 0;
}
.footer .links {
  margin-right: 0;
}
.footer h2 {
  margin: 0;
}
.footer p {
  padding: 0 .625em;
}
.footer p span {
  display: block;
}
.footer ul {
  padding: 0 .625em;
  list-style: none;
}
.footer a {
  color: rgb(242,242,242);
  text-decoration: underline;
}
.footer a:hover, .footer a:focus {
  text-decoration: underline;
}
/*.help .footer {
  background: transparent;
  color: rgb(70,70,70);
  border-top: 1px solid rgb(109,109,109);
}*/
.help .footer .box {
  width: 100%;
}
/*.help .footer a {
  color: rgb(58,130,206);
  text-decoration: underline;
}*/
@media screen and (min-width: 30em) {
.footer p {
  padding: 0 1.25em;
}
.help .footer p span {
  display: inline-block;
}
.help .footer p span:after {
  content: " | ";
  margin: 0 .5em;
}
.help .footer p span:last-of-type:after {
  content: "";
  margin: 0;
}
}
@media screen and (min-width: 44em) {
.footer .header {
  padding: .625em 1.25em;
}
.footer ul {
  padding: 0 1.25em;
}
.footer.footerwizard {
  height: 12em;
}
.footer.footerwizard .box {
  width: 100%;
}
.footer.footerwizard .header h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875em;
}
.footer.footerwizard .section {
  display: inline-block;
  vertical-align: top;
}
.footer.footerwizard .section p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
}
@media screen and (min-width: 52em) {
.footer p {
  padding: 0 2.25em 0 1.25em;
}
}
/* form styles */
label, label p {
  margin: .4em 0;
  display: inline-block;
  position: relative;
}
label.radiogroup {
  text-align: left;
  width: 100%;
  padding: 2px;
}
#radiogroup {
  margin-top: .3125em;
  margin-left: 30%; /* see label.width above */
  padding-left: .625em;
  margin-bottom: 1.25em;
}
input, select, textbox {
  padding: .4375em .5em;
  border: 1px solid rgb(162,162,162);
  background-color: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 0;
  white-space: nowrap;
}
input::placeholder {
  color: #cfcfcf;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #cfcfcf;
}
input::-ms-input-placeholder {
  color: #cfcfcf;
}
select.lg-arrow {
  background-image: url(../images/select-arrow-16x16.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 1em;
  *background-image: none;
}
select.md-arrow {
  background-image: url(../images/select-arrow-12x12.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-position: calc(100% - .5em) center;
  padding-right: 1.5em;
  *background-image: none;
  *padding-right: 0;
}
select.lg-arrow:hover {
  background-image: url(../images/select-arrow-16x16w.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 1em;
  background-color: rgb(0,85,190) !important;
  color: #fff !important;
  *background-image: none;
}
select.md-arrow:hover, select.md-arrow:focus {
  background-image: url(../images/select-arrow-12x12w.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-position: calc(100% - .5em) center;
  background-color: rgb(0,85,190) !important;
  color: #fff !important;
  *background-image: none;
}
select.md-dropdown option {
  padding: 0;
}
.domain-action select.md-dropdown {
  width: 100%;
}
select::-ms-expand {
display: none; /* IE10 mobile fix to hide select dropdown arrow for use of background image */
}
option {
  border: none;
  color: rgb(70,70,70);
  padding: 0;
  background-color: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 0;
  white-space: nowrap;
  text-align: left !important;
  line-height: 1;
  padding: .375em .625em;
}
.select-medium {
  margin: 0 !important;
  color: rgb(70,70,70);
  padding: .25em .5em .125em;
}
.select-medium option {
  padding: .125em .5em .225em;
}
.select-small {
  margin: 0 !important;
  color: rgb(70,70,70);
  background-color: rgb(207,207,207);
  border: none;
  padding: .25em .5em .125em;
}
.select-small option {
  padding: .125em .5em .225em;
}
option:checked, option:selected, option[selected] {
background-color: rgb(0,85,190) !important; /* -moz-html-cellhighlight !important; */
color: rgb(255,255,255) !important; /* -moz-html-cellhighlighttext !important; */
}
input:disabled, input[disabled], textarea:disabled, textarea[disabled], option:disabled, option[disabled], optgroup:disabled, optgroup[disabled], select:disabled, select[disabled], select:disabled > option, select[disabled] > option {
  color: rgb(109,109,109);
  background-color: rgb(229,229,229);
  -moz-opacity: 1;
  -ms-filter: 0;
  -webkit-opacity: 1;
  opacity: 1;
  filter: none;
  cursor: default;
}
input[readonly], textarea[readonly],
input[readonly]:active, textarea[readonly]:active,
input[readonly]:focus, textarea[readonly]:focus {
  border: none !important;
  background-color: rgb(242,242,242) !important;
}
input[type="password"], input[type="text"], input[type="email"], input[type="number"], input[type="url"], fieldset textarea, fieldset option, fieldset select, select, option, textarea {
  width: 100%;
}
input:focus {
  border: 1px solid rgb(0,85,190);
  -moz-outline: none;
  outline: none;
}
.input-small {
  padding: .25em .5em;
  font-size: 0.938em;
}
#select_currency {
  width: 10%;
  min-width: 4.5em;
  display: inline-block;
  background-position: 90% center;
  background-size: 1em;
}
#select_currency + input[type="text"] {
  width: 90%;
}

/* CUSTOM CHECKBOX AND RADIOBUTTON */
/* hide checkbox or radio, to use custom box with label */
[type="checkbox"], [type="radio"] {
 display: none;
}
[type="checkbox"] + label, [type="radio"] + label {
 display: inline-block;
 cursor: pointer;
}
[type="checkbox"] + label:hover, [type="radio"] + label:hover {
 color: rgb(0,85,190);
}
[type="checkbox"] + label.checkbox-left:before, [type="checkbox"] + label.checkbox-left:after, [type="checkbox"] + label.checkbox-right:before, [type="checkbox"] + label.checkbox-right:after,
[type="radio"] + label.radio-left:before, [type="radio"] + label.radio-left:after, [type="radio"] + label.radio-right:before, [type="radio"] + label.radio-right:after,
.readonly-checkbox[type="hidden"] + label.checkbox-right:after {
  background-image: url('/images/nav_icons_4.png');
}
@media screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  [type="checkbox"] + label.checkbox-left:before, [type="checkbox"] + label.checkbox-left:after, [type="checkbox"] + label.checkbox-right:before, [type="checkbox"] + label.checkbox-right:after,
  [type="radio"] + label.radio-left:before, [type="radio"] + label.radio-left:after, [type="radio"] + label.radio-right:before, [type="radio"] + label.radio-right:after,
  .readonly-checkbox[type="hidden"] + label.checkbox-right:after {
    background-image: url('/images/nav_icons_4@2x.png');
    background-size: 1000px 200px;
  }
}
/* checkbox or radio, left of label */
[type="checkbox"] + label.checkbox-left, [type="radio"] + label.radio-left {
  position: relative;
  display: block;
  padding: .4em 0 .4em 1.8em;
  margin: 0;
}
/* checkbox or radio, right of label */
[type="checkbox"] + label.checkbox-right, [type="radio"] + label.radio-right, .readonly-checkbox[type="hidden"] + label.checkbox-right {
  position: relative;
  display: block;
  padding: .4em 1.8em .4em 0;
  margin: 0;
}
.domain-list [type="checkbox"] + label.checkbox-left, .domain-list [type="radio"] + label.radio-left
.domain-list [type="checkbox"] + label.checkbox-right, .domain-list [type="radio"] + label.radio-right, .domain-list .readonly-checkbox[type="hidden"] + label.checkbox-right {
  padding-left: .5em;
  padding-top: 1.6em;
  padding-right: .5em;
}
/* not checked checkbox, left of label */
[type="checkbox"]:not(:checked) + label.checkbox-left:before, [type="checkbox"]:not(:checked) + label.checkbox-left:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 0;
  background-position: -227px -36px;
}
/* checked checkbox, left of label */
[type="checkbox"]:checked + label.checkbox-left:before, [type="checkbox"]:checked + label.checkbox-left:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 0;
  background-position: -311px -36px;
}
/* not checked checkbox, right of label */
[type="checkbox"]:not(:checked) + label.checkbox-right:before, [type="checkbox"]:not(:checked) + label.checkbox-right:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  right: 0;
  background-position: -227px -36px;
}
/* checked checkbox, right of label */
[type="checkbox"]:checked + label.checkbox-right:before, [type="checkbox"]:checked + label.checkbox-right:after,
.readonly-checkbox[type="hidden"] + label:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  right: 0;
  background-position: -311px -36px;
}
table thead.small [type="checkbox"] + label.checkbox-right:before, table thead.small [type="checkbox"] + label.checkbox-right:after,
table thead.small .readonly-checkbox[type="hidden"] + label:after,
table thead.small [type="checkbox"] + label.checkbox-left:before, table thead.small [type="checkbox"] + label.checkbox-left:after {
  top: 0;
}
/* hover checkbox */
[type="checkbox"]:not(:checked) + label:hover:before, [type="checkbox"]:not(:checked) + label:hover:after {
  background-position: -255px -36px;
  color: rgb(0,85,190);
}
[type="checkbox"]:checked + label:hover:before, [type="checkbox"]:checked + label:hover:after {
  background-position: -339px -36px;
  color: rgb(0,85,190);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:not(:checked) + label:after,
[type="checkbox"]:disabled:not(:checked) + label:hover:before,
[type="checkbox"]:disabled:not(:checked) + label:hover:after {
  background-position: -283px -36px;
}
[type="checkbox"]:disabled:checked + label:before,
[type="checkbox"]:disabled:checked + label:after,
[type="checkbox"]:disabled:checked + label:hover:before,
[type="checkbox"]:disabled:checked + label:hover:after,
.readonly-checkbox[type="hidden"] + label:after {
  background-position: -367px -36px;
}
[type="checkbox"]:disabled + label {
  color: rgb(109,109,109);
}
[type="checkbox"]:disabled:not(:checked) + label, [type="checkbox"]:disabled:checked + label {
  cursor: default;
}
/* accessibility checkbox */
[type="checkbox"]:checked:focus + label:before, [type="checkbox"]:checked:focus + label:after {
  background-position: -339px -36px;
}
[type="checkbox"]:not(:checked):focus + label:before, [type="checkbox"]:not(:checked):focus + label:after {
  background-position: -255px -36px;
}
/* error checkbox */
.error-input [type="checkbox"]:not(:checked) + label:before, .error-input [type="checkbox"]:not(:checked) + label:after {
  background-position: -395px -36px;
}
.error-input [type="checkbox"]:checked + label:before, .error-input [type="checkbox"]:checked + label:after {
  background-position: -423px -36px;
}
.error-input [type="checkbox"]:disabled:not(:checked) + label:before, .error-input [type="checkbox"]:disabled:not(:checked) + label:after,
.error-input [type="checkbox"]:disabled:not(:checked) + label:hover:before, .error-input [type="checkbox"]:disabled:not(:checked) + label:hover:after {
  background-position: -451px -36px;
}
.error-input [type="checkbox"]:disabled:checked + label:before, .error-input [type="checkbox"]:disabled:checked + label:after,
.error-input [type="checkbox"]:disabled:checked + label:hover:before, .error-input [type="checkbox"]:disabled:checked + label:hover:after {
  background-position: -479px -36px;
}
/* not checked radiobutton, left of label */
[type="radio"]:not(:checked) + label.radio-left:before, [type="radio"]:not(:checked) + label.radio-left:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 0;
  background-position: -227px -6px;
}
/* checked radiobutton, left of label */
[type="radio"]:checked + label.radio-left:before, [type="radio"]:checked + label.radio-left:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 0;
  background-position: -311px -6px;
}
/* not checked radiobutton, right of label */
[type="radio"]:not(:checked) + label.radio-right:before, [type="radio"]:not(:checked) + label.radio-right:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  right: 0;
  background-position: -227px -6px;
}
/* checked radiobutton, right of label */
[type="radio"]:checked + label.radio-right:before, [type="radio"]:checked + label.radio-right:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  right: 0;
  background-position: -311px -6px;
}
/* hover radio */
[type="radio"]:not(:checked) + label:hover:before, [type="radio"]:not(:checked) + label:hover:after {
  background-position: -255px -6px;
  color: rgb(0,85,190);
}
[type="radio"]:checked + label:hover:before, [type="radio"]:checked + label:hover:after {
  background-position: -339px -6px;
  color: rgb(0,85,190);
}
/* disabled radio */
[type="radio"]:disabled:not(:checked) + label:before, [type="radio"]:disabled:not(:checked) + label:after,
[type="radio"]:disabled:not(:checked) + label:hover:before, [type="radio"]:disabled:not(:checked) + label:hover:after {
  background-position: -283px -6px;
}
[type="radio"]:disabled:checked + label:before, [type="radio"]:disabled:checked + label:after,
[type="radio"]:disabled:checked + label:hover:before, [type="radio"]:disabled:checked + label:hover:after {
  background-position: -367px -6px;
}
[type="radio"]:disabled + label {
  color: rgb(109,109,109);
}
[type="radio"]:disabled:not(:checked) + label, [type="radio"]:disabled:checked + label {
  cursor: default;
}
/* accessibility radio */
[type="radio"]:checked:focus + label:before, [type="radio"]:checked:focus + label:after {
  background-position: -339px -6px;
}
[type="radio"]:not(:checked):focus + label:before, [type="radio"]:not(:checked):focus + label:after {
  background-position: -255px -6px;
}
/* error radio */
.error-input [type="radio"]:not(:checked) + label:before, .error-input [type="radio"]:not(:checked) + label:after {
  background-position: -395px -6px;
}
.error-input [type="radio"]:checked + label:before, .error-input [type="radio"]:checked + label:after {
  background-position: -423px -6px;
}
.error-input [type="radio"]:disabled:not(:checked) + label:before, .error-input [type="radio"]:disabled:not(:checked) + label:after,
.error-input [type="radio"]:disabled:not(:checked) + label:hover:before, .error-input [type="radio"]:disabled:not(:checked) + label:hover:after {
  background-position: -451px -6px;
}
.error-input [type="radio"]:disabled:checked + label:before, .error-input [type="radio"]:disabled:checked + label:after,
.error-input [type="radio"]:disabled:checked + label:hover:before, .error-input [type="radio"]:disabled:checked + label:hover:after {
  background-position: -479px -6px;
}
/* show/hide div content after checkbox/radiobutton */
[type="radio"]:not(:checked) ~ div, [type="checkbox"]:not(:checked) ~ div {
  display: none;
  visibility: hidden;
}
[type="radio"]:checked ~ div, [type="checkbox"]:checked ~ div {
  display: block;
  visibility: visible;
}
@media screen and (min-width: 30em) {

}
@media screen and (min-width: 44em) {
  .input-short {
    width: 33% !important;
    display: block;
  }
  #eannum.input-short {
    display: inline-block;
  }
  .input-short-small {
    width: 130px !important;
  }
  .input-clock {
    width: 130px !important;
  }
  .input-clock-small {
    width: 100px !important;
  }
  #select_currency {
    width: 4.5em;
    display: inline-block;
    background-position: 90% center;
    background-size: 1em;
  }
  #select_currency + input[type="text"] {
    width: 90%;
    width: -webkit-calc(100% - 80px - .5em - .0625em - 1.3125em - .0625em);
    width: -moz-calc(100% - 80px - .5em - .0625em - 1.3125em - .0625em);
    width: calc(100% - 2.85em - .5em - .0625em - 1.3125em - .0625em);
  }
  #select_currency {
    width: 4.5em;
    display: inline-block;
    background-position: 90% center;
    background-size: 1em;
  }
  #select_currency + input[type="text"] {
    width: 90%;
    width: -webkit-calc(100% - 80px - .5em - .0625em - 1.3125em - .0625em);
    width: -moz-calc(100% - 80px - .5em - .0625em - 1.3125em - .0625em);
    width: calc(100% - 2.85em - .5em - .0625em - 1.3125em - .0625em);
  }
}
@media screen and (min-width: 52em) {
}
button, input[type="button"], .button, .button-primary, .button-secondary, .button-destructive, .button-header, .button-link {
  text-transform: uppercase;
  color: #fff;
  padding: .45em 1em .325em;
  margin: .5em 0;
  cursor: pointer;
  border: none;
  text-align: center;
  background-color: rgb(58,130,206);
  text-decoration: none;
  white-space: nowrap;
}
button, input[type="button"], .button, .button-primary, .button-secondary, .button-destructive, .button-link {
  width: 100%;
}
button.button-login, input[type="button"].button-login, .button-login {
  background-color: rgb(70,70,70);
  color: rgb(242,242,242);
  margin-right: 0;
}
button.button-secondary, input[type="button"].button-secondary, .button-secondary {
  color: rgb(70,70,70);
  background-color: rgb(207,207,207);
}
button.button-destructive, input[type="button"].button-destructive, .button-destructive {
  color: #fff;
  background-color: rgb(215,38,65);
}
button.button-header, input[type="button"].button-header, .button-header {
  background-color: transparent;
  color: rgb(242,242,242);
  border-left: 1px solid rgb(242,242,242);
}
button.button-link, input[type="button"].button-link, .button-link {
  color: rgb(70,70,70);
  text-decoration: underline;
  border: 1px solid rgba(255,255,255,0);
  background: none !important;
  padding: .45em 0 .325em
}
button.button-link.button-destructive, input[type="button"].button-link.button-destructive, .button-link.button-destructive {
  padding: .45em 1em .325em;
  color: rgb(215,38,65);
}
button.button-small, input[type="button"].button-small, .button-small {
  padding: .25em .5em .125em;
  margin: .5em 0 !important;
  text-transform: none;
}
button.button-lc, input[type="button"].button-lc, .button-lc {
  text-transform: none;
  width: 100% !important;
}
button:hover, input[type="button"]:hover, .button:hover, .button-primary:hover, .button-secondary:hover, .button-destructive:hover, .button-header:hover, .button-login:hover, button:focus, input[type="button"]:focus, .button:focus, .button-primary:focus, .button-secondary:focus, .button-destructive:focus, .button-header:focus, .button-login:focus {
  text-decoration: none;
  color: #fff;
  background-color: rgb(0,85,190);
}
button.button-link:hover, input[type="button"].button-link:hover, .button-link:hover, button.button-link:focus, input[type="button"].button-link:focus, .button-link:focus {
  background-color: transparent;
  color: rgb(0,85,190);
}
label.button-link.button-small {
  padding: 0;
}
/*.button-destructive:hover, .button-destructive:focus {
  text-decoration: none;
  color: #fff;
  background-color: rgb(215,38,65);
}*/
.button-disabled {
  background-color: rgb(229,229,229);
  color: rgb(207,207,207);
}
.button-disabled:hover, .button-disabled:focus {
  background-color: rgb(162,162,162);
  color: rgb(242,242,242) !important;
  text-decoration: none;
  cursor: default;
}
button:hover:disabled, input[type="button"]:hover:disabled, .button:hover:disabled, .button-primary:hover:disabled, .button-secondary:hover:disabled, .button-header:hover:disabled, .button-login:hover:disabled {
  text-decoration: none;
  color: rgb(109,109,109) !important;
  background-color: rgb(229,229,229);
}
.button-group {
  margin: 1em 0;
}
.button-group input, .button-group a, .button-group button {
  width: 100%;
  margin: .125em 0;
  display: block;
  clear: both;
}
.notification .button-group, table .button-group {
  margin: .625em 0 0;
}
.search-button {
  text-indent: -9999px;
}
@media screen and (min-width: 30em) {
.button-group {
  margin: 2em 0;
}
}
@media screen and (min-width: 44em) {
button, input[type="button"], .button, .button-primary, .button-secondary, .button-destructive, .button-header, .button-link {
  width: auto;
  margin: 0 1em;
}
button.button-link, input[type="button"].button-link, .button-link {
  margin: 0;
}
button.button-small, input[type="button"].button-small, .button-small {
  margin: 0 !important;
}
.button-group {
  margin: 2em 0;
}
.button-group input, .button-group a, .button-group button {
  width: auto;
  float: left;
  clear: none;
  margin-right: 1.25em !important;
  margin-bottom: .5em !important;
}
.button-group .button-small {
  margin-right: .25em !important;
  margin-bottom: .5em !important;
}
.button-group input:first-child, .button-group a:first-child, .button-group button:first-child {
  margin-right: 0 !important;
}
.input-group .button-group input:first-child, .input-group .button-group a:first-child, .input-group .button-group button:first-child {
  margin-right: .25em !important;
}
}

/* the following media query is a fix for a bug in older iOS devices on rotation */
@media screen and (orientation:landscape) and (device-width:320px) and (device-height: 480px) {
body {
  width: 480px;
}
}

/* Firefox select dropdown fix */
@-moz-document url-prefix() {
select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 2 !important;
}
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

#ui-datepicker-div table tbody td {
	vertical-align: middle;
	height: auto;
}
#ui-datepicker-div table tbody {
	display: table-header-group;
}
#ui-datepicker-div table tbody tr{
	display: table-row;
}
.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year {
	font-family: 'Campton-Book';
	color: rgb(38, 38, 38);
}
/* Autocomplete dropdown styles */
.ui-widget-content {
  background: none repeat scroll 0 0 rgb(255,255,255);
  border: 1px solid rgb(207,207,207);
  color: rgb(70,70,70);
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: none repeat scroll 0 0 rgb(0,85,190);
  border: 1px solid rgb(0,85,190);
  color: #fff;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/images/ui-icons_ffffff_256x240.png");
}

/*!
 * jQuery UI Datepicker 1.9.0
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  display: none;
  padding: .2em .2em 0;
  width: 17em;
}

.ui-datepicker .ui-datepicker-header {
  padding: .2em 0;
  position: relative;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: 2px;
  margin-top: 4px;
  width: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }

.ui-datepicker .ui-datepicker-prev { left: 2px; }

.ui-datepicker .ui-datepicker-next { right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover { left: 1px; }

.ui-datepicker .ui-datepicker-next-hover { right: 1px; }

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year { width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
  border: none !important;
  background-image: url(/images/select-arrow-12x12.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-position: calc(100% - .5em) center;
  padding-right: 1.5em;
}
.ui-datepicker table {
  border-collapse: collapse;
  font-size: .9em;
  margin: 0 0 .4em;
  width: 100%;
}
.ui-datepicker th {
  border: 0;
  padding: .7em .3em;
  text-align: center;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .5em;
  text-align: right;
  text-decoration: none;
		height: 100%;
}
.incentive .ui-datepicker-calendar { display: none !important; }
.ui-datepicker-calendar .ui-datepicker td a,
.ui-datepicker-calendar .ui-datepicker td:hover a {
		padding: .5em;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: .7em 0 0 0;
  padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  margin: .5em .2em .4em;
  overflow: visible;
  padding: .2em .6em .3em .6em;
  width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi { width: auto; }

.ui-datepicker-multi .ui-datepicker-group { float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto .4em;
  width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }

.ui-datepicker-row-break {
  clear: both;
  font-size: 0em;
  width: 100%;
}

/* RTL.help */

.ui-datepicker-rtl { direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; }

.ui-datepicker-rtl .ui-datepicker-group { float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}


table.ui-datepicker-calendar tr td:hover {
  background: rgb(0, 85, 190);
}

table.ui-datepicker-calendar th span {
  font-size: 0.938em;
}


.date_format {display: none;}
.no-js .date_format {
  display: inline;
}
#ui-datepicker-div {
  /*width: 100% !important;
  left: 0 !important;*/
  z-index: 1000 !important;
}
.ui-datepicker table {
  font-size: 0.938em;
  margin-bottom: 0;
  border-bottom: 0;
}
table.ui-datepicker-calendar thead th {
  display: table-cell;
}
table.ui-datepicker-calendar {
  border-collapse: collapse;
}
.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}
.ui-datepicker td {padding: 0;
  display: table-cell;
}
.ui-datepicker td a.ui-state-hover {
  border: none;
}
.ui-state-disabled span {color: #a2a2a2;}
.ui-datepicker-today {background-color: rgb(0, 85, 190);}
.ui-datepicker-today a {color: #fff;}
table.ui-datepicker-calendar tr td:hover a {background-color: rgb(0, 85, 190);}


table.ui-datepicker-calendar tr td.ui-state-disabled:hover {background: transparent;}
table.ui-datepicker-calendar tbody tr:nth-child(2n) td.ui-state-disabled:hover {background-color: rgb(242, 242, 242);}

@media screen and (min-width: 44em) {
	.ui-datepicker {
		width: 17em;
	}
	.ui-datepicker td a.ui-state-hover {
		border: none;
		padding: 0.2em;
		margin: 0;
		display: block;
	}
	table.ui-datepicker-calendar tr td {
		margin: 0;
		padding: 0;
	}
}


/* DATEPICKER */

input::-webkit-calendar-picker-indicator {
 display: none;
}
input[type="date"]::-webkit-input-placeholder {
 visibility: hidden !important;
}
.datepicker input, .datepicker label {
  display: block;
  width: 100%;
}
.datepicker + a {
  display: block;
  width: 100%;
  margin: 1em 0 !important;
}
#search-dates {
  margin-top: 20px !important;
}

@media screen and (min-width: 44em) {
.datepicker + a {
  display: inline-block;
  vertical-align: top;
		width: auto;
		margin: 0.15em 0 !important;
}
.datepicker input, .datepicker label {
  display: inline-block;
  width: auto;
}
#search-dates {
  margin: 0 !important;
}
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    filter: mask(); /*must have*/
    height: 200px; /*must have*/
    left: -4px; /*must have*/
    position: absolute; /*must have*/
    top: -4px; /*must have*/
    width: 200px; /*must have*/
    z-index: -1; /*must have*/
}

.filter-content div.rebox {
	display: inline-block;
	width: 23px;
	height: 23px;
  background: transparent url(../images/loader-grey_s.gif) no-repeat center top;
	margin: 0;
}

#overlay-csf, .overlay-box {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 3000;
  cursor: pointer;
}
#overlay-csf.on, .overlay-box.on {
  display: block;
  overflow: hidden;
}
#form-csf, .overlay-box-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 4000;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}
#form-csf:hover, .overlay-box-wrapper:hover {
  cursor: default;
}
#form-csf #csf-header, .overlay-box-wrapper .overlay-box-header {
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  top: 0;
  z-index: 4001;
  background-color: white;
}
#form-csf #csf-header #cboxClose, .overlay-box-wrapper .overlay-box-header .overlay-box-close {
  background-color: rgba(255,255,255,0.5);
  background-image: url('/images/close-icon-black.png');
  background-repeat: no-repeat;
  background-size: 65% auto;
  background-position: 50% 50%;
  border-radius: 20px;
  height: 40px;
  position: absolute;
  text-indent: -9999px;
  width: 40px;
  border-radius: 50%;
  top: 20px;
  right: 20px;
  opacity: 1;
  z-index:5000;
}
#form-csf #csf-header #cboxClose:hover, .overlay-box-wrapper .overlay-box-header .overlay-box-close:hover {
  cursor: pointer;
}
#form-csf #csf-container, .overlay-box-wrapper .overlay-box-container {
  width: 100%;
}
#form-csf #csf-csf, .overlay-box-wrapper .overlay-box-content {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
}
.overlay-box-wrapper .overlay-box-content .main-content {
  margin: 2em auto;
}
.overlay-box-wrapper .overlay-box-content .main-content p {
  text-align: center;
  width: 100%;
}
.overlay-box-wrapper .overlay-box-content .button-group button {
  margin: 0 auto !important;
  float: none;
}
#form-csf label, #form-csf input, #form-csf textarea, #form-csf select, #form-csf .input-group, .overlay-box-wrapper label, .overlay-box-wrapper input, .overlay-box-wrapper textarea, .overlay-box-wrapper select, .overlay-box-wrapper .input-group {
  width: 100%;
}
#form-csf .error-msg, .overlay-box-wrapper .error-msg {
  margin-left: 0;
}
#loading-csf, .overlay-box-loading {
  display: none;
}
#loading-csf.loading, .overlay-box-loading.loader {
  display: block;
  background-image: url('/images/loader-red.gif');
  background-color: rgba(242,242,242,0.6);
  background-position: center;
  background-repeat: no-repeat; /*Do not repeat the image */
  background-size: 128px 128px; /* Resize the background image to cover the entire container */
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  z-index: 20;
}
.overlay-box-wrapper .overlay-box-content .loader {
  display: block;
  background-image: url('/images/loader-red.gif');
  background-color: rgb(255,255,255);
  background-position: center;
  background-repeat: no-repeat; /*Do not repeat the image */
  background-size: 128px 128px; /* Resize the background image to cover the entire container */
  width: 100%;
  height: 128px;
  margin: 2em 0 1em;
  border: 0;
}
.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Select some files';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
@media screen and (min-width: 650px) {
  #form-csf {
    max-width: 600px;
    height: 85%;
    margin: 50px auto 0;
  }
  .overlay-box-wrapper {
    max-width: 600px;
    height: auto;
    margin: 300px auto 0;
  }
}
.autocomplete-container {
  /* relative position for at de absolut positionerede forslag får korrekt placering.*/
  position: relative;
  width: 100%;
}
.autocomplete-container input {
  /* Både input og forslag får samme bredde som omkringliggende DIV */
  width: 100%;
  box-sizing: border-box;
}
.dawa-autocomplete-suggestions {
  margin: 0.3em 0 0 0;
  padding: 0;
  text-align: left;
  border-radius: 0;
  background: #fff;
  box-shadow: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow-y: auto;
  box-sizing: border-box;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
  margin: 0;
  list-style: none;
  cursor: pointer;
  padding: 0.4em 0.6em;
  color: #464646;
  border: 0.0625em solid #cfcfcf;
  border-bottom-width: 0;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-width: 0.0625em;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected{
  background: #3A82ce;
  color: #fff;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
  background: #0055be;
  color: #fff;
}

@media print {
  #header {
    margin: 0 !important;
    padding: 0 .625em !important;
  }
  #logo {
    position: relative;
    float: right;
    margin-right: 0;
    padding-right: 0;
    -webkit-padding-end: 1.25em;
    width: 91px !important;
    height: 142px !important;
    left: 0;
    right: 0;
    box-sizing: content-box !important;
  }
  #sitename {
    position: relative;
    left: 0;
  }
  #user,
  #top-nav,
  #main-nav,
  #features,
  #filter,
  .filter-content,
  #info,
  #back-to-top-link,
  .aside .links,
  #open-invoices thead,
  .pagination-content,
  .actions,
  .view-details .section .item div.action,
  .button-group {
    display: none !important;
  }
  #registrar_list .pagination-content {
    display: block !important;
  }
  #registrar_list .pagination-content .page-size {
    margin: 0;
  }
  .icon {
    width: auto !important;
    background: none !important;
    display: block !important;
    text-align: left !important;
    border: none;
  }
  .icon:after {
    content: "";
    line-height: normal;
  }
  .icon-green, .icon-orange, .icon-red, .icon-info-inverted, .icon-info-inverted.active, .icon-phone, .icon-web {
    display: none !important;
  }
  .icon-role, .icon-wait {
    color: rgb(38,38,38) !important;
    line-height: normal !important;
    padding: 0 !important;
  }
  .icon-role:after {
    content: " - " attr(title);
  }
  .icon-wait:before {
    content: attr(title) ": ";
  }
  .icon span {
    display: inline-block !important;
    color: rgb(38,38,38) !important;
  }
  .tooltip-box, .js .tooltip ~ .tooltip-box {
    z-index: 11 !important;
    opacity: 1 !important;
    height: auto !important;
    visibility: visible !important;
    margin: .5em 0 !important;
    display: block;
  }
  .main-wrapper {
    position: relative !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .one-col {
    margin-bottom: 0 !important;
    width: 100% !important;
  }
  .two-col {
    margin-bottom: 0 !important;
    width: 100% !important;
    display: block;
  }
  .two-col-section .main, .two-col .two-col-section .main {
    display: block !important;
    width: 100% !important;
  }
  .aside, .box {
    page-break-inside: avoid !important;
  }
  #registrar-list .box {
    width: 48.20144%;
    float: left;
    margin: 0 3.59712% 0 0;
  }
  #registrar-list .box:first-child, #registrar-list .box:nth-child(2n + 1) {
    clear: left;
  }
  #registrar-list .box:nth-child(2n) {
    margin-right: 0;
    clear: right;
  }
  .view-details {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }
  .view-details .details {
    page-break-inside: avoid;
  }
  .view-details .section .data > * {
    padding: .3125em 1.25em 0;
  }
  .view-details .section .item h5 {
    padding: 0 !important;
    width: 25%;
    width: -webkit-calc(21% + 1.25em);
    width: -moz-calc(21% + 1.25em);
    width: calc(21% + 1.25em);
  }
  .view-details .section .item p, .view-details .section .item input[type="text"], .view-details .section .item input[type="url"], .view-details .section .item input[type="tel"], .view-details .section .item select, .view-details .section label, .view-details .section .item .info-text, .view-details .section .item div {
    width: 74%;
    width: -webkit-calc(78% - 1.25em);
    width: -moz-calc(78% - 1.25em);
    width: calc(78% - 1.25em);
  }
  table thead th, table thead td {
    height: 1em !important;
    color: rgb(38,38,38) !important;
    font-size: 1.25em;
    font-family: 'Campton-Bold';
    background-color: transparent !important;
    border-bottom: 1px solid #262626 !important;
  }
  table, table tbody {
    position: relative;
  }
  table tbody tr {
    border-bottom: 1px solid #6D6D6D !important;
    page-break-inside: avoid;
    position: relative;
    display: block !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
  .list-content .header .item {
    padding: 0 1.25em !important;
  }
  .list-content .section .item {
    line-height: normal !important;
    padding: 0 1.25em !important;
  }
  .wizard-steps .previous-step, .wizard-steps .next-step, .wizard-steps .active-step .icon-step {
    display: none !important;
  }
  .wizard-content, .content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .wizard-content .item, .wizard-content .data .item {
    padding: 0.3125em .625em 0 !important;
  }
  .wizard-content .item h5, .wizard-content .item .h5 {
    padding: 0 !important;
    width: 19% !important;
  }
  .wizard-content .item h5 + p, .wizard-content .item .h5 + p, .wizard-content .item .h5 + input, .wizard-content .item .h5 + select, .wizard-content .item .h5 + .input-group {
    padding: .4375em .625em !important;
    width: 80% !important;
  }
  .wizard-steps .header {
    padding: 0 .625em !important;
  }
  #footer {
    height: auto !important;
    position: relative !important;
    margin: 0 !important;
    page-break-inside: avoid;
  }
  .footer .box {
    margin-bottom: 0 !important;
  }
  .footer {
    background-color: transparent !important;
    background-image: none !important;
    color: rgb(70,70,70);
  }
  .footer .section {
    border-top: 1px solid rgb(70,70,70);
    padding: 1.25em 0 !important;
  }
  .footer .contact .header {
    border-top: none !important;
  }
  .footer .contact strong {
    font-weight: normal !important;
  }
  .footer a {
    color: rgb(70,70,70);
  }
  .footer p {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .footer .contact p span {
    display: inline-block !important;
    padding: 0 5px 0 0 !important;
  }
  .footer .contact p span:after {
    content: " |";
    padding-left: 5px !important;
  }
  .footer .contact .header {
    display: none !important;
  }
  .clearfix::before, .clearfix::after, #footer {
    display: block !important;
  }
  .footer .about, .footer .links {
    display: none !important;
  }
}
