@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/gothic.eot");
  src: local("Century Gothic"), url("../fonts/gothic.woff") format("woff"),
    url("../fonts/gothic.ttf") format("truetype");
}

* {
  font-family: "Century Gothic", CenturyGothic, Arial, Helvetica, sans-serif;
}

.company-lender-name, .company-lender-name span {
    display: inline-block;
    font-family: "Century Gothic", CenturyGothic, Arial, Helvetica, sans-serif;
}

.text-white {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.custom-style-tabs {
  width: 100%;
  text-align: center;
}

.custom-style-tabs li {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.sticky-position {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.custom-style-video {
  padding-top: 0 !important;
  margin-bottom: 15px;
}

#modalSignerBody .bdr-rad-0 {
  border-radius: 0 !important;
}

a {
  cursor: pointer;
}

.img-SignSeal {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

nav.navbar {
  margin-bottom: 0;
}

.carousel-caption {
  right: 0 !important;
  left: 0 !important;
}

.carousel-control.left,
.carousel-control.right {
  background: none !important;
}

nav.navbar {
  background: none !important;
  border: 0 !important;
}

header {
  padding-top: 30px;
  padding-bottom: 5px;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 0 !important;
  font-size: 18px;
  margin: -5px;
}

.navbar-brand > img {
  display: block;
  width: auto !important;
  height: 54px !important;
  margin-top: -10px;
}

header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav a:hover {
  border-radius: 0;
}

header .navbar-default .navbar-nav a {
  padding: 15px;
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

.other-links {
  margin-left: 46px;
  display: inline-block;
  margin-top: 4px;
}

.other-links li {
  display: inline-block;
}

.other-links .dropdown-menu li {
  display: block;
}

.other-links li a {
  padding-left: 4px !important;
  font-weight: 500 !important;
}

.top-bar .navbar-nav > li > a,
.top-bar .navbar-nav > li > form > a {
  border: 1px solid #3b8bea;
  border-radius: 30px;
  padding: 5px 30px;
  margin-left: 10px;
  color: #3b8bea;
}

.top-bar .navbar-nav > li:last-child > a {
  background: #3b8bea;
  color: #fff;
  transition: all 0.2s;
}

.top-bar .navbar-nav > li > a:hover {
  background: #b2384f;
  color: #fff;
  border-color: #b2384f;
}

.top-bar ul.nav.navbar-nav.navbar-right {
  margin-right: 0;
}

#myCarousel .carousel-caption h3 {
  color: #3b8bea;
  font-weight: bold;
  font-size: 36px;
  text-align: left;
}

#myCarousel .carousel-caption h2,
#myCarousel .carousel-caption h4,
#myCarousel .carousel-caption p {
  text-align: left;
  margin-left: 20px;
  text-shadow: none;
}

#myCarousel .carousel-caption a {
  display: inline-block;
  float: left;
  margin-left: 20px;
  text-shadow: none;
}

#myCarousel .carousel-caption h2 {
  color: #3b8bea;
  font-weight: bold;
  font-size: 59px;
}

#myCarousel .carousel-caption h4 {
  color: #3b8bea;
  font-size: 22px;
  text-transform: lowercase;
}

#myCarousel .carousel-caption p {
  color: #8591ab;
  font-size: 22px;
  text-transform: capitalize;
  text-shadow: none;
}

#myCarousel {
}

.btn-green {
  background: #101010;
  padding: 8px 30px;
  color: #fff;
  font-weight: 400;
  border-radius: 2px;
  font-size: 18px;
  transition: all 0.2s;
}

#screen-page .modal .btn-red {
  background: #ea1809;
  padding: 8px 30px;
  color: #fff !important;
  font-weight: bold;
  border-radius: 30px;
  font-size: 18px;
  transition: all 0.2s;
  text-decoration: none !important;
}

.btn-green:hover {
  background: #3b8bea;
  color: #fff;
}

#solution h2 {
  font-size: 50px;
  color: #8591ab;
  font-weight: bold;
  text-align: center;
}

#solution {
  padding: 60px 0;
}

#solution h4 {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

#solution img {
  text-align: center;
  margin: 0 auto;
  display: block;
}

#solution .col-md-3:first-child h4 {
  color: #b2384f;
}

#solution .col-md-3:nth-child(2) h4 {
  color: #34a853;
}

#solution .col-md-3:nth-child(3) h4 {
  color: #3b8bea;
}

#solution .col-md-3:nth-child(4) h4 {
  color: #8591ab;
}

section#about h3 {
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 30px;
  color: #3b8bea;
}

section#about h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
  margin-bottom: 20px;
  color: #3b8bea;
}

.dark-bg h3,
.dark-bg h2,
.dark-bg h4,
.dark-bg p {
  color: #fff !important;
}

#about .dark-bg {
  background: url(../images/image-1.png);
  padding: 65px 20px;
}

.image-banner .image-banner-heading {
  position: absolute;
  bottom: 40px;
  background: #fff;
  padding: 10px 40px;
}

.image-banner .image-banner-heading h2 {
  font-size: 20px !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  color: #fff !important;
}

.image-banner .image-banner-heading h3 {
  margin-top: 0;
  font-size: 20px !important;
  color: #fff !important;
}

.image-banner-green .image-banner-heading {
  background: #44a560;
}

section#about .row {
  margin-bottom: 20px;
}

#solution h2 {
  margin-bottom: 50px;
}

.how-does h2 .how-does h3 {
  margin-bottom: 30px !important;
}

.how-does h3 {
  margin: 0 !important;
}

.btn-default {
  background: #8591ab;
  padding: 10px 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: 0;
  outline: none;
}

.image-banner .image-banner-heading h3 {
  margin-bottom: 0 !important;
}

.image-banner.image-banner-red .image-banner-heading {
  background: #b54d61;
}

.image-banner.image-banner-blue .image-banner-heading {
  background: #578bd1;
}

.watch h3,
.watch h2 {
  margin: 0 !important;
  color: #b95568 !important;
}

.watch .col-md-6:first-child img {
  max-height: 236px;
  width: 100%;
}

section#testimonials {
  padding: 60px 0;
  background: url(../images/banner-1.png);
  text-align: center;
  color: #fff;
}

section#testimonials img {
  text-align: center;
  margin: 0 auto;
}

#testimonials ol.carousel-indicators {
  position: absolute;
  bottom: -30px;
}

#testimonials .testimonials-heading h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
  margin-bottom: 20px;
  color: #fff;
}

#testimonials .testimonials-heading h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  margin-bottom: 0px;
  color: #fff;
}

#testimonials .item h2 {
  text-transform: uppercase;
  font-size: 20px;
}

#testimonials .item h3 {
  font-size: 18px;
}

#why h3 {
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 30px;
  color: #3b8bea;
}

#why h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
  margin-bottom: 20px;
  color: #3b8bea;
}

section#why {
  padding: 60px 0;
}

#why p,
#why ul li {
  font-size: 16px;
  color: #4f4e4e;
}

#why ul {
  padding-left: 0;
}

#why ul li {
  float: left;
  list-style: none;
  width: 50%;
  padding-left: 20px;
  position: relative;
}

#why ul li:before {
  content: "\f0da";
  position: absolute;
  left: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9d3b47;
}

#cta h3,
#cta h2 {
  margin: 0;
  color: #ffffff;
}

section#cta {
  background: url(../images/cta.jpg);
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#cta a.btn-green {
  margin-top: 20px;
  display: block;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
}

section#footer {

}

#footer h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

#footer input.form-control,
#footer textarea.form-control {
  margin-bottom: 10px;
  border-radius: 0;
  border: 0;
}

textarea.form-control {
  height: 100px;
}

input[type="submit"] {
  text-transform: uppercase;
  background: #3bc6f7;
  display: block;
  width: 100%;
  padding: 5px 0;
  border: 0;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
}

ul.social-media {
  padding-left: 0;
}

ul.social-media li {
  display: inline-block;
  vertical-align: top;
}

ul.social-media li .icon {
  width: 40px;
  height: 40px;
  background: url(../images/social-stripe.png);
  display: block;
}

ul.social-media li .icon-facebook {
  background-position: 0 0;
}

ul.social-media li .icon-twitter {
  background-position: -44px 0;
}

ul.social-media li .icon-linkedin {
  background-position: -92px 0;
}

