body {
    width: 95%;
	margin-left: auto;
	margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    background-color: #F0F0F0;
    font-size: small;
}

table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

form {
    display:inline;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, div {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 140%;
}

h3 {
    font-size: 120%;
}

h4 {
    font-size: 100%;
}

.normal {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: small;
    font-weight: normal;
}

.href {
    color: rgb(17, 34, 204);
    cursor: pointer;
    text-decoration: underline;
}

.button-show {
	box-shadow: inset 0px 1px 0px 0px #cae3fc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee));
	background: -moz-linear-gradient(center top, #79bbff 5%, #4197ee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color: #79bbff;
	border-radius: 5px;
	border: 1px solid #469df5;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 2px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #287ace;
}

.button {
	text-decoration: none;
    cursor: pointer;
	box-shadow: inset 0px 1px 0px 0px #cae3fc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee));
	background: -moz-linear-gradient(center top, #79bbff 5%, #4197ee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color: #79bbff;
	border-radius: 5px;
	border: 1px solid #469df5;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 2px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #287ace;
}

.button i {
    margin-right: 0.2em;
}

.button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff));
	background: -moz-linear-gradient(center top, #4197ee 5%, #79bbff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color: #4197ee;
}

.button:active {
	position:relative;
	top:1px;
}

.nib {
    cursor: pointer;
	color: gray;
	background-color: LightGray;
	border-radius:3px;
	display:inline-block;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	padding:2px 5px;
	text-decoration:none;
}
.nib:hover {
	color: black;
	background-color: LightBlue;
}
.nib:active {
	color: black;
	cursor: default;
	background-color: #7dabdc;
}
.nib.active {
	color: black;
	cursor: default;
	background-color: #7dabdc;
}
.nib i {
    margin-right: 0.2em;
}

.page-header {
    padding: 7px;
    color: #221E1D;
    height: 100px;
    width: 100%;
    margin-top: 5px;
    overflow-x: hidden; /* For Opera */
    background: #FFFFFF; /* Old browsers */
    box-shadow:
        inset #F0F0F0 0 0 0 1px,
        inset rgb(225,227,224) 0 0 0 2px,
        inset rgb(222,225,234) 0 0 0 3px,
        inset rgb(207,209,221) 0 0 0 4px,
        inset rgb(199,199,199) 0 0 0 5px,
        inset rgb(181,185,188) 0 0 0 6px,
        inset rgb(87,103,119) 0 0 0 7px;
}

.page {
    margin: 0;
    padding-bottom: 0.5em;
    height: auto;
}

.error {
    color: red;
    font-size: small;
    font-weight: normal;
    display: inline;
}

.dual-pane-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 4px;
}

.edit-form {
    background-color: white;
    z-index: 9999;
    margin: 0 auto;
    position: absolute;
    width: auto;
    height: auto;
    display: none;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    background: linear-gradient(bottom, #CCCCCC, #EEEEEE);
/*
    background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
    background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE);
	text-align: left;
    color: #09C;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
*/
    text-decoration: none;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid black;
}

.tab-form {
	background-color: white;
    margin: 0 auto;
    width: auto;
    height: auto;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px;
/*
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
*/
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid black;
}

.table-fix-head {
    overflow-y: auto;
    height: 250px;
}

.table-fix-head thead th {
    position: sticky; /* make the table heads sticky */
    top: -1px; /* table head will be placed from the top of the table and sticks to it */
}

table.gridtable {
/*	font-family: verdana, arial, sans-serif; */
	font-size: 11px;
	color: #333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}

table.gridtable th {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}

table.gridtable td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

table.gridtable tr:hover {
    color: #000;
    background: #FCF;
    background-color: #FCF;
}

table.gridtable tr:hover td {
    color: #000;
    background: #FCF;
    background-color: #FCF;
}

.normal-header {
    font-size: 160%;
    font-weight: bold;
	background: #ebebeb;
	margin: 5px 0 5px 0;
	padding: 5px 20px;
	border: 1px solid #cccccc;
	color: #006699;
	border-radius: 5px;
}

.tabbable {
	*zoom: 1;
}

.tabbable:before,
.tabbable:after {
	display: table;
	line-height: 0;
	content: "";
}

.tabbable: after {
	clear: both;
}

.nav-tabs {
	*zoom: 1;
}

.nav-tabs:before,
.nav-tabs:after {
    display: table;
    line-height: 0;
    content: "";
}

.nav-tabs:after {
	clear: both;
}

.nav-tabs > li {
	float: left;
}

.nav-tabs > li > span {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 2px;
    line-height: 14px;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
	width: 98%
}

.nav-tabs > li {
	margin-bottom: -1px;
}

.nav-tabs > li > span {
    color: gray;
    background-color: LightGray;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
}

.nav-tabs > li > span:hover {
	color: black;
    cursor: pointer;
}

.nav-tabs > .active > span,
.nav-tabs > .active > span:hover {
	color: black;
    cursor: default;
	background-color: #7dabdc;
	border-bottom-color: transparent;
}

.tab-content {
	overflow: auto;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.nav {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}

.nav > li > span {
	display: block;
}

.nav > li > span:hover {
	text-decoration: none;
	background-color: LightBlue;
}

.boxed {
    border: 1px solid black;
    margin: 1px 1px 1px 1px;
    font-weight: bolder;
    font-size: 8pt;
    width:8px;
    height:8px;
    display: block;
    page-break-after:avoid;
    text-align:left;
    float:left;
}

.table_border {
    border: 1px solid black;
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: ;
}

.table_borderless {
    border-style: none;
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0;
}

.upperboundright {
    position:relative;
    float: right;
    padding: 2px;
    margin: 0;
    border: 1px solid black;
    border-top: 0;
    border-right: 0;
}

.td_border {
    border: 1px solid black;
    border-collapse: collapse;
}

#content-footer {
    margin-top: 1em;
    text-align: center;
}

.fg-red {
	color: red;
}

.user_login {
    font-weight: bold;
    text-decoration: underline;
    font-weight: bold;
    color: #221E1D;
}

.checklist {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 20em;
    overflow: auto;
}

.checklist li {
    padding: 5px;
    list-style-type: none;
}

li.checklist-inactive:hover {
    background-color: LightBlue;
    cursor: pointer;
}

.checklist-active {
    background-color: #7dabdc;
}
