* {
	font-size: 14px;
}
.panel {
	border: 5px solid #000066;
	padding: 5px;
	width: 100%;
	margin-bottom: 30px;
}
.panel-title {
	background-color: #000066;
	color: white;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 10px 5px;
	font-weight: bold;
	font-size: 18px;
}
.panel-body {
	margin-top: 5px; 
	padding: 0 0;
}
.panel-body.bordered {
	border: 1px solid #000066;
	padding: 5px;
}
.panel-body.p-5 {
	padding: 5px;
}
.panel-body.p-10 {
	padding: 10px;
}
.panel-table {
	max-height: 500px;
	overflow-y: auto;
	overflow-x: auto;
	border: 2px solid gray;
}

#login-form {
	padding: 50px 30px;
}
.field {
	border: 1px solid black;
}
.field.wd1 {
	width: 100px;
}
.field.wd2 {
	width: 200px;
}
.field.wd3 {
	width: 300px;
}
.field-unstyled {
	outline: none;
	border: none;
	padding: 4px 6px;
	width: 220px;
}
.field-styled {
	width: 100%;
	display: inline-block;
	border: 1px solid black;
	padding: 2px 5px;
	margin-bottom: 5px;	
}
.field-styled.-r {
	text-align: right;
}
.field-styled.-c {
	text-align: center;
}
.field-styled.capitalized {
	text-transform: capitalize;
}

.field-styled.uppercase {
	text-transform: uppercase;
}
.field-borderless {
	border: none;
	width: 100%;
	outline: none;
}

.field-borderless.-r {
	text-align: right; 
}

.field-styled.disabled {
	background-color: #f9f9f9;
	cursor: not-allowed;
}
.field-styled.rdo {
	background-color: #f9f9f9;
	border-color: #a6a6a6;
	color: #4d4d4d;
}
.field-styled.em {
	border: 2px solid black;
	font-weight: bold; 
	text-align: right;
}
.field-icon {
	display: inline-block;
	background-color: #000099;
	color: white;
	padding: 4px 10px;
}
.field-date {
	outline: none;
	border: none;
	width: 100%;
}
.field-date.bordered {
	border: 1px solid black;
	padding: 4px;
	margin-bottom: 5px;
}
.field-date.wd1 {
	width: 150px;
}
.field-date.wd2 {
	width: 250px;
}
.field-select {
	outline: none;
	border: none;
	height: 30px;
	width: 100%;
	padding-left: 5px;
}
.field-select.bordered {
	border: 1px solid black;
	margin-bottom: 5px;
}
.field-submit {
	width: 100%;
	height: 30px;
	background-color: white;
	border: 1px solid black;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.field-submit.sm {
	height: 25px; 
	background-color: #f8f8f8;
}
.field-submit.link {
	padding: 2px;
	text-decoration: none;
	color: black;
	text-align: center;
}
.field-submit:hover {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc; 
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.field-submit:active {
	outline-width: medium;
	outline-color: gray;
	outline-style: double; 
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
	transform: translateY(4px);
}

#company-title {
	font-size: 26px;
	font-weight: bold;
	color: #000099;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: lightgray;
   color: gray;
   text-align: left;
}
.fieldset {
   border: 2px solid #999999;
   padding: 10px;
}
.fieldset.thin {
   border: 1px solid #999999;
   padding: 10px 15px;
}

.fieldset.fieldset-3 {
	width: 300px;
}
.fieldset.fieldset-4 {
	width: 400px;
}
.fieldset.fieldset-5 {
	width: 500px;
}
.fieldset.fieldset-6 {
	width: 600px;
}
.fieldset.btn-group {
	padding: 25px 25px;
	display: block;
}

.tbl {
	width: 100%;
}
.tbl-th, .tbl-td-no, .tbl-td, .tbl-tr, .tbl-tr-clickable {
	padding: 2px 10px;
	border: 1px solid white; 
	font-size: 12px;
}
.tbl-th, .tbl-td-no {
	color: white;
	background-color: #0059b3;
}
.tbl-td-no, {
	max-width: 10px;
}
.tbl-th {
	height: 40px;
	text-align: center;
}
.tbl-th.sm {
	height: 20px;
}
.tbl-tr, .tbl-tr-clickable {
	background-color: #fffaf0;
}
.tbl-tr:hover, .tbl-tr-clickable:hover {
	background-color: #000066;
	color: white;
	cursor: pointer;
}
.tbl-td {
	max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tbl-td.-c {
	text-align: center;
}
.tbl-td.-r {
	text-align: right;
}
.tbl-td.uppercase{
	text-transform: uppercase;
}

.tbl-td.custom {
	background-color: #40367c;
	color: white;
	font-weight: bold;
}

.list-unstyled {
	text-decoration: none;
	color: black;
}
.list-unstyled:hover {
	color: blue;
}

.iframe-att {
	width: 100%;
}

#myInput {
	padding: 2px 10px;
}

.list-header {
	padding: 5px 20px; 
	border: 2px solid gray;
	border-bottom: none;
	background-color: #336699;
	color: white;
	font-size: 12px;
}
.link-custom {
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
	padding: 5px 6px;
	box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.2);
	color: #4d4d4d;
	font-size: 12px; 
}
.link-custom:hover	 {
	text-decoration: none;
	color: #4d4d4d;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9; 
	border-bottom: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6; 
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.legend {
	width: 100%;
	border-bottom: 1px solid #b3b3b3;
	color: #4d4d00;
}