﻿@font-face
{
	font-family: Nunito;
	src: url('/Content/Font/Nunito.ttf') format('truetype');
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}

@font-face
{
	font-family: MaterialIconsRound;
	src: url('/Content/Font/MaterialIconsRound-Regular.otf') format('opentype');
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}

*
{
	margin: 0px;
	padding: 0px;
	font-family: Nunito, Arial;
	font-size: 0px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	text-align: justify;
	display: inline-block;
	position: relative;
	vertical-align: top;
	letter-spacing: normal;
	text-decoration: none;
	word-spacing: normal;
}

*::before
{
	margin: 0px;
	padding: 0px;
	font-family: Nunito, Arial;
	font-size: 0px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	text-align: justify;
	display: inline-block;
	position: relative;
	vertical-align: top;
	letter-spacing: normal;
	text-decoration: none;
	word-spacing: normal;
}

*::after
{
	margin: 0px;
	padding: 0px;
	font-family: Nunito, Arial;
	font-size: 0px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	text-align: justify;
	display: inline-block;
	position: relative;
	vertical-align: top;
	letter-spacing: normal;
	text-decoration: none;
	word-spacing: normal;
}

html, body
{
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

label, input, a, select, option, th, td, textarea, ul, li, b, span, hr
{
	font-size: 14px;
	color: #000000;
}

input[type=text], input[type=password], input[type=file]
{
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	width: 80%;
	max-width: 148px;
	padding: 2px 5px;
}

input[type=button], input[type=submit]
{
	background-color: transparent;
	border: 1px solid #000000;
	border-radius: 5px;
	font-size: 16px;
	padding: 2px 5px;
}

table
{
	display: table;
	border-collapse: collapse;
	width: 100%;
}

tbody, thead, tfoot
{
	display: table-row-group;
	width: 100%;
}

tr
{
	display: table-row;
	border-collapse: collapse;
	border: 1px solid #000000;
	width: 100%;
}

th
{
	font-weight: bold;
}

th, td
{
	display: table-cell;
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 1px 3px;
}

th > input, td > input
{
	width: 98% !important;
	max-width: initial !important;
}

th > select, td > select
{
	width: 98% !important;
	max-width: initial !important;
}

select
{
	overflow: auto;
	width: 80%;
	max-width: 148px;
	padding: 1px;
}

optgroup, option
{
	display: block;
}

ul, li, ol
{
	display: list-item;
	padding-left: 20px;
}

img
{
	image-rendering: optimizeQuality;
}

.Icon
{
	font-family: MaterialIconsRound;
	font-size: 16px;
}

.Error
{
	color: #ff0000;
}

input.Error
{
	color: #ff0000;
	border: 1px solid #ff0000;
}

.TextCenter
{
	text-align: center;
}

.FullHeight
{
	height: 100%;
}

.LineSpace
{
	font-size: 8px;
}

.Col00
{
	width: 0%;
}

.Col01
{
	width: 5%;
}

.Col02
{
	width: 10%;
}

.Col03
{
	width: 15%;
}

.Col04
{
	width: 20%;
}

.Col05
{
	width: 25%;
}

.Col06
{
	width: 30%;
}

.Col07
{
	width: 35%;
}

.Col08
{
	width: 40%;
}

.Col09
{
	width: 45%;
}

.Col10
{
	width: 50%;
}

.Col11
{
	width: 55%;
}

.Col12
{
	width: 60%;
}

.Col13
{
	width: 65%;
}

.Col14
{
	width: 70%;
}

.Col15
{
	width: 75%;
}

.Col16
{
	width: 80%;
}

.Col17
{
	width: 85%;
}

.Col18
{
	width: 90%;
}

.Col19
{
	width: 95%;
}

.Col20
{
	width: 100%;
}

li > span
{
	margin-left: -23px;
}

ol > li > span
{
	margin-left: -20px;
}

#TNNote
{
	margin-left: 130px;
}

@media(max-width:1000px)
{
	div
	{
		display: block;
		text-align: center;
	}

	.Col00, .Col01, .Col02, .Col03, .Col04, .Col05, .Col06, .Col07, .Col08, .Col09, .Col10, .Col11, .Col12, .Col13, .Col14, .Col15, .Col16, .Col17, .Col18, .Col19, .Col20, a
	{
		width: calc(100% - 10px);
		text-align: center;
		padding: 5px;
	}
	#TNNote
	{
		margin-left: 0px;
		text-align:center;
	}

	label.Error
	{
		margin-left: 0px !important;

	}
}
