@import "2.css";

body {
  background: #fff;
  color: #757575;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #444444;
  margin-bottom: 40px;
  /* Margin bottom by footer height */
  overflow-x: hidden;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 40px;
  /* Set the fixed height of the footer here */
  line-height: 40px;
  /* Vertically center the text there */
  /*  background-color: #f5f5f5;*/
}

.bgw {
  background-color: #ffffff;
}

.whbd {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .whbd {
    margin-bottom: 10px;
  }
}

.pageheader {
  padding-bottom: 9px;
}

@media (max-width: 767px) {
  .pageheader {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #a0a0a0;
  }
}

.form-signin-dform {
  max-width: 700px;
  margin: 0 auto;
}

.form-signin-2 {
  max-width: 500px;
  padding: 0px 40px 15px 45px;
  margin: 0 auto;
}

.row-a-sm {
  padding: 9px;
  border-radius: 3px;
}

.pagitable {
  margin: 20px 0;
  border-radius: 4px;
}

/* domainchecker fancy checkbox */

.material-switch > input[type="checkbox"] {
  display: none;
  background: none;
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

.material-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: "";
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}

.material-switch.msdisabled {
  opacity: 0.3;
}

/*pre-block domainchecker */

.dc-cp,
.dc-tp,
.row-main,
.row-a,
.lbr {
  word-wrap: break-word;
}

.dc-cp {
  font-family: Courier, monospace;
  font-size: 1em;
  font-size: 90%;
  background-color: #000;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

.dc-cp a {
  color: inherit;
  text-decoration: none;
}

.noformatlink {
  background-color: inherit;
  color: inherit;
  text-decoration: inherit;
}

.noformatlink:hover {
  background-color: #f8f9fa;
  color: inherit;
  text-decoration: inherit;
}

.dc-cp a:hover {
  color: inherit;
  text-decoration: underline;
}

#page-loader {
  /* background: #fff; */
  background: rgba(255, 255, 255, 0.8);
}
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}

/* progress bar */

#load {
  z-index: 99998;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}

.spinner {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #0044cc;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.spinner:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #007bff;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.spinner:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #18a0fc;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#page-loader.fade {
  display: none;
}

#page-loader.fade.in,
#page-loader.fade.show {
  display: block;
}

.t_h_r {
  margin: 0 auto;
}

.nomarge {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

a.tunlink {
  color: inherit;
  text-decoration: none;
}

a.tunlink:hover {
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 620px) {
  .t_h_r {
    min-width: 150px;
    height: 200px;
  }
}

/*.choosesips {
     max-width: 485px;
}
*/

.wdtf {
  width: 100% !important;
}

.wdt4,
.wdt4-n {
  width: 428px !important;
}

.wdt3 {
  width: 386px !important;
}

.wdtbtn {
  width: 18px !important;
}

.wdtbtn2 {
  width: 403px !important;
}

.wdtbtn3 {
  width: 48px !important;
}

.wdtbtn4 {
  width: 362px !important;
}

.wdtf,
.wdt4,
.wdt3,
.wdtbtn2,
.wdtbtn4 {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

@media only screen and (max-width: 620px) {
  .wdt4,
  .wdt4-n,
  .wdt3,
  .wdtbtn2,
  .wdtbtn4 {
    width: auto !important;
  }
}

/*BETA*/

.videoWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

#iphone {
  background-image: url("/includes/iphone.png");
  background-repeat: no-repeat;
  height: auto;
  height: 638px;
  /*961*/
  width: 314px;
  /*562*/
  margin: 0 auto 30px;
  position: relative;
}

.iphoneframe {
  height: 482px;
  width: 272px;
  position: absolute;
  top: 79px;
  left: 21px;
}

#iphone_v {
  background-image: url("/includes/iphone_v.png");
  background-repeat: no-repeat;
  height: auto;
  height: 314px;
  /*961*/
  width: 638px;
  /*562*/
  margin: 0 auto 30px;
  position: relative;
}

.iphoneframe_v {
  height: 272px;
  width: 482px;
  position: absolute;
  top: 21px;
  left: 79px;
}

#tablet {
  background-image: url("/includes/tablet.png");
  background-repeat: no-repeat;
  height: auto;
  height: 935px;
  /*961*/
  width: 638px;
  /*562*/
  margin: 0 auto 30px;
  position: relative;
}