ul.social-media li .icon-youtube {
  background-position: -137px 0;
}

ul.social-media {
  margin-top: 75px;
  margin-bottom: 20px;
}

table tr td b,
table tr td a {
  color: #fff;
}

table tr td {
  padding-right: 20px;
}

#footer p {
  margin-top: 10px;
  color: #fff;
}

#footer a {
  color: #fff;
}
#footer h3 {
  text-transform: uppercase;
  color: #3bc6f7;
  margin-bottom: 30px;
}
#cta h2 {
  font-weight: bold;
}

#myCarousel .img-responsive {
  max-width: 100%;
  width: 100%;
}

#testimonial .item p {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

#about-us-page .dark-bg {
  min-height: 356px;
}

div#about-us-page {
  margin-top: 100px;
  margin-bottom: 80px;
}

#page-title-banner {
  background-image: url(../images/banner.png);
  padding: 50px 0;
}

#page-title-banner h2 {
  font-size: 47px;
  font-weight: bold;
  color: #3b8bea;
}

#faq h3 {
  font-weight: bold;
  color: #3b8bea;
  margin-top: 40px;
}

#faq p,
#faq ul li {
  font-size: 16px;
}

#pricing {
  padding: 50px 0;
}

#pricing h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#pricing h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

#pricing {
  text-align: center;
}

#pricing li {
  list-style: none;
}

#pricing ul li {
  margin-top: 10px;
  border-bottom: 1px solid #000;
  font-size: 16px;
}

#pricing h3 {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

#pricing ul {
  padding-left: 0;
}

#pricing .col-md-3 {
  border: 1px solid #000;
}

#pricing ul {
  margin-bottom: 0;
}

#pricing ul li:last-child {
  border-bottom: 0;
}

#pricing .col-md-3 {
  min-height: 200px;
}

#pricing .col-md-3:first-child {
  background: #fff;
}

#pricing .col-md-3:last-child {
  background: #3b8bea;
}

#pricing .col-md-3:last-child > * {
  color: #fff;
}

#pricing .col-md-3:last-child ul li,
#pricing .col-md-3:last-child h3 {
  border-color: #fff !important;
}

#pricing h2 {
  color: #3b8bea;
}

#register-page .col-md-12,
#signin-page .col-md-12 {
  margin-bottom: 10px;
}

#register-page,
#signin-page {
  margin: 50px 0;
}

/*upload document page*/
#screen-page {
  /*
  background-size: cover;
  padding: 50px;
  box-shadow: inset 0px 10px 15px -15px rgba(0, 0, 0, 0.5);*/
}

#screen-page p {
  color: #858585 !important;
}

#screen-page .bdr-top {
  border-top: 1px solid #ebebeb;
}

#screen-page .bdr-bottom {
  border-bottom: 1px solid #ebebeb;
}

#screen-page .bdr-left {
  border-bottom: 1px solid #ebebeb;
}

#screen-page .bdr-right {
  border-right: 1px solid #ebebeb;
}

#screen-page .bdr-rad-15 {
  border-radius: 15px;
  overflow: hidden;
}

#screen-page .bdr-rad-10 {
  overflow: hidden;
}

#screen-page .innerbox {
  margin-top: 0px;
}

#screen-page .no-padding {
  padding: 0;
}

#screen-page h2 {
  font-size: 25px;
  margin-top: 10px;
  color: #7c7c7c;
}

#screen-page ul {
  padding-left: 0;
}

#screen-page ul li {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

#screen-page .innerbox {
  padding-top: 15px;
  padding-bottom: 15px;
}

#screen-page .bdr-rad-0 {
  border-radius: 0 !important;
}

#screen-page h3 {
  margin-top: 0;
  font-size: 18px;
  color: #7c7c7c !important;
}

.dark-bg {
  background: #f0f0f0;
}

.upload-arrow {
  background-image: url(../images/upload-arrow.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.innerbox {
  min-height: 280px;
}

.signup-process li {
  color: #7c7c7c;
  font-weight: 400;
}

span.badge {
  background: transparent;
  color: #8e8e8e;
  border: 1px solid #8e8e8e;
  border-radius: 50% !important;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  font-size: 14px;
  text-align: center;
}

#screen-page ul li {
  margin-top: 20px;
}

#screen-page ul li.active {
  font-weight: bold;
}

#screen-page ul li.active span.badge {
  color: #8e8e8e;
  border-color: #3b8bea;
}

.upload-files {
  width: 100%;
  text-align: center;
  padding: 30px;
}

.upload-files img {
  margin: 0 auto;
  margin-bottom: 20px;
}

#screen-page .btn-primary {
  background: #3b8bea;
  height: 100%;
  padding: 5px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: normal;
}

#screen-page input {
  margin-bottom: 10px;
}

#screen-page select {
  margin-bottom: 10px;
}

#screen-page .padding-left0 {
  padding-left: 0;
}

#screen-page .padding-right0 {
  padding-right: 0;
}

section#screen-page .messagebox {
  padding: 30px;
  border-radius: 15px;
  margin-top: 30px;
}

#screen-page .input-margin-0 input {
  margin-bottom: -1px;
}

#screen-page .input-margin-0 select {
  margin-bottom: -1px;
}

#screen-page .close-icon {
  position: absolute;
  right: 10px;
  top: 15px;
}

.title {
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-screen-page {
  padding-top: 40px;
  padding-bottom: 40px;
}

.btn-primary {
  background: transparent !important;
  color: #3b8bea !important;
  border: 1px solid #3b8bea;
  padding: 10px 20px !important;
  margin-right: 10px;
}

.btn-primary:hover {
  background: #3b8bea !important;
  color: #fff !important;
  text-decoration: none;
}

.btn-secondary {
  background: #3bc6f7;
  color: #ffffff;
  border: 1px solid #3bc6f7;
  padding: 10px 20px !important;
  margin-right: 10px;
  text-decoration: none;
}

.btn-secondary:hover {
  background: #fff;
  color: #3bc6f7;
  border: 1px solid #3bc6f7;
}

#screen-page .btn-primary,
#screen-page .btn-secondary,
#screen-page input[type="submit"].btn-primary,
#screen-page input[type="submit"].btn-secondary {
  min-width: 150px;
  width: auto;
  max-width: 320px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
}

#screen-page .modal .bdr {
  background: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#screen-page .modal .col-md-6 {
  margin-bottom: 6px;
}

#screen-page .modal .col-md-6 h3 {
  font-size: 16px;
  color: #858585 !important;
}

#screen-page .modal .col-md-6 i {
  margin-right: 6px;
}

#screen-page .modal h2 {
  text-align: center;
}

#screen-page .modal .btn-secondary {
  text-align: center;
  /*margin-top: 0px !important;*/
  display: inline-block;
}

#screen-page .modal p {
  text-align: center;
}

.modal button.close {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 999999;
  font-size: 30px !important;
}

.m-auto {
  margin: auto;
}

.btn-screen-page.position-right {
  float: right;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -50px;
}

#screen-page img.img-responsive.close-icon.position-left {
  left: 0;
  top: 25px;
}

.document-preview {
  min-height: 500px;
}

.document-page {
  margin-top: 30px;
  /*padding-top: 100px;*/
}

.arrow-icon.position-left {
  position: absolute;
  top: 16px;
  cursor: pointer;
}

.btn-block {
  max-width: 220px !important;
  margin: 10px auto !important;
}

.testing-icon {
  width: 44px;
  margin-top: 30px;
  float: right;
  margin-right: -20px;
}

.row-flex {
  display: flex;
}

.column-flex {
  display: flex;
  align-items: center;
}

.progress {
  height: auto;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.bg-info {
  background-color: #398bf7 !important;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

#screen-page label {
  font-size: 18px;
  font-weight: 500;
  color: #7c7c7c !important;
}

.personal-signup .innerbox {
  padding: 40px;
  text-align: center;
}

.personal-signup .innerbox img {
  display: block;
  margin: 0 auto;
}

.personal-signup .lightblue-bg {
  background: #69a5ec;
}

.personal-signup .darkblue-bg {
  background: #4d97ac;
}

section#screen-page .personal-signup h2 {
  color: #fff;
  /* font-size: 40px; */
}

section#screen-page .personal-signup p {
  color: #fff !important;
  font-size: 18px !important;
}

