.form-control.is-invalid {
	border-color: #dc3545 !important;
}

.card-nobrd
{
	border: none !important;
}

.bordertopblack > td {
	border-top: 1px solid black;
}

.card {
	margin-top: -5px;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.bar {
    height: 18px;
    background: green;
}

.thumbnail{

    height: 100px;
    margin: 10px;    
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.fakeinput {
	background: white !important;
    border-color: darkgray !important;
}


.modal-open {
	padding-right: 0px !important;
}

.alert_view { 
	display: table; 
	width: 90%;
	text-align: center; 
	position: absolute;
    left: 50%;
	top: 10px;
    transform: translate(-50%, 0);
}

.shield_lg {
	width: 1000px;
    position: absolute;
    left: 50%;
    margin-left: -520px;
    opacity: 0.1;
}

.shield_sm {
	width: 30%;
    position: absolute;
	left: -10px;
    top: -15px;
}

.shield_md {
	width: 50%;
    position: absolute;
	left: -10px;
    top: -15px;
}

input:invalid:not(.noval) {
	border-right-color: #d9534f !important;
	border-right-width: 4px;
    border-right-style: solid;
}

input:valid:not(.noval) {
	border-right-color: #5cb85c !important;
	border-right-width: 4px;
    border-right-style: solid;
}


.jSignature {
	border: 1px solid #555 !important;
} 


html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  line-height: 40px; /* Vertically center the text there */
  background-color: #f5f5f5;
  text-align: center;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*padding: 50px 0;*/
	width: calc(100vw - 34px);
	margin-bottom: 40px;
	margin-top: 10px;
	font-size: 18px;
	overflow-x: hidden;
}

h1 {
    font-weight: 200;
}

@media (min-width: 768px) {
    .bootstrap-vertical-nav {
        /*margin-top: 50px;*/
    }
}
/* Creates a vertical nav starting at 768px (sm) */
@media (min-width: 768px) {
    .bootstrap-vertical-nav .collapse {
        display: block;
    }
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin-heading{
	text-align: center;
	padding-bottom: 30px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-link {
	background-color: #525252;
	color: white;
}

.nav-link:focus {
	background-color: #525252;
	color: white;
}

.nav-link:hover {
	background-color: grey;
	color: white;
}

.nav-link.active {
	background-color: grey;
	color: lightblue;
}

.nav-item {
	max-width: 250px;
}

.fa-menu {
	width: 25px;
	font-size: 14px;
}

.btn-circle.btn-xl {
  width: 100px;
  height: 100px;
  padding: 10px 16px;
  /*font-size: 48px;*/
  /*line-height: 1.33;*/
  border-radius: 50px;
}

.roundtab {
	width: 75px;
	height: 75px;
	padding: 12px 12px;
	/*margin-top: -5px;*/
	/*font-size: 48px;*/
	/*line-height: 1.33;*/
	border-radius: 50px;
	border: 2px solid #636c72;
	color: #636c72;
	margin-right: 40px;
	background: #fff;
}

.roundtab:last-child {
	margin-right: 0px;
}

.roundtab.active {
	border: 2px solid #5bc0de;
    color: #5bc0de;
}

.roundtab.done {
	border: 2px solid #5cb85c;
	color: #5cb85c;
}

.tabs {
	/*border-bottom: 2px solid #636c72;*/
	text-align: center;
	z-index: 999;
}

.headerhr {
	border: 1px solid #636c72;
	color: #636c72;
	margin-top: -55px;
    z-index: 1;
    width: 100%;
}

#numinput {	
	height: 50px;
	font-size: 24px;
	text-align: center;
}

.input-lg {
	height: 50px;
	font-size: 24px;
	text-align: center;
}

.numpad {
	width: 80px;
	height: 60px;
	margin: 5px;
	font-size: 24px;
}

.btn-left {
	text-align: left;
}

.extrabottomspace {
	margin-bottom: 10px;
}

.input-group {
	margin-right: 10px;
}


/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20,20,20,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.imgiframe {   
    border: 1px solid black;
}