* {
  margin: 0px;
  padding: 0px;

}

html,
body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


iframe {
  display: block;
  background: #fff;
  border: none;
  width: 100%;
  height: 100%;
}



#pagecontent {
  opacity: 0;
}

#pagecontent {
  -webkit-transform: opacity 0.5s ease;
  -moz-transform: opacity 0.5s ease;
  -o-transform: opacity 0.5s ease;
  -ms-transform: opacity 0.5s ease;
  transform: opacity 0.5s ease;
}

body.pace-running #pagecontent {
  opacity: 0;
}

body.pace-done #pagecontent {
  opacity: 1;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);

  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 1px;
  background: #3d88af;
  pointer-events: none;
}

.signup-title {
  font-size: 35px !important;
  /*margin-top: 35px;*/
  margin-bottom: 35px;
  font-weight: 300;
  line-height: 32px;
}

.lbl-title {
  font-size: 18px !important;
  height: auto;
  font-weight: 300;
}

.singup-logo {
  margin: 10px 0;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/*
input[type="text"], input[type="password"]{
height: 3em !important;
max-height: 3em !important;
}*/
.form-control {
  font-size: 15px;
}

.invalid-tooltip {
  position: static;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: 11px;
  line-height: 1;
  color: #000;
  background-color: #e9ecef;
  border-radius: .2rem;
  text-align: left;
}


.form-control {
  webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;

}

/* Style all font awesome icons */
.fab {
  padding: 6px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
}

.fab:hover {
  opacity: 0.7;
  color: white;
  text-decoration: none;
}


.fa-facebook-f {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-windows {
  background: #16499A;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin-in {
  background: #007bb5;
  color: white;
}

#cmpname-error,
#country-error,
#domianname-error,
#emailid-error,
#uname-error,
#password-error,
#cpassword-error,
#iagree-error,
#odomianname-error,
#oiagree-error,
#fname-error,
#lname-error,
#hiddenRecaptcha-error,
.general-error {
  /*
top: 100%;
z-index: 5;
display: block;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: 13px;
line-height: 1;
color: #fff;
background-color: #db4437;
border-radius: .25rem;
text-align: left;
*/

  top: 100%;
  z-index: 5;
  display: block;
  max-width: 100%;
  /* padding: .5rem; font-size: 13px;line-height: 1;*/
  margin-top: .1rem;
  margin-bottm: .2rem;


  color: #db4437;
  /* background-color: #db4437; */
  /* border-radius: .25rem; */
  text-align: left;

}

.error {
  /*border:1px solid #db4437;*/
  color: #db4437;

}

.help-block {
  /*border:1px solid #fff !important;*/
  font-size: 13px;
  font-weight: 600 !important;
  margin-top: -3px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
}

#sdomian {
  float: left;
  width: 55%;
  border-right: 0px;
  outline: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#mdomian {
  float: right;
  width: 45%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;

}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -2rem;
  display: block;
  width: 1.3em;
  height: 1.3rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;

  webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
}

.custom-control-label::after {
  position: absolute;
  top: 0rem;
  left: -2.0em;
  display: block;
  width: 1.8em;
  height: 1.8rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;

}


.progress {
  /*background-color: #f5f5f5;*/
  border-radius: 2px;
  box-shadow: none;
  height: 18px;
}

.progress.progress-xs {
  height: 5px;
  margin-top: 5px;
}

.progress.progress-sm {
  height: 10px;
  margin-top: 5px;
}

.progress.progress-lg {
  height: 25px;
}

.progress.vertical {
  position: relative;
  width: 20px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}

.progress.vertical>.progress-bar {
  width: 100% !important;
  position: absolute;
  bottom: 0;
}

.progress.vertical.progress-xs {
  width: 5px;
  margin-top: 5px;
}

.progress.vertical.progress-sm {
  width: 10px;
  margin-top: 5px;
}

.progress.vertical.progress-lg {
  width: 30px;
}

.progress-bar {
  background-color: #2196F3;
  box-shadow: none;
}

.progress-bar.text-left {
  text-align: left;
}

.progress-bar.text-left span {
  margin-left: 10px;
}

.progress-bar.text-right {
  text-align: right;
}