#screen-page .personal-signup input {
  width: 100%;
  border: 1px solid #ffffff;
  background-color: transparent;
  padding: 10px;
  margin-top: 10px;
  color: #ffffff;
  font-size: 18px;
}

#screen-page .personal-signup form {
  max-width: 100%;
  margin: 0 auto;
}

#screen-page .personal-signup input[type="submit"] {
  background: #101010;
  border: none;
  font-size: 18px;
  text-transform: capitalize;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-2 {
  margin-bottom: 2em;
}

.personal-signup .innerbox {
  /*min-height: 438px;*/
  min-height: 390px;
}

#screen-page .personal-signup input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
}

#screen-page .personal-signup input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}

#screen-page .personal-signup input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
}

#screen-page .personal-signup input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}

section#screen-page .personal-signup p.mb-3 {
  font-size: 25px !important;
  margin-bottom: 2em;
  width: 100%;
}

section#screen-page .personal-signup p {
  font-size: 17px !important;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

#screen-page .profile {
  margin-top: 40px;
}

#screen-page .input-margin-0 select {
  margin-bottom: 0px;
}

#screen-page select {
  margin-bottom: 10px;
}

a.link {
  color: #00bdff !important;
}

#screen-page .profile a.link {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  cursor: pointer;
}

.profile .btn-screen-page {
  padding: 20px 0;
}

.mt-section {
  margin-top: 40px;
}

.payment a.btn-primary {
  background: #3b8bea !important;
  color: #fff;
}

#screen-page .payment ul li,
#screen-page .payment ul li label,
#screen-page .payment ul {
  margin-bottom: 0px;
  margin-top: 0;
}

.verify-identity-17 hr {
  border: 1px solid #d6d6d6;
}

.verify-identity-17 h3 {
  padding-top: 30px;
}

#screen-page .verify-identity-17 ul li {
  margin: 10px 0;
}

ul.caret-icon li:before {
  content: "\f0da";
  position: absolute;
  left: 0;
  color: #3b8bea;
  font: normal normal normal 18px/1 FontAwesome;
  top: 2px;
}

ul.caret-icon li {
  padding-left: 16px;
  position: relative;
}

ul.caret-icon li.remove-icon:before {
  display: none;
}

#screen-page .verify-identity-17 ul li {
  color: #858585;
}

#myModal21 .text-center .btn-screen-page {
  padding: 0;
}

#myModal21 .text-center .btn-screen-page a.btn-secondary {
  background: #e91808;
  border: 0;
}

#myModal21 .text-center .btn-screen-page a.btn-secondary:hover {
  color: #fff;
}

img.icon-recyle {
  width: 40px;
  margin-bottom: 10px;
}

.paymentbox hr {
  border: 1px solid #bfbfbf;
  margin: 5px 0;
  margin-bottom: 10px;
}

.fs-18 {
  font-size: 18px;
}

.fs-26 {
  font-size: 26px;
}

.download-file {
  border: 20px solid #d5d4d4;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.download-file .icon-download {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 70px;
}

.download-file img {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.white-bg {
  background: #fff;
}

/*.modal-full {
min-width: 100%;
margin: 0;
}

.modal-full .modal-content {
min-height: 100vh;
}*/

.user-page ul li {
  border: 1px solid #7c7c81;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

.user-page {
  box-sizing: border-box;
}

.user-image {
  width: 100%;
  height: auto;
  max-height: 352px;
  overflow: hidden;
}

.user-page ul.pull-right li {
  border: 0;
}

.user-page ul li {
  margin-right: 0;
  margin-left: 0;
}

.user-page ul li a {
  color: #7c7c7c;
}

.user-page .profile-link {
  background: #3399ff !important;
  padding: 10px;
}

.user-page .profile-link a {
  color: #fff;
}

#screen-page .user-page .profile-link h3,
#screen-page .user-page .profile-link a {
  color: #fff !important;
  margin-bottom: 0;
}

#DocumentDetailModal ul.nav.nav-pills {
  background: #cee4fd;
  text-align: center;
}

#DocumentDetailModal ul.nav.nav-pills li {
  display: inline-block;
  float: none;
}

#DocumentDetailModal ul.nav.nav-pills li a {
  border-radius: 0;
}

#DocumentDetailModal ul.nav.nav-pills li {
  margin-top: 10px;
}

#DocumentDetailModal table tr th {
  font-size: 16px;
  color: #7c7c7c;
}

#DocumentDetailModal table.table {
  max-width: 90%;
  margin: 0 auto;
}

#DocumentDetailModal table tr td a {
  color: #000;
}

#DocumentDetailModal table {
  margin: 20px auto;
}

#UserDocumentList ul.nav.nav-pills {
  background: #cee4fd;
  text-align: center;
}

#UserDocumentList ul.nav.nav-pills li {
  display: inline-block;
  float: none;
}

#UserDocumentList ul.nav.nav-pills li a {
  border-radius: 0;
}

#UserDocumentList ul.nav.nav-pills li {
  margin-top: 10px;
}

#UserDocumentList table tr th {
  font-size: 16px;
  color: #7c7c7c;
}

#UserDocumentList table.table {
  max-width: 90%;
  margin: 0 auto;
}

#UserDocumentList table tr td a {
  color: #000;
}

#UserDocumentList table {
  margin: 20px auto;
}

.fa-file-text-o {
  font-size: 18px;
  margin-right: 5px;
}

i.fa.fa-circle {
  color: #34a853;
  font-size: 10px;
}

.modal-dialog.full {
  width: 100%;
}

.modal-dialog.full .modal-content {
  height: 100vh;
}

.take-photo .modal .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
}

.modal.in .modal-dialog {
  background: rgba(0, 0, 0, 0.7);
}

.take-photo .modal-dialog.full {
  margin: 0;
}

.take-photo button.close.pull-left {
  font-size: 18px !important;
  text-shadow: none !important;
  color: #a7a7a7 !important;
  opacity: 1;
  font-weight: normal;
  text-align: left;
  position: absolute;
  left: 0;
  top: 20px;
  left: 20px;
}

.take-photo .col-md-8.text-left {
  margin-top: 50px;
}

.take-photo .icon-tfs .icon-tf {
  position: absolute;
  left: -63px;
  top: 50%;
  transform: translate(0, -50%);
  width: 50px;
}

.take-photo .icon-tfs li {
  position: relative;
}

.take-photo .icon-tfs {
  width: 80%;
  margin-left: auto;
  margin-top: 50px;
}

.take-photo .mt-20 {
  margin-top: 60px !important;
}

a.update-btn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 16px !important;
  color: #808080 !important;
}

#DocumentDetailModal table.borderless tr th,
#DocumentDetailModal table.borderless tr td {
  border: 0;
}

#UserDocumentList table.borderless tr th,
#UserDocumentList table.borderless tr td {
  border: 0;
}

#screen-page h3.text-success {
  color: #34a853 !important;
}

.videobox {
  margin: 50px auto;
  max-width: 550px;
  text-align: center;
}

.videobox img {
  width: 100%;
}

.videobox iframe {
  width: 100%;
}

input.btn-search {
  display: inline-block;
  vertical-align: top;
  max-width: 150px;
  height: auto;
  padding: 3px;
}

form.form-inline input.form-control {
  border-radius: 0;
}

#user-screen #DocumentDetailModal table tr td a.btn-green {
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
}

#user-screen #DocumentDetailModal table tr td {
  padding: 15px 0;
}

#user-screen #UserDocumentList table tr td a.btn-green {
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
}

#user-screen #UserDocumentList table tr td {
  padding: 15px 0;
}

#user-screen i.fa.fa-circle.blue {
  margin-right: 5px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
  color: #3b8bea;
}

#user-screen i.fa.fa-circle.green {
  margin-right: 5px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
  color: #34a853;
}

#user-screen div#DocumentDetailModal table tr td:last-child {
  text-align: center;
}

#user-screen div#UserDocumentList table tr td:last-child {
  text-align: center;
}

.userlinkbox {
  padding: 40px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fafafa;
  margin-bottom: 20px;
  min-height: 201px;
}

.userlinkbox img {
  margin-bottom: 20px;
}

#DocumentDetailModal table tr th,
#DocumentDetailModal table tr td,
#DocumentDetailModal table tr,
#DocumentDetailModal table {
  border-left: 0;
  border-right: 0;
}

