﻿.fieldLabel {
    width: 125px;
}

.remove-image-button {
    margin: 0 1em 0;
}

.line-separator {
    border-bottom: 2px solid #cccccc;
    margin-bottom: 25px;
    padding: 0 0 10px 0;
}

.drag-drop-zone {
    border: 3px dashed #e68710;
    width: 205px;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #aeaeae;
    font-size: 1.5rem;
    cursor: pointer;
    margin: .5rem 1rem 0;
    position: relative;
}

    .drag-drop-zone:hover {
        background-color: #f5f5f5;
    }

    .drag-drop-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.loading-overlay {
    width: 100%;
    height: 500px;
}

.small-spinner {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    width: 28px;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 4px solid rgba(0,174,239,.15);
    border-right: 4px solid rgba(0,174,239,.15);
    border-bottom: 4px solid rgba(0,174,239,.15);
    border-top: 4px solid rgba(0,174,239,.8);
    border-radius: 100%;
}

.spinner {
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 100px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.table-faster {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

#tab-group .nav-item {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.grid-truncate-text.grid-cell {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

@media print{
    body {
        background-color: #FFFFFF;
        background-image: none;
        color: #000000
    }

    .top-row {
        display: none;
    }

    .sidebar {
        display: none;
    }
    
    .header-info {
        display: none;
    }
    
    .no-print {
        display: none;
    }

    .content {
        width: 100%;
    }
	
	.modal-content {
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		font-size: 130%;
	}
	
	.one-page {
		font-size: 70%;
	}
}


.body {
	background-color: #f9f9f9;
	z-index: -10;
	max-width: 1200px;
}
#header {
	text-align: center;
	margin-top: 15px;
}

.instruct {
	display: inline-block;
	font-family: Lato, "Arial", sans-serif;
	line-height: 24px;
	max-width: 650px;
	text-align: justify;
	word-spacing: 3px;
	line-height: 2em;
	letter-spacing: 1px;
	text-indent: 20px;
	margin-right: 30px;
}

.statheader {
	font-family: 'Francois One', "Trebuchet MS", sans-serif;
}

.stath5 {
	text-align: left;
	font-size: 1.5em;
	font-family: "Francois One", "Trebuchet MS", sans-serif;
	font-weight: bold;
	margin: 10px;
}

stath6 {
	text-align: center;
}

.statp {
	text-align: center-right;
	font-family: Oswald, Arial, sans-serif;
	font-size: 20px;
}

.data-container {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	background-color: white;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.13);
	z-index: -10;
}

.input-label {
	margin-top: 8px;
}

#names {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

.input {
	font-size: 20px;
	color: #5a5854;
	background-color: #f2f2f2;
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 5px 5px 30px;
	background-repeat: no-repeat;
	background-position: 8px 9px;
	display: inline-block;
	margin-bottom: 10px;
	text-indent: 15px;
	width: 250px;
}
.textArea {
	font-size: 20px;
	color: #5a5854;
	background-color: #f2f2f2;
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 5px 5px 30px;
	background-repeat: no-repeat;
	background-position: 8px 9px;
	display: inline-block;
	margin-bottom: 10px;
	width: 250px;
}

input:active, input:focus {
	cursor: default;
}

.input:focus, .input:hover {
	background-color: #ffffff;
	border: 1px solid #b1e1e4;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-family: "Lato", sans-serif;
	margin: 3px;
	font-size: 15px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	font-family: "Lato", sans-serif;
	margin: 3px;
	font-size: 15px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  	font-family: "Lato", sans-serif;
	margin: 3px;
	font-size: 15px;
}

#perBunch {
	font-size: 20px;
	letter-spacing: 2.5px;
	margin-top: 10px;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13);
	padding: 0;
}

#phone {
	background-image: url('https://api.iconify.design/bx-bxs-phone-call.svg');
}
#email {
	background-image: url('https://api.iconify.design/dashicons-email-alt.svg');
}

:root {
	--primary-c: #2196F3;
	--secondary-c: #B2D7F5;
	
	--bs-success: #28a745;
	--bs-info: #17a2b8;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-primary: #007bff;
	--bs-secondary: #6c757d;
	--bs-dark: #343a40;
	--bs-light: #f8f9fa;
	
	--white: #FDFBFB;
	
	--text: #082943;	
	--bg: var(--primary-c);
}

.card {
	display: flex;
	flex-direction: column;	
	background: var(--white);
	width: 300px;
	padding: 20px 25px;
	border-radius: 20px;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.13);
	margin-left: 200px;
	margin-bottom: 20px;
}


@keyframes click-wave {
  0% {
    height: 20px;
    width: 20px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.option-input {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	-ms-appearance: none;
  	-o-appearance: none;
  	appearance: none;
  	position: relative;
  	top: 13.33333px;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	height: 20px;
  	width: 20px;
  	transition: all 0.15s ease-out 0s;
  	background: #cbd1d8;
  	border: none;
  	color: #fff;
  	cursor: pointer;
  	display: inline-block;
  	margin-right: 0.5rem;
  	outline: none;
  	position: relative;
  	z-index: 1000;
}
.option-input:hover {
  	background: #9faab7;
}
.option-input:checked {
  	background: #3a0647;
}
.option-input:checked::before {
  	height: 20px;
  	width: 20px;
  	position: absolute;
  	content: '✔';
  	display: inline-block;
  	font-size: 16.66667px;
  	text-align: center;
  	line-height: 20px;
}
.option-input:checked::after {
  	-webkit-animation: click-wave 0.65s;
  	-moz-animation: click-wave 0.65s;
 	animation: click-wave 0.65s;
  	background: #40e0d0;
  	content: '';
  	display: block;
  	position: relative;
  	z-index: 100;
}
.option-input.radio {
  	border-radius: 50%;
}
.option-input.radio::after {
  	border-radius: 50%;
}

.forPurpose {
	font-style: italic;
	text-decoration-line: underline;
	font-size: 1em;
	padding: 5px;
	font-family: Lato, "Times New Roman";
}

#nameLabel {
	margin: 10px;

}
#boxLabel {
	margin: 10px;

}
