@media (min-width: 1400px) {
  .container {
    width: auto;
    padding: 0 30px;
  }
}

.body {
  border-radius: 5px;
}

.logo {
  margin-top: calc(100vh / 400);
}

.logo-env {
  margin-top: -20px;
}

.badge-env {
  position: relative;
  right: -97%;
  top: -2px;
  background: red;
  text-align: center;
  border-radius: 6px;
  color: white;
  padding: 2px 3px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 280px !important;
}

.adminSummaryTable {
  font-size: 14pt;
  margin-top: 15px;
}

.navbar {
  min-height: 65px;
}

.report-selected-date-label {
  margin-top: 8px;
}

.report-selected-date-input {
  font-size: 16px;
}

.ReactTable {
  display: grid !important;
}

div.react-bs-table[style] {
  background: white !important;
  height: fit-content !important;
}

div.react-bs-container-body[style] {
  background: transparent !important;
  height: fit-content !important;
}

.react-bs-table {
  border: 0px;
  border-top: 0px !important;
}

.navbar-fixed-top {
  margin-bottom: 19px;
  z-index: 1050;
}

.navbar-brand {
  padding: 10px 15px;
}

.navbar-nav {
  padding-top: 10px;
  padding-left: 10px;
}

.app_container {
  padding-top: 35px;
  /* margin-top: 50px; */
  padding-bottom: 80px;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 5px;
}

a.navigation-bar-menu-button__menu-button:focus,
a.navigation-bar-menu-button__menu-button:hover {
  text-decoration: none;
}

.modal > .modal-dialog.modal-lg {
  width: 90%;
}

.table-pivot th {
  background-color: transparent;
  color: black;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

.table-header-rotated th.row-header {
  width: auto;
}

.table-header-rotated td {
  width: 40px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
}

.table-header-rotated th.rotate-45 {
  height: 80px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 10px;
  line-height: 0.7;
}

.table-header-rotated th.rotate-45 > div {
  position: relative;
  top: 0px;
  left: 40px;
  /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  -ms-transform: skew(-45deg, 0deg);
  -moz-transform: skew(-45deg, 0deg);
  -webkit-transform: skew(-45deg, 0deg);
  -o-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  overflow: hidden;
  /* border-left: 1px solid #dddddd;*/
  border-left: none;
  border-right: none;
  /* border-right: 1px solid #dddddd; */
  /* border-top: 1px solid #dddddd; */
  border-top: none;
}

.table-header-rotated th.rotate-45 span {
  -ms-transform: skew(45deg, 0deg) rotate(315deg);
  -moz-transform: skew(45deg, 0deg) rotate(315deg);
  -webkit-transform: skew(45deg, 0deg) rotate(315deg);
  -o-transform: skew(45deg, 0deg) rotate(315deg);
  transform: skew(45deg, 0deg) rotate(315deg);
  position: absolute;
  bottom: 30px;
  /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -25px;
  /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  width: 85px;
  /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;
}

.table-hover > tbody > tr:hover svg {
  color: #ffffff;
}

.start-hidden {
  display: none;
}

textarea.autogrow {
}

.jumbotron {
  margin-top: 50px;
}

.bodycontainer {
  max-height: 200px;
  width: 100%;
  margin: 0;
  overflow-y: auto;
}

.table-scrollable {
  margin: 0;
  padding: 0;
}

.table-scrollable {
  margin: 0px;
  padding: 0px;
}

.form-signin {
  max-width: 400px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  margin-top: 50px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* to make the menus look sane */

.dropdown-menu li a {
  text-align: left;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: 0.5px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.checkbox {
  font-weight: normal;
}

input.search-query {
  background-color: #ddffdd;
}

/* this is used to display error/warning/success messages */
div.flash {
  position: fixed;
  width: 50%;
  opacity: 1;
  left: 50%;
  margin-left: -25%;
  z-index: 999999999;
  font-weight: bold;
  text-align: center;
}

/* Auto added on each form item that has Parsley validation.*/
.parsley-validated {
  background-color: #fafafa;
}

/* Auto added after each form item that did not pass Parsley validation.
   Container for errors <li>. */
ul.parsley-error-list {
}

li.parsley-error {
}

.affix {
  position: fixed;
}

.affix-top {
  background: yellow;
}

.affix-bottom {
  position: absolute;
  background: green;
}

#modalInfo .modal-dialog {
  width: 900px !important;
}

.table-striped tbody tr.highlight td {
  background-color: #008444;
  color: #ffffff;
  font-weight: bold;
}

.table-header {
  color: #ffffff;
  background-color: #008444;
}

.crosshair {
  background-color: #e5f2ec;
}

.badge-market {
  background-color: #fff;
  box-shadow: none;
  color: #000;
}

.option-all-group {
  font-weight: bold;
}

.overlay-component-market {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1500;
  background-size: 25px 25px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.01) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.01) 50%,
    rgba(0, 0, 0, 0.01) 75%,
    transparent 75%,
    transparent
  );
}

.overlay-component-market > .overlay-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.overlay-component-market > .overlay-container > div {
  text-align: center;
}

.overlay-component-market > .overlay-container.fixed {
  position: fixed;
}