.tabletframe {
  height: 771px;
  width: 580px;
  position: absolute;
  top: 82px;
  left: 31px;
}

#tablet_v {
  background-image: url("/includes/tablet_v.png");
  background-repeat: no-repeat;
  height: auto;
  height: 638px;
  /*961*/
  width: 935px;
  /*562*/
  margin: 0 auto 30px;
  position: relative;
}

.tabletframe_v {
  height: 580px;
  width: 771px;
  position: absolute;
  top: 31px;
  left: 82px;
}

/* Make bootstrap-select work with bootstrap 4 see: https://github.com/silviomoreto/bootstrap-select/issues/1135 */

.dropdown-toggle.btn-default {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 600;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.dropdown-menu > li.active > a {
  color: #fff !important;
  background-color: #337ab7 !important;
}

.bootstrap-select .check-mark::after {
  content: "âœ“";
}

.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Make filled out selects be the same size as empty selects */

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline !important;
}

.caret {
  display: none;
}

.nav-fontsize {
  font-size: 14px;
}

@media only screen and (max-width: 620px) {
  .nav-fontsize {
    font-size: 12px;
  }

  .h1,
  h1 {
    font-size: 18px;
  }
}

.roundfrm-r {
  border-radius: 0px 50px 50px 0px;
}

.roundfrm-l {
  border-radius: 50px 0px 0px 50px !important;
}

#scroll {
  width: 100%;
  height: 400px;
  overflow-y: scroll;
}

/*InboxSys new CSS*/

/*Colors Pane #808080 - gray #129dfc - blue #18a0fc - main blue??? #585858 - sectionsa gray #f7f9f9 - light gray #444444 - Body <link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet"> */

h1 {
  font-size: 30px;
}

body a {
  color: #18a0fc;
}

/*Header*/

.input-group.custom-search-form input {
  height: inherit;
}

.pageheader {
  border-bottom: 4px solid #18a0fc !important;
  border-radius: 4px !important;
  margin: 25px 0 20px !important;
  max-width: fit-content;
}

.btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  /*padding: 10px 50px;*/
  font-size: 12px;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;

  border-radius: 25px;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
  border: 2px solid;
}
.btn.btn-outline-secondary {
  color: #fff;
}
.btn-lg {
  justify-content: center;
  margin: 0 auto !important;
}

div#choosepackresults .btn-lg {
  margin: 1em 0 !important;
}

form#choosepack_form .btn-lg {
  margin: 1em 0 4em 0 !important;
}

.form-control {
  border-radius: 25px;
  padding-left: 1.4em;
}

.dropdown-toggle.dropdown-toggle-split.btn-sm {
  padding: 0.5em 2em;
  background-color: #18a0fc;
  border-color: #18a0fc;
}

.dropdown-toggle.dropdown-toggle-split.btn-sm:hover {
  background: #6c757d;
  border-color: #6c757d;
}

nav.navbar.navbar-expand-md.navbar-dark.bg-dark.fixed-top {
  /* padding: 30px 0 0;
     */
  background: #fff !important;
  position: absolute;
  width: 100%;
  z-index: 20;
  left: 0;
  color: #2f2c2c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
  box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
  margin-bottom: 2em;
}

main .nav-link.active {
  color: #ffffff !important;
  background-color: #18a0fc !important;
  border-color: #18a0fc !important;
}

.nav-tabs {
  border-bottom: none;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #18a0fc !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #565656 !important;
}

input#search,
.roundfrm {
  border-radius: 25px;
}
input#uname {
  height: inherit;
}
input#uname {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.bg-secondary:hover {
  background: #18a0fc !important;
}

header .input-group.custom-search-form {
  height: 36px;
}

button.btn.btn-secondary.btn-md.roundfrm-r:hover {
  background: #18a0fc;
  border-color: #18a0fc;
}

button.btn.btn-secondary.btn-md.roundfrm-r {
  padding: 0.5em 1.5em;
  right: 0 !important;
  left: auto;
  height: 36px;
  border: 1px;
}

button.btn.btn-link.btn-sm.nomargin {
  border: none;
}

header .fa-fw {
  font-size: 1.5em !important;
}

ul.navbar-nav.mr-auto {
  margin-left: 1em;
}

