<style type="text/css" media="all">


<!--General
	a[href] {color:black;}
	a:link {color:blue; text-decoration:none;}
	a:visited {color:blue; text-decoration:none;}
	a:active {color:red; text-decoration:none;}
	a:hover {color:orange; text-decoration:underline;}
	.tag {font-weight:bold;}
	.section {font-weight:bold;}
	.fuzzy {font-size:12px; color:#C0C0C0; font-weight:bold;}
        .submit {
                background-color: #ff9900;
                border: Defaultpx dotted #4b4b4b;
                color: #ffffff;
                font-size: 12;
                font-family: arial;
                font-style: ;
                font-weight: ;
                padding: 1px;
        }

.view .glyphicon {color: white}
.view .glyphicon:hover {color: orange}

@media print {
     .udm {display:none;}
     .noPrint {display:none;}
     a:link:after,
     a:visited:after {
     	content: "" !important;
   	}
}

body {
	margin:0;
	padding:0;
	margin-left: 3px; margin-top: 3px; margin-right: 3px; margin-bottom: 3px;
	color:black;
	background-color:#ffffff;
	font-style:normal; font-variant:normal; font-family:Sans-serif; font-size:12px; font-weight:normal;
}

title {
	color:grey;
	font-weight:bold;
}

pre{
    counter-reset: line;
}
code{
    counter-increment: line;
}
code:before{
    content: counter(line);
    display: inline-block;
    width: 3em; /* Fixed width */
    border-right: 1px solid #ddd;
    padding: 0 .5em;
    margin-right: .5em;
    color: #888;
    -webkit-user-select: none;
}

h1 {
	color:grey;
	font-weight:bold;
}
h2 {
	color:grey;
	font-weight:bold;
}

legend {
	font-size:18px;
	color:slategrey;
	font-weight:bold;
}
navigator {
	font-size:12px;
	font-weight:bold;
}
navcurrent {
	font-size:16px;
	color:black;
	font-weight:bold;
}







label {
	padding: 12px 12px 12px 0;
	display:inline-block;
}

input[type=text], input[type=password], input[type=date],select, textarea {
	color: navy; 
	background-color: ivory;
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize:vertical;
}

input[type=submit] {
	background-color: #4CAF50;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
}

.form {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}

.col-25 {
	float: left;
	width: 15%;
	margin-top: 6px;
}

.col-75 {
	float: left;
	width: 85%;
	margin-top: 6px;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}


@media screen and (max-width: 500px) {
        .col25, .col-75, input[type=submit] {
                width: 100%;
                margin-top: 0;
        }
}


th {
	color:white;
	background-color:#5871B3;
}
td {
	font-size:12px;
}
table.view tr:nth-child(odd) {
	background-color: #fff;
}
table.view tr:nth-child(even) {
	background-color: #eee;
}

table.view {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

table.view caption {
	font-size: 1.5em;
}

table.view tr {
	padding: .35em;
}
table.view th,
table.view td {
	padding: .625em;
}



table.view th {
	font-size: .85em;
	letter-spacing: .1em;
	// text-transform: uppercase;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
  table.view {
    border: 0;
  }
  table.view caption {
    font-size: 1.0em;
  }
  table.view thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.view tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table.view td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table.view td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    // text-transform: uppercase;
  }
  table.view td:last-child {
    border-bottom: 0;
  }
}
-->
</style>