.overlay-component-market.react-fade-enter,
.overlay-component-market.react-fade-leave,
.overlay-component-market.react-fade-enter-active,
.overlay-component-market.react-fade-leave-active {
  -webkit-transition: 50ms all ease-in-out;
  -o-transition: 50ms all ease-in-out;
  transition: 50ms all ease-in-out;
}

.header {
  border-color: #d3d3d3;
}

.header th {
  font-weight: bold;
}

.header,
.header th {
  background-color: transparent;
}

.popover {
  max-width: 500px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle !important;
}

.text-modal {
  font-size: 1.2em;
}

.close {
  margin-top: -2px;
  /* color: white !important; */
  opacity: 1 !important;
  font-weight: normal !important;
}

.modal-header {
  margin-left: -1px;
}

.modal-body > .container {
  max-width: 95%;
}

.page-header-button {
  float: right;
  margin: -40px 0 22px;
}

.form-control {
  height: 37px !important;
  border-radius: 3px !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-radius: 3px !important;
}

/*****************************************************/
.tooltip {
  position: absolute;
  z-index: 1150;
  display: block;
  font-family: "Proxima-Nova", "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", SimHei, "Microsoft YaHei", "Source Han Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.618;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  padding-top: 10px;
  color: #ffffff;
  text-align: left;
  background-color: #222;
  border-radius: 4px !important;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #222;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #222;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}
.tooltip {
  font-weight: bold;
}
.tooltip-inner {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 1px 10px 3px -5px rgba(0, 0, 0, 0.1);
}
.tooltip-arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  z-index: -1;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 1px;
  border-top-color: #222;
  border-width: 5px 5px 0;
}
.tooltip.top .tooltip-arrow:after,
.tooltip.top-left .tooltip-arrow:after,
.tooltip.top-right .tooltip-arrow:after {
  bottom: -1px;
  border-top-color: rgba(0, 0, 0, 0.15);
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 1px;
  margin-top: -5px;
  border-right-color: #222;
  border-width: 5px 5px 5px 0;
}
.tooltip.right .tooltip-arrow:after {
  left: -1px;
  top: -5px;
  border-right-color: rgba(0, 0, 0, 0.15);
  border-width: 5px 5px 5px 0;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  top: 1px;
  border-bottom-color: #222;
  border-width: 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow:after,
.tooltip.bottom-left .tooltip-arrow:after,
.tooltip.bottom-right .tooltip-arrow:after {
  top: -1px;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-width: 0 5px 5px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 1px;
  margin-top: -5px;
  border-left-color: #222;
  border-width: 5px 0 5px 5px;
}
.tooltip.left .tooltip-arrow:after {
  right: -6px;
  top: -5px;
  border-left-color: rgba(0, 0, 0, 0.15);
  border-width: 5px 5px;
}
.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  left: 50%;
}
.tooltip.top .tooltip-arrow,
.tooltip.top .tooltip-arrow:after,
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom .tooltip-arrow:after {
  margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow {
  left: 5px;
}
.tooltip.top-right .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  right: 5px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Proxima-Nova", "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", SimHei, "Microsoft YaHei", "Source Han Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.618;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.text-warning {
  color: #ffc107 !important;
}

.card {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  width: 48%;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-container {
  padding: 2px 16px;
}

.whois-button {
  float: right;
  font-size: 10px;
}

.whois-info-dialog {
  width: 800px;
}

.whois-info-body {
  max-height: calc(100vh - 350px);
  overflow-y: auto !important;
}

.buttons-pending-domain-form {
  text-align: right;
}

.iframe-container {
  margin-top: 25px;
}

.subtitle {
  color: #696b6e;
}

h4.simple-title > a:hover {
  color: inherit;
  text-decoration: none;
}

.picky * {
  color: grey;
}

.sunrise-app-message {
  margin: 25px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 800px;
  }
}

/* Target the editable input directly */
.editable-input {
  border: 1px solid #ccc; /* Customize the border color */
  box-shadow: none; /* Remove default box shadow */
  border-radius: 3px; /* Optional: add border-radius for rounded corners */
  margin-top: -10px;
  margin-left: 10px;
}

/* Target the default input element created by the editable plugin */
.editable-input input,
.editable-input textarea {
  border: none; /* Customize the border color */
  padding: 5px; /* Adjust padding as needed */
  box-shadow: none; /* Remove default box shadow */
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.table-promo-rules {
  margin-top: 15px;
}

.contact-table-container .InputFilter {
  padding-top: 22px;
}

.contact-table-container .ComponentSelector {
  margin-top: -22px;
}

.contact-table-container .RegistrarSelector {
  margin-top: -22px;
}

.contact-table-container .Selector {
  margin-top: -22px;
}

.DateSelector {
  margin-top: -20px;
}

.RowForm {
  margin-left: -45px;
}

.badge {
  padding: 6px 10px;
  border-radius: 6px;
}

.app_content {
  padding: 10px 60px 80px;
}

.app_main {
  padding: 20px 60px 0;
}

.table-promo-rules {
  margin-top: 0px;
}

.promo-preview .table {
  margin-bottom: 0px !important;
}

.mfa-row {
  max-width: 520px;
}

.mfa-help {
  margin-top: 6px;
  margin-bottom: 0;
}