#UserDocumentList table tr th,
#UserDocumentList table tr td,
#UserDocumentList table tr,
#UserDocumentList table {
  border-left: 0;
  border-right: 0;
}

.field-validation-error {
  width: 100% !important;
  display: block;
}

#screen-page h3.bdr-bottom a {
  color: #000 !important;
}

.btn-relative {
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  margin-bottom: 10px;
  margin-top: 5px;
}

.img-SignSeal {
  min-height: 130px;
  max-height: 130px;
}

#screen-page .btn-screen-page .btn-primary,
#screen-page .btn-screen-page .btn-secondary,
#screen-page .btn-screen-page input[type="submit"].btn-primary,
#screen-page .btn-screen-page input[type="submit"].btn-secondary {
  font-size: 14px;
}

div#divDrawing {
  text-align: center;
}

div#divDrawing input#file {
  margin: 10px auto;
  color: #3b8bea;
  border: 1px solid #3b8bea;
  background: #fff;
}

div#divDrawing img#commentImg {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #fff !important;
  object-fit: contain;
}

input#ImageFileUpload {
}

#divDrawing canvas#commentCanvas {
  border: 1px solid #ddd !important;
}

.img-relative {
  width: 360px;
  height: 161px;
  border: 1px solid #ddd;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.img-canvas {
    height: 161px;
    border: 1px solid #ddd;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.img-relative img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

div#DocumentDetailModal h3 {
  padding-top: 10px;
  padding-bottom: 0px;
}

div#DocumentDetailModal .tab-content {
  padding-top: 30px;
}

div#UserDocumentList h3 {
  padding-top: 10px;
  padding-bottom: 0px;
}

div#UserDocumentList .tab-content {
  padding-top: 30px;
}

#screen-page .text-black {
  color: #000 !important;
}

#screen-page .text-dangar {
  color: red !important;
}

.modal video {
  max-width: 100%;
}

#screen-page .text-gray {
  color: #7c7c7c !important;
}

#journal h3 {
  margin-top: 10px;
}

#journal .table > tbody > tr:last-child {
  border-bottom: 1px solid #ddd;
}

div#journal .table {
  margin-bottom: 0;
}

.personal-signup .selected {
  border: 1px solid #2686f7;
  box-shadow: 0px 0px 9px 4px rgba(59, 139, 234, 1);
}

section#screen-page.question-page p {
  font-size: 18px;
}

#screen-page.question-page label {
  font-size: 14px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #3b8bea;
  color: #fff;
}

.dropdown-menu > li > a {
  color: #9d9d9d;
}

/*font-family: 'Open Sans', sans-serif;
font-family: 'Quicksand', sans-serif;
*/
/*// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/

/*// Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
}

