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

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

header {
    margin: 0px 0px 25px 0px;
    border-bottom: 1px solid #888888;
}

.topbar {
    background-color: #cb9700;
    color: #ffffff;
}

h1 {
    padding: 10px;
}

#contents .col-lg-6,
#contents .col-md-8,
#contents .col-xs-12,
#contents .col-xl-4 {
    margin: 0px auto;
}

.form {
    padding: 15px;
    background-color: #cb9700;
    border-radius: 25px;
}

.topbar > * {
    margin-left: 10px;
    margin-right: 10px;
}

.topbar > a,
.topbar > a:visited,
.topbar > a:hover,
.topbar > a:active {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.topbar .dropdown-item,
.topbar .dropdown-item:visisted,
.topbar .dropdown-item:hover,
.topbar .dropdown-item:active {
    color: #003c00;
}

.bg-white {
    background: #ffffff;
}

.table td, .table th {
    white-space: nowrap;
}

.empty-field {
    background: #ffeeee;
    animation: empty-field-glow 1s infinite alternate;
}

.empty-btn {
	animation: empty-field-glow 1s infinite alternate;
}

@keyframes empty-field-glow {
    from {
        box-shadow: 0 0 10px -5px #ffaaaa;
    }
    to {
        box-shadow: 0 0 10px 5px #ffaaaa;
    }
}



/* Camera */

#camera_modal .modal-body {
	padding: 0;
}

/*
html, body{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
*/

#camera--sensor, #camera--output {
	display: none;
}

#camera, #camera--view, #camera--sensor, #camera--output {
    /*position: fixed; */
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#camera--view, #camera--sensor, #camera--output {
	/*-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;*/
}

/*
#camera--trigger{
    width: 200px;
    background-color: black;
    color: white;
    font-size: 16px;
    border-radius: 30px;
    border: none;
    padding: 15px 20px;
    text-align: center;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
    position: fixed;
    bottom: 30px;
    left: calc(50% - 100px);
}

.taken{
    height: 100px!important;
    width: 100px!important;
    transition: all 0.5s ease-in;
    border: solid 3px white;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
    top: 20px;
    right: 20px;
    z-index: 2;
}
*/

.signature_box {
	border: 1px solid #c4caac;
	border-radius: 5px;
}

#canvas {
	background: url('/images/signature_line.gif') no-repeat;
}

#dl_img, #ins_front_img, #ins_back_img {
    cursor:  pointer;
}

.container {
	width: 100%;
	max-width: 100%;
}

/*
@media (min-width: 992px) {
	.container {
		width: 100%;
		max-width: 100%;
	}
}
*/

.tooltip {
	border: 1px solid #A0816C;
	background: #F2E5D9;
	padding: 6px;
	position: absolute;
	font-size: 8pt;
	font-family: Monospace;
	display: none;
	width: 95%;
}

.tooltip.show {
	display: block;
	opacity: 1;
}

@media (min-width: 992px) {
	.tooltip {
		width: 48%;
	}
}

.underline {
	border-bottom: 1px solid #000;
}

.flagged {
	background-color: rgba(255, 128, 128, 0.25);
}
