/* HOME PAGE */
.homepage .search-bar {
  color: white;
  padding: 10px;
}
.homepage .search-bar .menu {
  float: right;
}
.homepage .bg-container {
  background-color: rgb(39, 60, 87);
}
.homepage .iti {
  width: 100%;
}
.homepage .main-container {
  padding-top: 40px;
  max-width: 960px;
  min-height: 80vh;
}
.homepage .search-bar {
  max-width: 960px;
}
.homepage .account .menu button {
  text-align: left;
  width: 100%;
  margin: 3px;
}
.homepage .account .menu button i {
  margin-right: 6px;
  width: 20px;
}

.account .domain-detail {
  cursor: pointer;
}
.account .domain-detail:hover {
  text-decoration: underline;
}

.home-link {
  display: block;
  width: 50%;
  height: 100px;
  text-indent: -400px;
}

.pw-reset {
  display: block;
  float: left;
}

/* LANDING PAGE TAPPAYA */
body.landing {
  font-size: 13px;
  height: 100vh;
  background-color: rgb(76, 151, 223);
  background-image: url("img/bottom-min.jpeg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
body.landing h1:first-letter {
  text-transform: uppercase;
}
@media only screen and (max-width: 1021px) {
  body.landing h1 {
    font-size: 32px;
    word-wrap: break-word;
  }
}
body.landing button.btn-primary {
  background-color: rgb(234, 84, 85);
  border-color: rgb(234, 84, 85);
  border-bottom: solid rgb(39, 60, 87) 3px;
  padding: 10px;
}
body.landing button i {
  margin-right: 8px;
}
body.landing .main-container {
  padding-top: 40px;
  color: #FFF;
  max-width: 960px;
  min-height: 80vh;
}
body.landing .main-container ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 20px;
}

.menu-container {
  background-image: url("img/index-1-bk2-menu.png");
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.homepage .menu-container {
  background-color: rgb(83, 151, 223);
}
@media only screen and (max-width: 1021px) {
  .menu-container {
    background-position: -180px center;
  }
}
@media only screen and (max-width: 701px) {
  .menu-container {
    background-image: none;
  }
  .menu-container:after {
    content: "DOMAIN FOR SALE";
    position: absolute;
    top: 28px;
    left: 25px;
    display: block;
    border: solid white 3px;
    color: white;
    /* width: 238px; */
    height: 40px;
    font-size: 1.1em;
    padding: 6px;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 600;
    right: 25px;
  }
}

.domain-info button {
  width: 180px;
  font-weight: 600;
}
.domain-info .price-tag {
  min-width: 140px;
  margin-left: 10px;
  font-weight: 600;
  height: 48px;
}

.price-tag {
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgb(125, 177, 220);
  border-color: rgb(125, 177, 220);
  padding: 10px;
}

footer {
  padding: 15px;
  background-color: rgb(39, 60, 87);
  color: white;
  text-align: center;
}
footer a {
  color: white;
}

footer.second {
  background-color: rgb(48, 77, 113);
}

.offer-form {
  background-color: rgb(48, 77, 113);
  border-radius: 15px;
  color: white;
  margin-bottom: 15px;
  margin-top: 15px;
  box-shadow: 3px 4px 5px rgba(1, 1, 1, 0.5);
}
.offer-form h3 {
  background-color: rgb(39, 60, 87);
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 20px;
}
.offer-form form {
  padding: 30px;
}
.offer-form input, .offer-form label, .offer-form textarea {
  display: block;
  width: 100%;
  border-radius: 7px;
}
.offer-form label {
  margin-bottom: 4px;
}
.offer-form input {
  min-height: 40px;
  margin-bottom: 15px;
}
.offer-form textarea {
  min-height: 80px;
  margin-bottom: 15px;
}
.offer-form button {
  margin-top: 10px;
  width: 100% !important;
}
.offer-form .close-cross {
  display: none;
  float: right;
  font-size: 0.7em;
  font-weight: normal;
}
.offer-form.focus {
  position: fixed;
  z-index: 101;
  left: 50%;
  margin-left: -160px;
  transition: all 0.5s;
}
.offer-form.focus .close-cross {
  display: block;
}
@media only screen and (max-width: 1021px) {
  .offer-form.focus {
    position: fixed;
    z-index: 101;
    top: 100px;
    left: 10px;
    right: 10px;
    margin-left: 0px;
    transition: all 0.5s;
  }
}

.filter-col {
  font-size: 0.9em;
  box-shadow: 2px 2px 8px rgba(1, 1, 1, 0.5);
  border-radius: 10px;
  padding: 15px;
  min-height: 50vh;
  padding-top: 25px;
}
.filter-col h5 {
  color: #434343;
  font-size: 14px;
  padding: 5px;
  border-bottom: Solid #EFEFEF 2px;
}

.error-msg {
  font-size: 0.9em;
  color: #ff4520;
}

.account .table .fa-edit, .account .table .fa-trash-alt {
  cursor: pointer;
}

.offer-back {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}

/* STRENGTH PLUGIN */
.strength_meter {
  height: 23px;
  width: 154px;
  background: silver;
  float: right;
  margin-bottom: 10px;
}

.strength_meter div {
  height: 23px;
  width: 100%;
  height: 23px;
  text-align: center;
  color: black;
  line-height: 23px;
}

.veryweak {
  background-color: #FFA0A0;
  border-color: #F04040 !important;
}

.weak {
  background-color: #FFB78C;
  border-color: #FF853C !important;
}

.medium {
  background-color: #FFEC8B;
  border-color: #FC0 !important;
}

.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C !important;
}

.dutch-flag {
  display: inline-block;
  background-color: white;
  width: 22px;
  height: 15px;
  border-top: solid rgb(174, 28, 40) 5px;
  border-bottom: solid rgb(33, 70, 139) 5px;
  margin-left: 5px;
  margin-bottom: -3px;
}

.fa-sync-alt {
  cursor: pointer;
}
.fa-sync-alt.wait {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-transition: rotate(3600deg);
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
a.tile {
  display: block;
  padding: 30px;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  min-height: 180px;
  overflow: hidden;
  position: relative;
  width: 28.9%;
  margin-right: 2%;
  margin-bottom: 2%;
  font-size: 1em;
  color: #555;
  border-radius: 5px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: rgb(83, 151, 223);
  color: white;
  border-top-color: #45597c;
  float: left;
  transition: transform 0.2s;
}
a.tile:hover {
  transform: scale(1.1);
  box-shadow: 0 1px 15px 0 #d8d7d8;
  cursor: pointer;
  z-index: 499;
  transform: scale(1.1);
}

.csv-editor {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 20px;
  z-index: 99;
  background-color: #FFF;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.csv-editor header {
  background-color: #007bff;
  color: white;
  padding: 10px;
}
.csv-editor .csv-settings {
  background-color: #F1F1F1;
  padding: 13px;
}
.csv-editor td {
  border-left: solid #F2F3F2 1px;
  padding-left: 15px;
}
.csv-editor table {
  height: 76vh !important;
  overflow: auto;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
.csv-editor table tr {
  width: 100%;
}
.csv-editor table .thead {
  background-color: white;
  position: sticky; /* make the table heads sticky */
  top: 0px; /* table head will be placed from the top of the table and sticks to it */
}
.csv-editor table tbody {
  width: 100%;
  display: table;
}

.notification.green {
  padding: 10px;
  border: solid green 1px;
  border-radius: 3px;
  background-color: #e9faed;
}

.domains-table-row :first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.domains-table-row :last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.domains-table-row td {
  vertical-align: middle;
  height: 100px;
}
.domains-table-row td.domain {
  color: rgb(234, 84, 85);
  font-weight: 600;
  padding-left: 30px;
}
.domains-table-row td .btn-primary {
  background-color: white;
  border-color: rgb(48, 77, 113);
  color: rgb(48, 77, 113);
}
.domains-table-row td.action {
  text-align: right;
  padding-right: 30px;
}
.domains-table-row:hover {
  background-color: rgb(48, 77, 113);
}
.domains-table-row:hover .domain, .domains-table-row:hover .price {
  color: white;
}
.domains-table-row:hover .btn-primary {
  background-color: rgb(234, 84, 85);
  border-color: rgb(234, 84, 85);
  color: #FFF;
}

.lang-select a {
  border: solid #000 1px;
}
.lang-select a.selected {
  border-color: #FFF;
}

.count-div {
  padding: 20px;
  padding-left: 30px;
  color: #434343;
}

.sort-table {
  float: right;
  width: 200px;
  margin-top: -9px;
}

.hp-container ol {
  padding-left: 0;
}
.hp-container ol li {
  position: relative;
  font-size: 22px;
  list-style: none;
  padding-left: 0;
  margin: 15px;
  margin-left: 0;
}
.hp-container ol li span.nr {
  background-color: rgb(234, 84, 85);
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  text-align: center;
  margin-right: 10px;
}
.hp-container button.btn-primary {
  background-color: rgb(234, 84, 85);
  border-color: rgb(234, 84, 85);
  border-bottom: solid rgb(39, 60, 87) 3px;
  padding: 10px;
}
.hp-container .hp-top-bar {
  width: 100%;
  background-color: rgb(45, 75, 111);
  max-width: 100%;
  min-height: 200px;
  background-image: url(img/hp-bg-top.png);
  background-position: center bottom;
  color: #FFF;
}
.hp-container .hp-top-bar .row {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.hp-container .val-form {
  border-radius: 15px;
  padding-bottom: 15px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: -110px;
  background-color: white;
}
.hp-container .val-form .btn {
  width: 100%;
  text-transform: uppercase;
}
.hp-container .val-form header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
  font-size: 20px;
  background-color: #E85555;
  padding: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.hp-container .val-form .form-group {
  padding-left: 20px;
  padding-right: 20px;
}
.hp-container .val-form .form-group input, .hp-container .val-form .form-group textarea {
  font-weight: 600;
  color: #000;
}
.hp-container .val-form .form-group input {
  height: 50px;
}
.hp-container .val-form .form-group textarea {
  height: 100px;
}
.hp-container .bg-row-2 {
  width: 100%;
  max-width: 100%;
  background: rgb(211, 235, 246);
  background: linear-gradient(0deg, rgb(211, 235, 246) 0%, rgb(255, 255, 255) 100%);
}
.hp-container .bg-row-3 {
  width: 100%;
  max-width: 100%;
  background: rgb(211, 235, 246);
  background: linear-gradient(0deg, rgb(244, 161, 163) 0%, rgb(255, 255, 255) 100%);
}
.hp-container .row.text-row-3 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}
.hp-container .row.text-row-3 .text-col {
  padding-left: 60px;
}
.hp-container .row.row-deals {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  text-align: center;
  padding-bottom: 60px;
}
.hp-container .row.row-deals p {
  margin-bottom: 30px;
}
.hp-container .row.row-deals p {
  display: block;
  width: 100%;
  text-align: center;
}
.hp-container .row.row-deals h1 {
  display: block;
  width: 100%;
}
.hp-container .row.row-deals .col-md-4 header {
  color: white;
  padding: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 20px;
}
.hp-container .row.row-deals .col-md-4 > div {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.2);
}
.hp-container .row.row-deals .col-md-4 ul {
  list-style: none;
  padding: 0px;
}
.hp-container .row.row-deals .col-md-4 ul li {
  display: block;
  padding: 0px;
  padding-left: 15px;
  padding-top: 27px;
  padding-right: 15px;
  height: 80px;
  color: rgb(234, 84, 85);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  border-bottom: solid rgb(213, 233, 255) 1px;
}
.hp-container .row.row-deals .col-md-4 ul li button {
  float: right;
  border: solid rgb(234, 84, 85) 2px;
  color: rgb(234, 84, 85);
  text-align: center;
  background-color: white;
  border-radius: 10px;
  padding: 3px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: -5px;
}
.hp-container .row.row-deals .col-md-4 ul li:hover {
  background-color: rgb(213, 233, 255);
}
.hp-container .row.row-deals .col-md-4 ul li:hover button {
  background-color: rgb(234, 84, 85);
  color: #FFF;
}
.hp-container .row.row-deals .col-md-4.col-1 header {
  background: rgb(59, 125, 210);
}
.hp-container .row.row-deals .col-md-4.col-2 header {
  background: rgb(234, 84, 85);
}
.hp-container .row.row-deals .col-md-4.col-3 header {
  background: rgb(39, 60, 87);
}
.hp-container .row.text-row-2 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.hp-container .row.text-row-2 img.world {
  width: 100%;
}
.hp-container .row.text-row-2 div.ico {
  float: left;
  background-color: rgb(223, 202, 213);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  padding: 10px;
  margin-right: 15px;
}
.hp-container .row.text-row {
  color: #434343;
  padding: 120px 0 60px 0;
  text-align: center;
}
.hp-container .row.text-row h1 {
  text-align: center;
  width: 100%;
}
.hp-container .row.text-row p {
  display: block;
  width: 100%;
  text-align: center;
}
.hp-container .row.text-row .hp-card {
  width: 254px;
  height: 250px;
  box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.2);
  margin: 15px;
  margin-top: 30px;
  border-radius: 20px;
  padding-top: 135px;
  text-align: center;
  color: black;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: center 20px;
}
.hp-container .row.text-row .hp-card:first-child {
  margin-left: 0;
}
.hp-container .row.text-row .hp-card:last-child {
  margin-right: 0;
}
.hp-container .row.text-row .hp-card:hover {
  color: white;
  background-color: rgb(234, 84, 85);
}
.hp-container .row.text-row .hp-card img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  margin-bottom: 8px;
}
.hp-container .row.text-row .hp-card strong {
  display: block;
  margin-bottom: 10px;
}
.hp-container .row.text-row .hp-card.card-1 {
  background-image: url(img/color/01.png);
}
.hp-container .row.text-row .hp-card.card-1:hover {
  background-image: url(img/white/01.png);
}
.hp-container .row.text-row .hp-card.card-2 {
  background-image: url(img/color/02.png);
}
.hp-container .row.text-row .hp-card.card-2:hover {
  background-image: url(img/white/02.png);
}
.hp-container .row.text-row .hp-card.card-3 {
  background-image: url(img/color/03.png);
}
.hp-container .row.text-row .hp-card.card-3:hover {
  background-image: url(img/white/03.png);
}
.hp-container .row.text-row .hp-card.card-4 {
  background-image: url(img/color/04.png);
}
.hp-container .row.text-row .hp-card.card-4:hover {
  background-image: url(img/white/04.png);
}