/*// Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
  .arrow-icon.position-left {
    position: absolute;
    top: 5px;
    cursor: pointer;
  }

  #screen-page .p-xs-0 {
    padding: 0;
  }

  #screen-page .padding-left0 {
    padding-left: 15px;
  }

  #screen-page .padding-right0 {
    padding-right: 15px;
  }

  #screen-page .no-padding {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-brand > img {
    max-width: 210px;
  }

  nav.navbar.top-bar {
    position: relative;
    margin-bottom: 0;
  }

  .top-bar ul.nav.navbar-nav.navbar-right {
    margin: 0 !important;
  }

  a.navbar-brand {
    margin: 0;
  }

  .nav > li {
    display: inline-block;
  }

  .top-bar ul.nav.navbar-nav.navbar-right {
    text-align: center;
  }

  a.navbar-brand {
    padding-top: 0;
  }

  header .navbar-default .navbar-nav li {
    display: block !important;
  }

  ul.nav.navbar-nav.navbar-right {
    margin-top: 0;
    margin-bottom: 0;
  }

  header {
    padding-bottom: 0;
  }

  header .navbar-default .navbar-nav li {
    border-bottom: 1px solid #8591ab;
  }

  header .navbar-default .navbar-nav li:last-child {
    border: 0;
  }

  nav.navbar.navbar-default {
    margin-bottom: 10px;
  }

    .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000000;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }

  .carousel-caption {
    position: relative;
  }

  #myCarousel img {
    display: none;
  }

  #myCarousel {
    background: url(../images/banner.png);
  }

  #myCarousel .carousel-caption h2 {
    font-size: 40px;
  }

  #myCarousel .carousel-caption h4 {
    font-size: 18px;
  }

  #myCarousel .carousel-caption p {
    font-size: 16px;
  }

  #myCarousel {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  section#solution {
    padding: 40px 0;
    margin: 20px 0;
  }

  #solution h2 {
    font-size: 30px;
  }

  .image-banner .image-banner-heading {
    position: relative;
  }

  .image-banner .image-banner-heading h3 {
    font-size: 14px !important;
  }

  .image-banner .image-banner-heading h2 {
    font-size: 18px !important;
  }

  section#about h2 {
    font-size: 26px;
    margin-bottom: 10px !important;
  }

  section#about h3 {
    font-size: 22px;
  }

  section#about .row .col-md-6 {
    padding-bottom: 20px;
  }

  ol.carousel-indicators {
    display: none;
  }

  .image-banner .image-banner-heading {
    padding-left: 20px;
    bottom: 0;
  }

  .watch .col-md-6:first-child img {
    max-height: 100%;
  }

  #why h3 {
    font-size: 20px;
  }

  #why h2 {
    font-size: 26px;
  }

  #testimonials .testimonials-heading h3 {
    font-size: 22px;
  }

  #testimonials .testimonials-heading h2 {
    font-size: 26px;
  }

  #why ul li {
    float: none;
    width: 100%;
  }

  #why {
    padding: 20px 0 !important;
  }

  #cta h2 {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
  }

  #cta h3 {
    display: block;
    text-align: center;
    font-size: 20px;
  }

  ul.social-media {
    text-align: center;
  }

  #footer table {
    margin: 0 auto;
  }

  #footer p {
    text-align: center;
  }

  section#footer {
    padding: 30px 0;
  }

  .btn-screen-page.position-right {
    float: none;
    margin-top: -6px;
    margin-bottom: 10px;
  }

  #screen-page img.img-responsive.close-icon.position-left {
    right: -5px !important;
    left: unset;
    top: -12px;
    width: 12px !important;
  }

  #screen-page h2 {
    font-size: 22px;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  .row-flex {
    display: table;
  }

  .navbar-brand > img {
    max-width: 210px;
  }

  nav.navbar.top-bar {
    position: relative;
    margin-bottom: 0;
  }

  .top-bar ul.nav.navbar-nav.navbar-right {
    margin: 0 !important;
  }

  a.navbar-brand {
    margin: 0;
  }

  .nav > li {
    display: inline-block;
  }

  .top-bar ul.nav.navbar-nav.navbar-right {
    text-align: center;
  }

  a.navbar-brand {
    padding-top: 0;
  }

  header .navbar-default .navbar-nav li {
    display: block !important;
  }

  ul.nav.navbar-nav.navbar-right {
    margin-top: 0;
    margin-bottom: 0;
  }

  header {
    padding-bottom: 0;
  }

  header .navbar-default .navbar-nav li {
    border-bottom: 1px solid #8591ab;
  }

  header .navbar-default .navbar-nav li:last-child {
    border: 0;
  }

  nav.navbar.navbar-default {
    margin-bottom: 10px;
  }

  .carousel-caption {
    position: relative;
  }

  #myCarousel img {
    display: none;
  }

  #myCarousel {
    background: url(../images/banner.png);
  }

  #myCarousel .carousel-caption h2 {
    font-size: 40px;
  }

  #myCarousel .carousel-caption h4 {
    font-size: 18px;
  }

  #myCarousel .carousel-caption p {
    font-size: 16px;
  }

  #myCarousel {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  section#solution {
    padding: 40px 0;
  }

  #solution h2 {
    font-size: 30px;
  }

  .image-banner .image-banner-heading {
    position: relative;
  }

  .image-banner .image-banner-heading h3 {
    font-size: 14px !important;
  }

  .image-banner .image-banner-heading h2 {
    font-size: 18px !important;
  }

  section#about h2 {
    font-size: 26px;
    margin-bottom: 10px !important;
  }

  section#about h3 {
    font-size: 22px;
  }

  section#about .row .col-md-6 {
    padding-bottom: 20px;
  }

  ol.carousel-indicators {
    display: none;
  }

  .image-banner .image-banner-heading {
    padding-left: 20px;
    bottom: 0;
  }

  .watch .col-md-6:first-child img {
    max-height: 100%;
  }

  #why h3 {
    font-size: 20px;
  }

  #why h2 {
    font-size: 26px;
  }

  #testimonials .testimonials-heading h3 {
    font-size: 22px;
  }

  #testimonials .testimonials-heading h2 {
    font-size: 26px;
  }

  #why ul li {
    float: none;
    width: 100%;
  }

  #why {
    padding: 20px 0 !important;
  }

  #cta h2 {
    display: block;
    text-align: center;
    font-size: 26px;
  }

  #cta h3 {
    display: block;
    text-align: center;
    font-size: 20px;
  }

  ul.social-media {
    text-align: center;
  }

  #footer table {
    margin: 0 auto;
  }

  #footer p {
    text-align: center;
  }

  section#footer {
    padding: 30px 0;
  }

  #screen-page .no-padding {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  #screen-page .padding-left0 {
    padding-left: 15px;
  }

  #screen-page .padding-right0 {
    padding-right: 15px;
  }

  #screen-page .p-xs-0 {
    padding: 0;
  }

  section#screen-page .messagebox {
    padding: 15px;
    margin-top: 0px;
  }

  #screen-page .btn-screen-page.text-right {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .btn-screen-page.position-right {
    float: none;
    margin-top: -6px;
    margin-bottom: 10px;
  }

  #screen-page img.img-responsive.close-icon.position-left {
    right: -5px !important;
    left: unset;
    top: -12px;
    width: 12px !important;
  }

  #screen-page h2 {
    font-size: 22px;
  }

  #screen-page .innerbox {
    margin-top: 15px;
  }

  .arrow-icon.position-left {
    position: absolute;
    top: 5px;
    cursor: pointer;
  }

  #modalFillOutInfo .col-md-6.col-sm-6 {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
  .personal-signup .innerbox.darkblue-bg > * {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  a.stripe2:before,
  a.stripe2:after {
    display: none;
  }

  div#pricing-stripe a.stripe.stripe2 {
    font-size: 22px !important;
  }

  div#pricing-stripe a.stripe.stripe2 .col-md-12 {
    padding: 0;
  }

  #screen-page .no-padding {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-brand > img {
    max-width: 210px;
  }

  nav.navbar.top-bar {
    position: relative;
    margin-bottom: 0;
  }

  .top-bar ul.nav.navbar-nav.navbar-right {
    margin: 0 !important;
  }

  a.navbar-brand {
    margin: 0;
  }

  .nav > li {
    display: inline-block;
  }

  .top-bar ul.nav.navbar-nav.navbar-right {
    text-align: center;
  }

  a.navbar-brand {
    padding-top: 0;
  }

  header .navbar-default .navbar-nav li {
    display: block !important;
  }

  ul.nav.navbar-nav.navbar-right {
    margin-top: 0;
    margin-bottom: 0;
  }

  header {
    padding-bottom: 0;
  }

  header .navbar-default .navbar-nav li {
    border-bottom: 1px solid #8591ab;
  }

  header .navbar-default .navbar-nav li:last-child {
    border: 0;
  }

  nav.navbar.navbar-default {
    margin-bottom: 10px;
  }

  .carousel-caption {
    position: relative;
  }

  #myCarousel img {
    display: none;
  }

  #myCarousel {
    background: url(../images/banner.png);
  }

  #myCarousel .carousel-caption h2 {
    font-size: 40px;
  }

  #myCarousel .carousel-caption h4 {
    font-size: 18px;
  }

  #myCarousel .carousel-caption p {
    font-size: 16px;
  }

  #myCarousel {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  section#solution {
    padding: 40px 0;
  }

  #solution h2 {
    font-size: 30px;
  }

  .image-banner .image-banner-heading {
    position: relative;
  }

  .image-banner .image-banner-heading h3 {
    font-size: 14px !important;
  }

  .image-banner .image-banner-heading h2 {
    font-size: 18px !important;
  }

  section#about h2 {
    font-size: 26px;
    margin-bottom: 10px !important;
  }

  section#about h3 {
    font-size: 22px;
  }

  section#about .row .col-md-6 {
    padding-bottom: 20px;
  }

  ol.carousel-indicators {
    display: none;
  }

  .image-banner .image-banner-heading {
    padding-left: 20px;
    bottom: 0;
  }

  .watch .col-md-6:first-child img {
    max-height: 100%;
  }

  #why h3 {
    font-size: 20px;
  }

  #why h2 {
    font-size: 26px;
  }

  #testimonials .testimonials-heading h3 {
    font-size: 22px;
  }

  #testimonials .testimonials-heading h2 {
    font-size: 26px;
  }

  #why ul li {
    float: none;
    width: 100%;
  }

  #why {
    padding: 20px 0 !important;
  }

  #cta h2 {
    display: block;
    text-align: center;
    font-size: 26px;
  }

  #cta h3 {
    display: block;
    text-align: center;
    font-size: 20px;
  }

  ul.social-media {
    text-align: center;
  }

  #footer table {
    margin: 0 auto;
  }

  #footer p {
    text-align: center;
  }

  /* singup page*/
  section#footer {
    padding: 30px 0;
  }

  #screen-page .innerbox {
    margin-top: 15px;
  }

  #screen-page .padding-left0 {
    padding-left: 15px;
  }

  #screen-page .padding-right0 {
    padding-right: 15px;
  }

  #screen-page .p-xs-0 {
    padding: 0;
  }

  #screen-page .btn-screen-page .btn-primary,
  #screen-page .btn-screen-page .btn-secondary {
    display: inline-block;
    width: 100% !important;
    text-align: center;
    margin-top: 10px;
  }

  #screen-page btn-screen-page {
    text-align: center !important;
  }

  #screen-page .btn-screen-page.text-right {
    text-align: center;
  }

  #screen-page {
    padding: 15px;
  }

  section#screen-page .messagebox {
    padding: 15px;
    margin-top: 0px;
  }

  #screen-page .btn-screen-page.text-right {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .btn-screen-page.position-right {
    float: none;
    margin-top: -6px;
    margin-bottom: 10px;
  }

  #screen-page img.img-responsive.close-icon.position-left {
    right: -5px !important;
    left: unset;
    top: -12px;
    width: 12px !important;
  }

  #screen-page h2 {
    font-size: 22px;
  }

  .arrow-icon.position-left {
    position: absolute;
    top: 5px;
    width: 22px;
    left: 0;
    cursor: pointer;
  }

  .row-flex {
    display: table;
  }

  #screen-page td h3,
  #screen-page th h3,
  #screen-page td,
  #screen-page th {
    font-size: 14px !important;
  }

  #screen-page #user-screen #DocumentDetailModal table.table {
    max-width: 95% !important;
  }

  #user-screen #DocumentDetailModal table tr td a.btn-green {
    padding: 5px 10px;
    font-size: 14px;
  }

  #user-screen #DocumentDetailModal table tr td {
    width: 63%;
    padding: 5px;
  }

  #screen-page #user-screen #UserDocumentList table.table {
    max-width: 95% !important;
  }

  #user-screen #UserDocumentList table tr td a.btn-green {
    padding: 5px 10px;
    font-size: 14px;
  }

  #user-screen #UserDocumentList table tr td {
    width: 63%;
    padding: 5px;
  }

  #modalFillOutInfo .col-md-6.col-sm-6 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
}

#modalSignature button.btn.btn-success.btn-block {
  max-width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.accordion-item .accordion-body {
  display: none;
}

.accordion-head th:first-child h3:before {
  content: "\f107";
  display: inline-block;
  vertical-align: inherit;
  margin-right: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.accordion-head h3 {
  position: relative;
}

.accordion-head.active th:first-child h3:before {
  content: "\f106";
}

#menuSummary thead.accordion-head {
  cursor: pointer;
}

.partial-view-loading-container {
  text-align: center;
}

.img-partial-view-loading {
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 50%;
  max-height: 50%;
  align-content: center;
}

.toolbar {
  z-index: 2 !important;
}

#sidebarContainer {
  z-index: 1 !important;
}