.progress-bar.text-right span {
  margin-right: 10px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress-bar-secondary {
  background-color: #5cb85c;
}

.progress-bar-default {
  background-color: #B0BEC5;
}

.progress-bar-success {
  background-color: #64DD17;
}

.progress-bar-info {
  background-color: #29B6F6;
}

.progress-bar-warning {
  background-color: #FFD600;
}

.progress-bar-danger {
  background-color: #ef1c1c;
}



.pswdhidden {
  display: none;
  -webkit-transition: display .5s ease;
  -moz-transition: display .5s ease;
  -o-transition: display .5s ease;
}

.pswdactive {
  transition: display .5s ease;
  -webkit-transition: display .5s ease;
  -moz-transition: display .5s ease;
  -o-transition: display .5s ease;
}


.fadein,
.fadeout {
  opacity: 0;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.fadein {
  opacity: 1;
}

#pageData {
  min-height: 320px;
}

#tableData {
  min-height: 320px;
  border-bottom: 1px solid #dee2e6;
}

.loadingdiv {
  z-index: 99;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;

}


.table .thead-dark th {
  /*color: #fff;
    background-color: #2125296b;
    border-color: #21252954;*/
}


#f-domianname {
  background-color: #fff;
  color: #db4437;
  font-size: 13px;
  margin-top: .1rem;
  padding: 0px;
}

.badge {
  padding: .3em .4em;
}

.common-loader {
  content: '';
  width: 100%;
  width: calc(100% - 8px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 3px;
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1e5799 47%, #2989d8 50%, #207cca 51%, #7db9e8 54%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1e5799 47%, #2989d8 50%, #207cca 51%, #7db9e8 54%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1e5799 47%, #2989d8 50%, #207cca 51%, #7db9e8 54%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=1);
  /* IE6-9 */
  -webkit-animation: slide .2s linear infinite;
  -moz-animation: slide .2s linear infinite;
  animation: slide .2s linear infinite;
  background-size: 20%;
}

.common-loader::after {
  position: fixed !important;
  top: 0 !important;
}

@-webkit-keyframes slide {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100px 0;
  }
}

@-moz-keyframes slide {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100px 0;
  }
}

@keyframes slide {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100px 0;
  }
}


/**********************Medi Query*******************/

@media only screen and (min-width:601px) {
  .modal-dialog {
    max-width: 600px;
  }

  #srdas {
    width: 100% !important;
  }
}

@media only screen and (max-width:600px) {
  #srdas {
    width: 100% !important;
  }

  #sdnleft {
    width: 48% !important;
  }

  #sdnright {
    width: 52% !important;
  }

  .form-control,
  .input-group-text,
  .lbl-title {
    font-size: 16px !important;
  }

  .signup-title {
    font-size: 20px !important;
  }


}

@media only screen and (min-width:768px) {
  #srdas {
    width: 70% !important;
  }
}

@media only screen and (min-width:993px) {
  #srdas {
    width: 42% !important;
  }
}

@media only screen and (max-width:1024px) {
  #srdas {
    width: 90% !important;
  }
}

@media only screen and (max-width:992px) and (min-width:601px) {}

@media only screen and (max-width:992px) {}

.ml-4 {
  margin-left: 6rem !important;
}

.mr-4 {
  margin-right: 6rem !important;
}


.ml-5 {
  margin-left: 8rem !important;
}

.mr-5 {
  margin-right: 8rem !important;
}

.input-group-addon {
  cursor: pointer;
  border-left: 0;
  padding: 6px 12px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;

  white-space: nowrap;
  vertical-align: middle;
}

.imgupload {
  width: 210px;
  height: 260px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -moz-transition: opacity ease-out;
  -o-transition: opacity ease-out;
  -webkit-transition: opacity ease-out;
  transition: opacity ease-out;


}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/*
.btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}
*/

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: auto;
  height: 100%;
}

.header_txt {
  font-weight: 400 !important;
  font-size: 16px;
}

.header_txts {
  font-weight: 400 !important;
  font-size: 14px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.1);
  /*dim the background*/
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;

}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  padding: .375rem .75rem;
  font-size: 1rem;
  /* line-height: 1.5; */
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #495057;

}


#divcontainer>div {
  display: table-cell;
  border: solid 1px #000;
}

#divcontainer {}

@media print {

  .table thead tr td,
  .table thead tr th,
  .table tbody tr td {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: black !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

.divlogin {
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}


.custom-control-label::after {
  position: absolute;
  top: 3px;
  left: -33px;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -2rem;
  display: block;
  width: 23px;
  height: 23px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
}