/*
  Colors:
  	#2f7aed
  	#0748ae 
  	#002a6b
*/

*
{
	box-sizing: border-box;
}

body
{
	font-family: garamond, tahoma, times, sans-serif;
	font-size: 16px;
	color: black;
	background-color: White;
	margin: 0;
}

.page
{
	min-width: 900px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.header
{
	width: 100%;
	min-width: 900px;
	height: 50px;
	border-bottom: 1px solid #002a6b;
	background-color: #0748ae;
	margin-bottom: 10px;
}

.header_in
{
	margin-left: 10px;
	color: White;
	font-size: 200%;
	padding-top: 5px;
	overflow: hidden;
}

.menu
{
	border: 1px solid #002a6b;
	background-color: #0748ae;
	width: 200px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.menu a
{
	display: block;
	width: 150px;
	background-color: #2f7aed;
	border-bottom: 3px solid #103773;
	color: White;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

.menu a:hover
{
	background-color: #73aaff;
	border-bottom: 3px solid #ff7e00;
}

.menu .logo
{
	width: 120px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.contents
{
	/*min-width: 680px;*/
	width: auto;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 50px;
	/*float: right;*/
}

.box
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	width: auto;
	margin-left:  10px;
	margin-right: 10px;
	border: 2px solid Silver
}

#box_cats
{
	order: 0;
	border-right: 2px solid Silver;
	min-width: 200px;
}

#box_contacts
{
	order: 1;
	flex-grow: 1;
	padding: 10px;
}

#box_contacts table
{
	width: 100%;
	border-collapse: collapse;
}

#box_contacts table td
{
	border: 1px solid Black;
	padding: 2px;
}

#box_contacts table tbody tr:nth-child(even) td
{
	background-color: #CCE0FF;
}

#box_contacts table thead tr td
{
	font-weight: bold;
	background-color: Silver;
}

#box_cats a
{
}

/* form16 */
.form
{
	display: block;
	clear: both;
	width: 100%;
	/*font-size: 120%;*/
}

.forml
{
	width: 200px;
	padding: 2px;
	float: left;
	clear: left;
}

.forml label:after
{
	content: ":";
}

.formr
{
	float: left;
	padding: 2px;
}

.forminput
{
	width: 300px;
	padding: 2px;
}

.formcheckbox
{
	padding: 2px;
}

#addr_block_b
{
	display: none;
}

.formtxt
{
	width: 300px;
	padding: 2px;
}

.formob
{
	padding: 2px;
	float: left;
}

.formsubdiv
{
	padding: 2px;
	float: left;
	clear: left;
}

.formstatus
{
	clear: left;
	display: none;
}

.formbtn
{
	display: block;
	width: 150px;
	background-color: #ea2330;
	border: 0;
	border-bottom: 3px solid #c71e29;
	color: White;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	cursor: pointer;
}

.formbtn:hover
{
	background-color: #c71e29;
	border-bottom: 3px solid #ea2330;
}

.formbtnsmall
{
	display: block;
	background-color: #ea2330;
	border: 0;
	border-bottom: 3px solid #c71e29;
	color: White;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.formbtnsmall:hover
{
	background-color: #c71e29;
	border-bottom: 3px solid #ea2330;
}

.formoption
{

}

.iframe
{
	margin: 0;
}

.formview
{
	width: 100%;
	overflow: hidden;
}

.menu_spacer
{
	width: 100%;
	height: 20px;
}

.filter
{
	background-color: #c71e29;
	margin: 10px;
	padding: 10px;
	color: White;
}

.status_icon
{
	width: 16px;
	height: 16px;
}

.tabular
{
	border-collapse: collapse;
	width: 100%;
}

.tabular_fixed
{
	table-layout: fixed;
}

.tabular td
{
	border: 1px solid Silver;
	padding: 2px;
}

.tabular tr:hover td
{
	background-color: #E0E0E0;
}

.tabular thead td
{
	font-weight: bold;
	background-color: #D0D0D0;
}

.tabular thead tr:hover td
{
	font-weight: bold;
	background-color: #D0D0D0;
}

a
{
	color: Black;
}

a:hover
{
	text-decoration: none;
}


.filter a
{
	color: White;
}

.formerror
{
	color: #CC0000;
}

.formstatus
{
	color: Red;
	font-weight: Bold;
}

.original_error
{
	border: 2px solid #ffaa5e;
	background-color: #ffec9f;
	padding: 5px;
	color: #CC0000;
	margin: 2px;
}

.ok_box
{
	border: 2px solid #22a200;
	background-color: #ccffcc;
	padding: 5px;
	color: Black;
	margin: 2px;
}

h1
{
	margin: 0;
}

h2
{
	margin: 0;
	margin-top: 20px;
}

.tdnumber
{
	text-align: right;
}

.icon
{
	height: 20px;
	border: 0;
}

#loading
{
	z-index: 121;
	position: fixed;
	top: 0px;
	background-color: Yellow;
	color: Black;
	display: none;
	width: 250px;
	text-align: center;
}

#loading_bg
{
	position: fixed;
	z-index: 120;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: Black;
	opacity: 0.5;
	display: none;
	cursor: wait;
}

.formbtn_disabled
{
	display: block;
	width: 150px;
	background-color: #D0D0D0;
	border: 0;
	border-bottom: 3px solid #808080;
	color: White;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	cursor: pointer;
}

.filterbtn
{
	display: block;
	width: 150px;
	background-color: #ea2330;
	border: 0;
	border-bottom: 3px solid Orange;
	color: White;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	cursor: pointer;
}

.filterbtn:hover
{
	border-bottom: 3px solid Red;
}

acronym
{
	cursor: help;
}

.top_line td
{
	border-top: 3px solid #ea2330;
}

.filter_table
{
	width: 100%;
	border-collapse: collapse;
}

#search_input
{
	width: 400px;
}

.light
{
	background-color: #fff5a2;
}


.newfile
{
	padding-left: 20px;
	background-image: url('images/new.svg');
	background-repeat: no-repeat;
	background-size: 16px 16px;
	margin-top: 5px;
	display: inline-block;
}

.boxscroll
{
	overflow: auto;
	width: 600px;
	height: 410px;
	margin-top: 0px;
}

.boxtitle
{
	overflow: hidden;
	width: 600px;
	height: 35px;
	background-color: #0748ae;
	color: White;
	padding: 5px;
	font-size: 120%;
}

#form_sources_box
{
	margin-left: 5px;
	border-left: 2px solid #008000;
	float: left;
	overflow: hidden;
	display: none;
}

#form_categories_box
{
	margin-left: 5px;
	border-left: 2px solid #FF8000;
	float: left;
	overflow: hidden;
	display: none;
}

.form_open_dock
{
	display: block;
	float: left;
	font-weight: bold;
	width: 100%;
}

.boxcursor
{
	font-size: 80%;
}


.red
{
	color: Red;
}

.red a
{
	color: Red;
	text-decoration: underline;
}

.red a:hover
{
	text-decoration: none;
}

.button_edit
{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('images/edit_circle.png');
}

.button_delete
{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('images/delete_circle.png');
}

.button_erase
{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('images/erase_circle.png');
}

.addinfo
{
	border-bottom: 1px dotted Black;
	cursor: help;
}

.category_name
{
	font-size: 125%;
	margin-bottom: 2px;
	display: block;
}

.toolbox
{
	width: auto;
	margin-left:  10px;
	margin-right: 10px;
	height: 70px;
	background-color: Silver;
}

.toolbox_icon
{
	width: 32px;
	height: 32px;
	border: 0;
	margin: 4px;
	display: inline-block;
}

.toolbox_icon img
{
	width: 32px;
	height: 32px;
	border: 0;
}

.flashbox_btn
{
	display: block;
	background-color: #ea2330;
	border: 0;
	border-bottom: 3px solid #c71e29;
	color: White;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	cursor: pointer;
}

.flashbox_btn:hover
{
	background-color: #c71e29;
	border-bottom: 3px solid #ea2330;
}