a.dropdown-item:hover {
  color: #18a0fc;
}

span.text-muted.float-right {
  margin-right: 1em;
}

.alert-info {
  margin-top: 1em;
  border-radius: 25px;
}

/*Account Settings*/

.card {
  border-radius: 1.25rem !important;
  margin-top: 0.7em;
}
.card-header:first-child {
  border-radius: 1.25rem 1.25rem 0 0;
}

a.dropdown-item {
  padding: 6px 50px;
  border-radius: 0 !important;
  color: #444444;
  font-size: 16px;
}

header input#search {
  min-width: 200px;
  height: 36px;
}

header a.dropdown-item {
  padding: 0.25em 1em !important;
  border-radius: 0 !important;
}

header .dropdown-menu {
  padding: 0 !important;
}

header div#tmen20,
div#tmen21,
div#tmen22,
div#tmen23,
div#tmen24,
div#tmen25,
div#tmen26 {
  overflow: hidden !important;
}

.dropdown-menu {
  border-radius: 0.675rem;
}

.btn-group {
  justify-content: center;
}

.card-header {
  padding: 0.5rem 1.25rem;
}

.card.card-body.bg-light.whbd .fa {
  margin-right: 0.5em;
}

/*Billing*/

div#choosepackresults .btn {
  margin-top: 2em !important;
  margin-bottom: 1em !important;
}

.card-body .btn {
  border: 1px solid;
}

span.input-group-text.bg-secondary:hover {
  cursor: pointer;
}

/*Footer*/

/*Domain Check*/

/*.input-group.mb-3 {
     margin: 0 1em 1em 1em;
}*/
button.btn.btn-outline-secondary.dropdown-toggle {
  border: 1px solid #d7dce1;
  background-color: darkgray;
}
span.input-group-text {
  border-radius: 2em;
}
input#sel {
  height: auto;
}
input#senderdns {
  height: auto;
}
/*Buttons Test*/

button#code_button {
  margin-bottom: 1em !important;
}

span.btn.btn-light.btn-xs.removecookie {
  background: #18a0fc;
  float: right;
  color: #fff;
  font-weight: 700;
}

span.btn.btn-light.btn-xs.removecookie:hover {
  color: #18a0fc !important;
  background: #fff;
  border-color: #18a0fc;
}

span.btn.btn-danger.btn-lg.btn-block {
  background: #ffffff;
  color: #d95450;
  font-weight: 700;
}

span.btn.btn-danger.btn-lg.btn-block:hover {
  background: #d95450;
  color: #ffffff;
  font-weight: 700;
}

span.btn.btn-warning.btn-lg.btn-block {
  background: #fff;
  color: #ed9d2b;
  font-weight: 700;
}

span.btn.btn-warning.btn-lg.btn-block:hover {
  background: #ed9d2b;
  color: #fff;
  font-weight: 700;
}

.btn-primary {
  color: #18a0fc;
  background-color: #fff;
  border-color: #18a0fc;
  font-weight: 700;
}

.btn-link {
  color: #18a0fc;
}

div#message_overview_wrapper .btn,
button.btn.btn-link.nomarge {
  margin: 0.2em 0.1em !important;
  width: auto !important;
  font-size: 14px;
  line-height: 16px;
  border: none;
  font-weight: 400;
}

.pagination {
  margin-right: 1em;
}

.nav-tabs {
  background: #c1ccd1;
  border-radius: 5px;
  padding: 0.3em;
}

.nav-tabs .nav-link {
  border-radius: 5px;
}

/*input groups margins correct*/

.modal-body .btn-group,
.modal-body .input-group.mb-3,
.card .input-group.mb-3 {
  margin-left: 0;
}
.squarefrm-l {
  border-radius: 50px 0px 0px 50px !important;
}
.squarefrm-r {
  border-radius: 0px 50px 50px 0px !important;
}

/*Login Page*/

button.btn.btn-secondary.roundfrm-r {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: 1px;
}

button.btn.btn-secondary.roundfrm-r:hover {
  background: #18a0fc;
  border-color: #18a0fc;
}

@media all and (max-width: 750px) {
  .navbar-dark .navbar-toggler {
    background: #6c757d;
  }

  .collapse.show {
    padding: 1em;
  }
}