.meeting-failure-page .checklist-head {
  text-transform: uppercase;
  color: #000 !important;
}

#screen-page.meeting-failure-page ul li {
  margin: 10px 0 !important;
}

.meeting-failure-page .btn.btn-success {
  margin-top: 20px;
  padding: 10px 50px;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 16px;
}

.meeting-failure-page .bdr-bottom.row {
  background: #fff;
  margin-bottom: 20px;
}

#screen-page.meeting-failure-page h3.checklist-head {
  color: #727272 !important;
  font-weight: 500;
  border-bottom: 1px solid #dde4e8;
  padding-bottom: 10px;
}

#screen-page .profile {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding-top: 10px;
  margin-top: 10px;
  height: auto;
}

.row.divCities button {
  margin: 5px;
}

.row.divCities {
  margin-left: 10px;
  margin-bottom: 10px;
}

#slide2 h3 {
  text-align: center !important;
  font-size: 28px !important;
  color: #6d788e !important;
}

#slide2 .btn-theme2 {
  background: #b2384f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  margin: 0 auto;
  float: none !important;
  margin-bottom: 30px;
  margin-top: 30px;
}

#slide2 img {
  max-width: 120px;
}

#slide2 .col-md-4 {
  text-align: center;
}

#slide2 h3 {
  color: #646e86;
  text-shadow: none !important;
  font-size: 22px;
}

#slide2 p {
  text-align: center;
  display: block;
}

#myCarousel .carousel-caption #slide2 p {
  text-align: center;
}

#myCarousel .carousel-caption #slide2 p:before {
  content: "";
  border: 0.8px solid #646e86;
  height: 1px;
  position: absolute;
  width: 86%;
  right: -50%;
  margin-top: 15px;
}

#myCarousel .carousel-caption #slide2 p {
  position: relative;
}

#myCarousel .carousel-caption #slide2 .row .col-md-4:nth-child(3) p::before {
  display: none !important;
}

#myCarousel .carousel-caption #slide2 a {
  font-weight: bold;
  font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

#slide3 h2 {
  font-size: 38px !important;
  color: #646e86 !important;
}

#slide3 p {
  color: #545454 !important;
  margin-bottom: 20px !important;
}

#slide3 .img-responsive {
  max-width: 320px;
  margin: 0 auto;
}

#slide3 .btn.btn-green {
  margin-bottom: 50px;
}

#pricingpage .col-md-12 img {
  max-width: 120px;
  display: block;
  margin: 30px auto;
}

#pricingpage .pricing-box h3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  color: #fff !important;
  font-size: 30px;
  margin-top: 50px;
}

#pricingpage .pricing-box.greenbdr h3 {
}

#pricingpage .pricing-box.greenbdr {
  margin-top: 100px;
  border-left: 2px solid #34a853;
  border-bottom: 2px solid #34a853;
}

#pricingpage .pricing-box.bluebdr {
  margin-top: 50px;
  border: 2px solid #3b8bea;
}

#pricingpage .row:nth-child(2) {
  max-width: 80%;
  margin: 0 auto;
}

#pricingpage .pricing-box img {
  width: 100%;
}

#pricingpage .pricing-box {
  position: relative;
}

#pricingpage .row:nth-child(2) .col-md-6 {
  padding: 0;
}

#pricingpage .pricing-box li {
  font-size: 22px;
  text-align: center;
  color: #697285;
}

#pricingpage .pricing-box li span {
  color: #f00;
  display: block;
  font-size: 29px;
}

#pricingpage .pricing-box.greenbdr li span {
  color: #34a853;
}

#pricingpage .pricing-box.bluebdr li span {
  color: #3b8bea;
}

#pricingpage .pricing-box.bluebdr .btn.btn-blue {
  background: #3b8bea;
  padding: 8px 30px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  font-size: 18px;
  transition: all 0.2s;
  max-width: 200px;
  margin: 30px auto;
  display: block;
}

#pricingpage .pricing-box.bluebdr .btn.btn-blue:hover {
  background: #34a853;
}

#pricingpage .pricing-box.greenbdr .btn.btn-green {
  display: block;
  max-width: 200px;
  margin: 30px auto;
}

#pricingpage .pricing-box.bluebdr ul + ul {
  background: #3b8bea;
  padding: 15px;
  margin-top: 15px !important;
  display: block;
}

#pricingpage .pricing-box.bluebdr ul + ul li {
  color: #fff;
  padding: 0;
  margin: 0;
}

#pricingpage .pricing-box.bluebdr ul + ul li span {
  display: block;
  color: #fff;
}

#pricingpage .pricing-box.bluebdr ul + ul li {
}

#pricingpage .col-md-12 h3 {
  text-align: center;
  font-size: 35px;
  color: #8591ab !important;
}

#pricingpage .pricing-box .price-line {
  max-width: 120px;
  margin: 0 auto;
}

#pricingpage .pricing-box li:after {
  border: 1px solid #d5d6d6;
  content: "";
  display: block;
  max-width: 120px;
  margin: 0 auto;
  margin-top: 22px;
}

#pricingpage .pricing-box ul + ul li::after {
  display: none;
}

#pricingpage .pricing-box.bluebdr li:after {
  max-width: 300px;
}

#pricingpage .pricing-box li:last-child:after {
  display: none;
}

@media (max-width: 991px) {
  #pricingpage .pricing-box.greenbdr {
    border: 2px solid #34a853;
  }
}

@media (max-width: 767px) {
  #myCarousel .carousel-caption #slide2 p:before {
    display: none;
  }

  #slide2 img {
    display: block !important;
    margin: 0 auto !important;
    max-width: 70px;
  }

  #slide2 p {
    margin-left: 0 !important;
  }

  #pricingpage .pricing-box h3 {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  #pricingpage .pricing-box h3 {
    margin-top: 25px;
  }
}

#pricingpage {
  zoom: 56%;
}

#pricingpage .col-md-6 {
  padding: 0;
}

/*font-family: 'Open Sans', sans-serif;
font-family: 'Quicksand', sans-serif;
*/
/*// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/

/*// Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
}

