﻿@charset "utf-8";
/* CSS Document */
.logo-found 
{
    display:none;
}
.container {
    margin-bottom: 5em;
}

.logo{
	padding-top: 1em;
	padding-bottom: 1em;
	}

input[type="checkbox"] {
position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

.borderspan{
	position: relative;
	border-right: 2px solid #0066cc;
	margin: 0;
	text-align: center;
	padding: 0.5em 0;
	}

input[type="checkbox"] + label span {
    width:30px;
    height:30px;
    background:url("../images/check_radio_sheet.png") left top no-repeat;
    cursor:pointer;
/*
	top:50%;
	left:50%; 
	margin:-15px 0 0 -5px;
*/
display: inline-block;
}

input[type="checkbox"]:checked + label span {
    background:url("../images/check_radio_sheet.png") -28px top no-repeat;
}

input[type="checkbox"]:disabled + label span {
     background:url("../images/check_radio_sheet.png") left top no-repeat;
}

textarea {
	overflow-y: scroll;
}

.text{
	padding: 0.5em;
	vertical-align: middle;
	}


.heading{
	border: 1px solid #0066cc;
	margin: 1em 1em;
	padding: 1em;
	font-size: 18px;
	color: #06c;
	font-weight: 700;
}

.sectionform{
	margin-left: 1em;
	margin-right: 1em;
}
	.sectionform .titlesection{
		font-size: 18px;
		color: #333;
		border-bottom: 	2px solid #0066cc;
		font-weight: 700;
		padding: 1em 0;
		}

	.sectionform .formgroup{
		padding: 1em 0;
		color: #9999a6;
		font-size: 15px;
		}
.sectionform .customfield .characters{
	float: right;
	font-size: 11px;
	padding-top: 10px;
	}

		.sectionform .formgroup .checkform{
			border: 2px solid #0066cc;
			}

		.sectionform .formgroup .checkform .form-check{
			border-bottom: 1px solid #ccc;
			padding-left: 0;
			}


		.sectionform .formgroup .checkform .titlecheckform{
			background-color: #0066cc;
			width: 100%;
			padding: 0.5em;
			color: #FFF;
			font-size: 18px;
			font-weight: 700;
			}


			.sectionform .formgroup .checkform .form-check-label{
				font-size: 16px;
				font-weight: 700;
				color:#333;
				width: 100%;
				}

.sectionform .customfield{
	background-color: #e5effa;
	padding: 1em 0.5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #9999a6;
}

.sectionform .customfield .form-check-label{
color:#333;
}


.sectionform .uploadoc{
 border: 1px solid #9999a6;
 padding: 0.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
overflow:hidden;
}

.sectionform .textupload{
	color: #0066cc;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 16px;
	font-weight: 700;
}

.sectionform .textprivacy{
	color: #333;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
	font-size: 17px;
}

.privacy .form-check-label{
	font-weight: 700;
}

.buttonsection{
	padding-top: 2em;
	padding-bottom: 1em;
	width: 100%;
	}

.buttonsection .btn-primary{
	background-color: #0066cc;
    border-color: #0066cc;
	padding: 0 3rem;
	font-size: 18px;
	font-weight: 700;
	}


/* override bootstrap values */
.form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}