.green,
a .green {
    color: #007c3f;
}

.red,
a .red {
    color: red;
}

.bg-green {
    background-color: #007c3f;
}

.btnnok.active {
    background-color: #c82333!important;
    border-color: #bd2130!important;
}

.btnok.active {
    background-color: #218838!important;
    border-color: #1e7e34!important;
}

.btnna.active {
    background-color: #000!important;
    border-color: #000!important;
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
    background-color: #006b52;
	color:#fff;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    background: #049801;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

.camerafunc {opacity: 0;}

::file-selector-button{
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    #cnvgauge5,
    #cnvgauge6,
    #cnvgauge7 {
        width: 240px;
        height: 120px;
    }
}

@media (min-width: 1200px) {}

@media (max-width: 575.98px) {
    #cnvgauge5,
    #cnvgauge6,
    #cnvgauge7 {
        width: 140px;
        height: 100px;
    }
}

@media (max-width: 767.98px) {}

@media (max-width: 991.98px) {
    #cnvgauge5,
    #cnvgauge6,
    #cnvgauge7 {
        width: 200px;
        height: 100px;
    }
}

@media (max-width: 1199.98px) {}

.dellbtn {
    position: absolute;
    bottom: 0;
    left: 15px;
}
.editbtn {
    position: absolute;
    bottom: 40px;
    left: 15px;
}

.signature-pad {
	border: 1px solid #ccc;
	box-shadow: 1px 1px 0px #000;
	width: 100%;
	height:250px;
}

.disablediv {
	pointer-events: none;
    opacity: 0.4;
}
#floating-submit {
  position: fixed;
  bottom: 140px;   /* distance from bottom of the page */
  right: 20px;    /* distance from right edge */
  z-index: 9999;
  /* Optional: style to make it look good */
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  display:none;
}
