/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 6, 2018, 9:39:17 AM
    Author     : Napa
*/
textarea
{
	padding:10px !important;
}
#maincontent
{
	color:#000000 !important;
	font-weight:bold;
}
#page_title
{
	color:#000000 !important;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}
#lang_btns > button
{
	box-sizing: border-box;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    background-color: #efefef;
    cursor: pointer;
}
#lang_btns
{
	text-align:right;
}
fieldset
{
	box-sizing: border-box;
	padding:5px;
	border:1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:25px;
}
input
{
	box-sizing: border-box;
	border:1px solid #cccccc;
	font-weight:normal !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height:initial !important;
	margin-bottom:0px !important;
}
input[type="text"]
{
	height:30px !important;
	padding:3px !important;
}
label > strong
{
	color:#000000 !important;
}
fieldset > legend
{
	box-sizing: border-box;
	color:#000000 !important;
	position:relative;
	top:0px;
	padding:0 10px 0 10px;
	background-color:white;
	font-weight:bold;
}
fieldset > label
{
	margin:0 0 10px 10px;
	display:inline-block;
}
fieldset > label.col1
{
	width:96.2%;
}
fieldset > label.col2
{
	width:47.5%;
}
fieldset > label.col3
{
	width:31.2%;
}
fieldset > label.col4
{
	width:23%;
}

fieldset > label > span
{
	color:#000000 !important;
	box-sizing: border-box;
	font-weight:bold;
	display:inline-block;
	font-size:14px;
	float:left;
	margin-right:5px;
}
fieldset > label > input
{
	color: #000000 !important;
	display:block;
	overflow:hidden;
	width:100%;
}
fieldset > label > span > span
{
	color:red;
}
fieldset > label > span >input
{
	color: #000000 !important;
}
fieldset > label > ul > li
{
	color:#000000 !important;
}
fieldset > label > span.fill
{
	width:100%;
	display:inline-block;
}
fieldset > label > span.fill > textarea
{
	width:100%;
	font-weight:normal;
}
fieldset > label > span.fill > table
{
	width:100%;
	border-collapse:collapse;
	border:1px solid #afafaf;
	
}
fieldset > label > span.fill > table > tbody > tr > th
{
	border:1px solid #afafaf;
	background-color:#bfbfbf;
	font-weight:bold;
	color:#000;
	padding:2px;
}
fieldset > label > span.fill > table > tbody > tr > td
{
	border:1px solid #afafaf;
}
fieldset > label > span.fill > table > tbody > tr > td > input.full
{
	border:none;
	width:100%;
	padding:5px;
	box-sizing: border-box;
	font-weight:normal;
}
textarea
{
	color:#000000 !important;
}
textarea.full
{
	border:none;
	width:100%;
	padding:5px;
	box-sizing: border-box;
	font-weight:normal;
}
fieldset > label ul
{
	margin:0px !important;
	padding:0px !important;
	padding-left:25px !important;
}
fieldset > label ul li
{
	list-style-type: none;
	margin-bottom:5px;
}
fieldset > label > ul > li > ul
{
	padding-left:50px !important;
}

p.pagination
{
	margin:10px 0;
	font-style:italic;
}
input[type='submit']
{
	padding:10px;
	background-color: #cacaca;
    color: black;
	cursor:pointer;
}
input[type='submit']:hover
{
	background-color:#eeeeee !important;
}
#form_message
{
	color: #D8000C;
    background-color: #FFD2D2;
	border:1px solid #D8000C;
	padding:10px;
	display:none;
	margin-bottom:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.validation_flag
{
	border-color:#D8000C !important;
}

#download_form_button
{
	box-sizing: border-box;
	border:1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:10px;
	background-color:#efefef;
	cursor:pointer;
}
table > tbody > tr > td > table
{
	border:none !important;
}
table > tbody > tr > td > input
{
	color:#000000 !important;
}
table > tbody > tr > td > table > tbody > tr > td
{
	border:none !important;
	padding:0px !important;
}
table > tbody > tr > td > table > tbody > tr > td > input.full
{
	margin-bottom:5px !important;
}
table td
{
	padding:3px !important;
}
.table_noborders, .table_noborders tr, .table_noborders td, .table_noborders tbody{
	border:none !important;
}

body {
    overflow: initial !important;
}