.rowset-choose {
  padding: 10px;
}
.rowset-choose button {
  margin: 3px;
}

@media only screen and (max-width: 770px) {
  .hp-container .row.text-row-3 .text-col {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .domain-info {
    background-color: rgba(2, 2, 2, 0.3);
    padding-top: 20px;
    border-radius: 20px;
    margin-left: 13px;
    margin-right: 13px;
  }
  .landing .main-container {
    padding-top: 0px !important;
  }
  .hp-container .row.text-row .hp-card {
    width: 100%;
  }
  .text-row-3 img {
    width: 100%;
  }
  .row.row-deals .col-md-4 {
    flex: none;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .account {
    margin: 0;
    padding: 0;
  }
  .account .table tr td:first-child {
    width: 37vw;
    max-width: 37vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .account .col-md-10 {
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  .account-new {
    display: none;
  }
  .val-form {
    margin-top: 20px;
  }
  .button-offer-div {
    text-align: center;
  }
  a.tile {
    width: 48%;
  }
}
@media only screen and (max-width: 470px) {
  a.tile {
    width: 100%;
  }
}
.account-new {
  padding: 10px;
  background-color: #f2e7eb;
}

.domain-msg {
  border: solid #CCC 1px;
  border-radius: 10px;
  padding: 10px;
  margin-top: 6px;
}
.domain-msg .msg-footer {
  text-align: right;
  font-size: 0.8em;
  color: #999;
}

.founders {
  margin-top: 40px;
  text-align: center;
  width: 100%;
  background: linear-gradient(0deg, rgb(241, 242, 241) 0%, rgb(255, 255, 255) 100%);
  padding-bottom: 50px;
}
.founders .founder-card {
  display: inline-block;
  width: 300px;
  height: 150px;
  border-radius: 10px;
  margin: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  text-align: left;
}
.founders .founder-card p {
  margin-top: 20px;
  display: block;
  float: right;
  text-align: left !important;
  width: 175px !important;
  padding-left: 0;
}
.founders img {
  margin: 10px;
  margin-top: 20px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  float: left;
}