html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.remove-all-margin {
    /*margin: 0 !important;
    padding:0 !important;*/
    max-width:none !important;
}

.floating {
    position: fixed;
    z-index: 1;
    background-color: white;
    box-shadow: 0px 5px 40px 0px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.myCam {
    position: relative;
    width: 100%;
    height: 100%;
}

.capturedObject {
    display: block;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    margin: auto;
    width: 50%;
    top: 5%;
    position: absolute;
    /*border: 2px solid red;
    background-color:white;*/
    z-index: 3
}

    .capturedObject > img {
        width: 100%;
        margin: auto;
        display: block;
    }

.overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.processing {
    position: fixed; /* Sit on top of the page content */
    display: none;*/ /* Hidden by default
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 10%;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    font-size:3em;
    text-align:center;
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}