﻿body{
	font-family: Verdana, Arial, sans-serif;
}

.red {
	color:red;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}
.red_small {
	color:red;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	vertical-align: top;
}

.right {
	text-align: right;
	margin-right: 1px;
}

.td_rek_form_name {
	width: 100px;
	aligh: left;
	font-size: 15px;
}

.td_rek_form_value {
	width: 300px;
	aligh: left;
}

.input_rek_form_value{
	width:98%;
	margin-top:5px;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
  }
  
.komunikat_tlo_ok	{ 
 	cursor: hand;
 	background-color: #DFFFDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 60px;
	width: 90%
}

.komunikat_tlo_error	{ 
 	cursor: hand;
 	background-color: #FF6666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 60px;
	width: 90%
}

.komunikat_text { 
	cursor: hand;
	color: #22914C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
	width: 100%;
	height: 26px
}

.add_complain_tittle{
	font-size: 20px;
	text-align: left;
	vertical-align: top;

	
}

.error_page_center {
  width: 200px;
   margin: 0 auto;
}

.dataTable {
	border-collapse: collapse;
}
.dataTable tbody tr td {
   padding: 0;
}
table.dataTable.compact tbody td {
	padding: 0;
	margin-right: 5px;
}

.td_edit_complain {
	width: 400px;
}

.edit_complain tr:nth-child(even) {
    background-color: #D1D1E0;
}

.option_style {
	width: 100px;
}

.instruction{
	font-size: 10px;
}

.add_left{
	width: 15%; min-width: 1px;background-color: #e7e6eb;
}
.add_right{
	width: 15%; min-width: 1px;background-color: #e7e6eb;
}

.add_content{
	width: 70%; 
	min-width: 500px;
}

.add_whole_table{
	height:100%;width:100%;position: absolute; top: 0; bottom: 0; left: 0; right: 0;
}

#input[type="checkbox"] { width:24px;height:24px}
#input[type=checkbox]:before	{ content:""; width:24px; height:24px; background-color:#FFFFFF; border:1px solid #ccc; display:inline-block;}
#input[type=checkbox]:checked:before {content:"✓"; width:24px; height:24px background-color:#fff; border:1px solid #ccc; color:#8EB120;font-size:24px; }
  