body 
{
	font-family: verdana;
	color: #fff;
	background: linear-gradient(to bottom, #e9f6fd 0%,#d3eefb 100%);
	display: flex;
    flex-direction: column;
}

body,html,main
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0px;
}

.contentModalModul h1,.contentModalModul h2,.contentModalModul h3,.contentModalModul h4,.contentModalModul h5
{
	width: 100%;
	text-align: left;
}

header
{
	height:5%;
	width: 100%;
}

main
{
	width: 100%;
	text-align: center;
	color: #000;
	margin: auto;
	position: relative;
	flex: 1;
}

footer {
	text-align: center;
	font-size: 12px;
	height: 20px;
	color: #1bbcd6;
	width: 100%;
}

footer > div
{
	display: flex;
	height: 20px;
}

footer > div > div
{
	width: 10%;
	text-align: center;
	cursor: pointer;
	min-width: 65px;
}

footer > div > div > b:hover
{
	color: #1bbcd6;
}

label
{
	margin-bottom: 0px;
	width: 100%;
	text-align: left;
}

a {color:#93B0FF;} 
a:hover {color: #FFC1C2;}

input[type="text"], input[type="number"],input[type="date"],input[type="email"],input[type="password"],input[type="url"],input[type='datetime-local'],input[type='link'],select {
    display: block;
    width: 100% !important;
    height: calc(2.5em);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    margin: auto;
}

input[type="time"]{
    display: block;
    width: 108px !important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .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: .25rem;
    margin: auto;
}

table
{
	margin: auto;
	width: 100%;
	
}

tbody > tr > td {
	background: linear-gradient(to bottom, #6897f0 0%,#74a3ff 100%);
	color: #fff !important;
	border-bottom: 10px;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
	padding: 5px;
}