/*// Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
  .arrow-icon.position-left {
    position: absolute;
    top: 5px;
  }

  #screen-page .p-xs-0 {
    padding: 0;
  }

  #screen-page .padding-left0 {
    padding-left: 15px;
  }

  #screen-page .padding-right0 {
    padding-right: 15px;
  }

  #screen-page .no-padding {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-brand > img {
    max-width: 210px;
  }

  nav.navbar.top-bar {
    position: relative;
    margin-bottom: 0;
  }

  .top-bar ul.nav.navbar-nav.navbar-right {
    margin: 0 !important;
  }

  a.navbar-brand {
    margin: 0;
  }

  .nav > li {
    display: inline-block;
  }

  .top-bar ul.nav.navbar-nav.navbar-right {
    text-align: center;
  }

  a.navbar-brand {
    padding-top: 0;
  }

  header .navbar-default .navbar-nav li {
    display: block !important;
  }

  ul.nav.navbar-nav.navbar-right {
    margin-top: 0;
    margin-bottom: 0;
  }

  header {
    padding-bottom: 0;
  }

  header .navbar-default .navbar-nav li {
    border-bottom: 1px solid #8591ab;
  }

  header .navbar-default .navbar-nav li:last-child {
    border: 0;
  }

  nav.navbar.navbar-default {
    margin-bottom: 10px;
  }

  .carousel-caption {
    position: relative;
  }

  #myCarousel img {
    display: none;
  }

  #myCarousel {
    background: url(../images/banner.png);
  }

  #myCarousel .carousel-caption h2 {
    font-size: 40px;
  }

  #myCarousel .carousel-caption h4 {
    font-size: 18px;
  }

  #myCarousel .carousel-caption p {
    font-size: 16px;
  }

  #myCarousel {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  section#solution {
    padding: 40px 0;
    margin: 20px 0;
  }

  #solution h2 {
    font-size: 30px;
  }

  .image-banner .image-banner-heading {
    position: relative;
  }

  .image-banner .image-banner-heading h3 {
    font-size: 14px !important;
  }

  .image-banner .image-banner-heading h2 {
    font-size: 18px !important;
  }

  section#about h2 {
    font-size: 26px;
    margin-bottom: 10px !important;
  }

  section#about h3 {
    font-size: 22px;
  }

  section#about .row .col-md-6 {
    padding-bottom: 20px;
  }

  ol.carousel-indicators {
    display: none;
  }

  .image-banner .image-banner-heading {
    padding-left: 20px;
    bottom: 0;
  }

  .watch .col-md-6:first-child img {
    max-height: 100%;
  }

  #why h3 {
    font-size: 20px;
  }

  #why h2 {
    font-size: 26px;
  }

  #testimonials .testimonials-heading h3 {
    font-size: 22px;
  }

  #testimonials .testimonials-heading h2 {
    font-size: 26px;
  }

  #why ul li {
    float: none;
    width: 100%;
  }

  #why {
    padding: 20px 0 !important;
  }

  #cta h2 {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
  }

  #cta h3 {
    display: block;
    text-align: center;
    font-size: 20px;
  }

  ul.social-media {
    text-align: center;
  }

  #footer table {
    margin: 0 auto;
  }

  #footer p {
    text-align: center;
  }

  section#footer {
    padding: 30px 0;
  }

  .btn-screen-page.position-right {
    float: none;
    margin-top: -6px;
    margin-bottom: 10px;
  }

  #screen-page img.img-responsive.close-icon.position-left {
    right: -5px !important;
    left: unset;
    top: -12px;
    width: 12px !important;
  }

  #screen-page h2 {
    font-size: 22px;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  .row-flex {
    display: table;
  }

  .navbar-brand > img {
    max-width: 210px;
  }

  nav.navbar.top-bar {
    position: relative;
    margin-bottom: 0;
  }

  .top-bar ul.nav.navbar-nav.navbar-right {
    margin: 0 !important;
  }

  a.navbar-brand {
    margin: 0;
  }

  .nav > li {
    display: inline-block;
  }

  .top-bar ul.nav.navbar-nav.navbar-right {
    text-align: center;
  }

  a.navbar-brand {
    padding-top: 0;
  }

  header .navbar-default .navbar-nav li {
    display: block !important;
  }

  header .navbar-default .navbar-nav > .active > a,
  header .navbar-default .navbar-nav a:hover {
    border-radius: 0;
    color: #555;
    background: transparent !important;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
  }

  ul.nav.navbar-nav.navbar-right {
    margin-top: 0;
    margin-bottom: 0;
  }

  header {
    padding-bottom: 0;
  }

  header .navbar-default .navbar-nav li {
    border-bottom: 1px solid #8591ab;
  }

  header .navbar-default .navbar-nav li:last-child {
    border: 0;
  }

  nav.navbar.navbar-default {
    margin-bottom: 10px;
  }

  .carousel-caption {
    position: relative;
  }

  #myCarousel img {
    display: none;
  }

  #myCarousel {
    background: url(../images/banner.png);
  }

  #myCarousel .carousel-caption h2 {
    font-size: 40px;
  }

  #myCarousel .carousel-caption h4 {
    font-size: 18px;
  }

  #myCarousel .carousel-caption p {
    font-size: 16px;
  }

  #myCarousel {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  section#solution {
    padding: 40px 0;
  }

  #solution h2 {
    font-size: 30px;
  }

  .image-banner .image-banner-heading {
    position: relative;
  }

  .image-banner .image-banner-heading h3 {
    font-size: 14px !important;
  }

  .image-banner .image-banner-heading h2 {
    font-size: 18px !important;
  }

  section#about h2 {
    font-size: 26px;
    margin-bottom: 10px !important;
  }

  section#about h3 {
    font-size: 22px;
  }

  section#about .row .col-md-6 {
    padding-bottom: 20px;
  }

  ol.carousel-indicators {
    display: none;
  }

  .image-banner .image-banner-heading {
    padding-left: 20px;
    bottom: 0;
  }

  .watch .col-md-6:first-child img {
    max-height: 100%;
  }

  #why h3 {
    font-size: 20px;
  }

  #why h2 {
    font-size: 26px;
  }

  #testimonials .testimonials-heading h3 {
    font-size: 22px;
  }

  #testimonials .testimonials-heading h2 {
    font-size: 26px;
  }

  #why ul li {
    float: none;
    width: 100%;
  }

  #why {
    padding: 20px 0 !important;
  }

  #cta h2 {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
  }

  #cta h3 {
    display: block;
    text-align: center;
    font-size: 20px;
  }

  ul.social-media {
    text-align: center;
  }

  #footer table {
    margin: 0 auto;
  }

  #footer p {
    text-align: center;
  }

  section#footer {
    padding: 30px 0;
  }

  #screen-page .no-padding {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  #screen-page .padding-left0 {
    padding-left: 15px;
  }

  #screen-page .padding-right0 {
    padding-right: 15px;
  }

  #screen-page .p-xs-0 {
    padding: 0;
  }

  section#screen-page .messagebox {
    padding: 15px;
    margin-top: 0px;
  }

  #screen-page .btn-screen-page.text-right {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .btn-screen-page.position-right {
    float: none;
    margin-top: -6px;
    margin-bottom: 10px;
  }

  #screen-page img.img-responsive.close-icon.position-left {
    right: -5px !important;
    left: unset;
    top: -12px;
    width: 12px !important;
  }

  #screen-page h2 {
    font-size: 22px;
  }

  #screen-page .innerbox {
    margin-top: 15px;
  }

  .arrow-icon.position-left {
    position: absolute;
    top: 5px;
  }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
  #screen-page .no-padding {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-brand > img {
    max-width: 210px;
  }

  nav.navbar.top-bar {
    position: relative;
    margin-bottom: 0;
  }

  .top-bar ul.nav.navbar-nav.navbar-right {
    margin: 0 !important;
  }

  a.navbar-brand {
    margin: 0;
  }

  .nav > li {
    display: inline-block;
  }

  .top-bar ul.nav.navbar-nav.navbar-right {
    text-align: center;
  }

  a.navbar-brand {
    padding-top: 0;
  }

  header .navbar-default .navbar-nav li {
    display: block !important;
  }

  ul.nav.navbar-nav.navbar-right {
    margin-top: 0;
    margin-bottom: 0;
  }

  header {
    padding-bottom: 0;
  }

  header .navbar-default .navbar-nav li {
    border-bottom: 1px solid #8591ab;
  }

  header .navbar-default .navbar-nav li:last-child {
    border: 0;
  }

  nav.navbar.navbar-default {
    margin-bottom: 10px;
  }

  .carousel-caption {
    position: relative;
  }

  #myCarousel img {
    display: none;
  }

  #myCarousel {
    background: url(../images/banner.png);
  }

  #myCarousel .carousel-caption h2 {
    font-size: 40px;
  }

  #myCarousel .carousel-caption h4 {
    font-size: 18px;
  }

  #myCarousel .carousel-caption p {
    font-size: 16px;
  }

  #myCarousel {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  section#solution {
    padding: 40px 0;
  }

  #solution h2 {
    font-size: 30px;
  }

  .image-banner .image-banner-heading {
    position: relative;
  }

  .image-banner .image-banner-heading h3 {
    font-size: 14px !important;
  }

  .image-banner .image-banner-heading h2 {
    font-size: 18px !important;
  }

  section#about h2 {
    font-size: 26px;
    margin-bottom: 10px !important;
  }

  section#about h3 {
    font-size: 22px;
  }

  section#about .row .col-md-6 {
    padding-bottom: 20px;
  }

  ol.carousel-indicators {
    display: none;
  }

  .image-banner .image-banner-heading {
    padding-left: 20px;
    bottom: 0;
  }

  .watch .col-md-6:first-child img {
    max-height: 100%;
  }

  #why h3 {
    font-size: 20px;
  }

  #why h2 {
    font-size: 26px;
  }

  #testimonials .testimonials-heading h3 {
    font-size: 22px;
  }

  #testimonials .testimonials-heading h2 {
    font-size: 26px;
  }

  #why ul li {
    float: none;
    width: 100%;
  }

  #why {
    padding: 20px 0 !important;
  }

  #cta h2 {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
  }

  #cta h3 {
    display: block;
    text-align: center;
    font-size: 20px;
  }

  ul.social-media {
    text-align: center;
  }

  #footer table {
    margin: 0 auto;
  }

  #footer p {
    text-align: center;
  }

  /* singup page*/
  section#footer {
    padding: 30px 0;
  }

  #screen-page .innerbox {
    margin-top: 15px;
  }

  #screen-page .padding-left0 {
    padding-left: 15px;
  }

  #screen-page .padding-right0 {
    padding-right: 15px;
  }

  #screen-page .p-xs-0 {
    padding: 0;
  }

  #screen-page .btn-screen-page .btn-primary,
  #screen-page .btn-screen-page .btn-secondary {
    display: inline-block;
    width: 100% !important;
    text-align: center;
    margin-top: 10px;
  }

  #screen-page btn-screen-page {
    text-align: center !important;
  }

  #screen-page .btn-screen-page.text-right {
    text-align: center;
  }

  #screen-page {
    padding: 15px;
  }

  section#screen-page .messagebox {
    padding: 15px;
    margin-top: 0px;
  }

  #screen-page .btn-screen-page.text-right {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .btn-screen-page.position-right {
    float: none;
    margin-top: -6px;
    margin-bottom: 10px;
  }

  #screen-page img.img-responsive.close-icon.position-left {
    right: -5px !important;
    left: unset;
    top: -12px;
    width: 12px !important;
  }

  #screen-page h2 {
    font-size: 22px;
  }

  .arrow-icon.position-left {
    position: absolute;
    top: 5px;
    width: 22px;
    left: 0;
  }

  .row-flex {
    display: table;
  }
}

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 9999999;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: auto;
  height: auto;
  margin: auto;
}

#MUONImgPreview {
  margin: auto;
}

#coming-soon {
  background: url(/images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  border-top: 3px solid #3b8bea;
}

#coming-soon .img-responsive.comingsoon {
  margin: 0 auto;
  max-width: 220px;
}

#coming-soon .notify-me {
  border: 1px solid #fff;
  padding: 20px;
}

#coming-soon .form-control {
  height: 40px;
  border-radius: 0;
  margin-bottom: 10px;
}

#coming-soon .notify-me .col-md-6:first-child {
  padding-right: 0;
}

#coming-soon .notify-me h2 {
  margin-top: 0;
  color: #3b8bea;
  font-weight: 600;
  text-transform: uppercase;
  font-family: quicksand;
}

#coming-soon .notify-me {
  margin-top: 30px;
  margin-bottom: 30px;
}

#coming-soon .notify-me p {
  color: #4f4e4e;
  font-size: 15px;
}

img,
#thumbnail-scroll img,
#img-viewer,
.dynamic-control img,
.dynamic-control {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget table thead tr:first-child th,
.bootstrap-datetimepicker-widget table td span {
  background: #e6e6e6 !important;
  color: #000 !important;
}

.businessBtn {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px;
  background-color: #4f4e4e;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}

.businessBtn:hover {
  color: #ffffff;
  text-decoration: none;
}

.forgot-pdw-lnk {
  color: #ffffff;
  margin-bottom: 30px;
  display: inline-block;
}

.personal-signup .darkblue-bg .innerbox {
  padding: 0;
}

.darkblue-bg {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 2px;
}

#screen-page .innerbox {
  overflow: visible;
}

#pricingpage .pricing-box.bluebdr .btn.btn-blue {
  font-size: 30px !important;
  width: auto !important;
  max-width: 80%;
  padding: 15px;
  border-radius: 50px;
}

div#pricing-stripe a.stripe.stripe2 {
  font-size: 35px;
  text-align: center;
}

div#pricing-stripe.row {
  width: 100% !important;
  max-width: 100% !important;
  padding: 50px 0px;
}

a.stripe2:before,
a.stripe2:after {
  width: 10%;
}

a.stripe2:before {
  left: -5%;
}

a.stripe2:after {
  right: -5%;
}

a.stripe:hover {
  text-decoration: underline;
}

#frmLogout a {
  color: #b2384f;
}

#pricingpage .pricing-box h4 {
  text-align: center;
  font-size: 40px;
  color: #697285 !important;
}

select.form-control.bdr-rad-0 {
  line-height: 28px;
}

/*PRINCE CUSTOM STYLES*/
input[type="button"]:disabled,
input[type="button"][disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.block-loader.ctnr {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(197, 221, 245, 0.3);
}

.block-loader.ctnr .ldr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  width: 2.5em;
  height: 2.5em;
}

.block-loader.ctnr .ldr-blk {
  height: 35%;
  width: 35%;
  -webkit-animation: pulse 0.75s ease-in infinite alternate;
  animation: pulse 0.75s ease-in infinite alternate;
  background-color: rgba(242, 123, 21, 0.3);
}

.block-loader.ctnr .an_delay {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.checkmark {
  display: inline-block;
  transform: rotate(45deg);
  height: 24px;
  width: 12px;
  border-bottom: 7px solid #78b13f;
  border-right: 7px solid #78b13f;
}

/* Login Page */
body#login #app .col-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

.esignlogo {
    position: relative;
    margin:50px 70px;
    height:120px;
}
.techsupport {
    font: 900 10px/35px 'Arial','Open Sans',sans-serif;
    font-size: 1.8em;
    color: white;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 70px 50px 0;
    text-shadow: 1px 1px rgb(108 108 108 / 68%);
}
.techsupport span {
    clear:both;
    float:right;
}
.techsupport span a {
    color: white;
}

* {
}
@media only screen and (max-width: 1920px) {
    body#login {
        background: url(/Images/esign-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 100vh;
        background-size: contain;
    }
}

@media only screen and (min-width: 1920px) {
    body#login {
        background: url(/Images/esign-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 100vh;
        background-size: contain;
    }
} /* End Login Page */

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.loader .container {
  position: relative;
  width:100%;
  top: 100%;
  transform: translateY(-100%);
  height: 150px;
  background: white;
  opacity:0.95;
}

.loader .animation-items {
  padding-top:45px;
  margin:0 auto;
  width:230px;
}
.k-loading-image, .k-loading-color {
    display:none;
    background:none;
    background-image:none;
    color:initial;
    opacity:0;
}

.loader img {
    height: 100px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.loading {
  position: absolute;
  margin: 22px 0 0 50px;
  margin-top: -10px;
  font-family: "Helvetica";
  font-size: 4em;
  font-weight: 500;
  color: #a3a3a3;
  z-index: 3;
}

.box1 {
  display: inline-block;
  background-color: rgba(0, 110, 128, 0.713);
  position: absolute;
  margin: 6px 0 0 0;
  width: 30px;
  height: 30px;
  z-index: 3;
  animation: cubemove3 3s infinite;
}

.box2 {
  display: inline-block;
  background-color: rgba(0, 154, 211, 0.898);
  position: absolute;
  margin: 30px 0 0 15px;
  width: 23px;
  height: 23px;
  z-index: 3;
  animation: cubemove2 3s infinite;
}

.box3 {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.352);
  position: absolute;
  margin: 0 0 0 33px;
  width: 16px;
  height: 16px;
  z-index: 3;
  animation: cubemove1 3s infinite;
}

/***Helper Classes*/
input.width-100 {
  width: 100%;
}

.width-100 {
  width: 100% !important;
}

@keyframes cubemove1 {
  25% {
    transform: translateX(-15px) translateY(34px) scale(1.44);
  }

  50% {
    transform: translateX(-27px) translateY(13px) scale(1.9);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes cubemove2 {
  25% {
    transform: translateX(-12px) translateY(-20px) scale(1.3);
  }

  50% {
    transform: translateX(15px) translateY(-33px) scale(0.7);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes cubemove3 {
  25% {
    transform: translateX(25px) translateY(-12px) scale(0.51);
  }

  50% {
    transform: translateX(12px) translateY(20px) scale(0.82);
  }

  100% {
    transform: rotate(-360deg);
  }
}

/**Rgiht Grid on pop up*/
#right-grid .accordion .list-group {
  margin: 0;
}

#right-grid .accordion .list-group-item {
  border-radius: 0;
}

#right-grid .ui-accordion-content {
  padding: 0;
  border-radius: 0;
}


.toPrint, .toPrint * {
    display: none;
}
@media print {
    /** Make all your non-canvas things (divs and stuff) disappear: **/
    .notCanvas, .notCanvas  * {
        display: none;
    }

    /** Center your canvas (optional): **/
    .toPrint, .toPrint * {
        padding: 0;
        margin: auto;
        display: block;
    }
}