html {
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #444444;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 auto;	
	background: url('/images/white_carbon.gif');
	background-repeat: repeat;
}

input[type="text"], select, textarea {
	background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DADADA;
    border-radius: 4px 4px 4px 4px;
}

input[type="text"]:focus, select:focus, textarea:focus {
	background: none repeat scroll 0 0 #FFFFE5
}

input[type="button"], button[type="button"] {
	position: relative;
	cursor: pointer;
	display: inline-block;
	color: white !important;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 0 RGBA(0,0,0,0.3);
	overflow: hidden;
	border: solid 1px black;
	box-shadow: inset 0px 1px 0px RGBA(255,255,255,0.6);
	-webkit-box-shadow: inset 0px 1px 0px RGBA(255,255,255,0.6);
	-moz-box-shadow: inset 0px 1px 0px RGBA(255,255,255,0.6);
	background: #222;
	background: -moz-linear-gradient(top, #555 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#222));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
input[type="button"]:hover, button[type="button"]:hover {
	cursor: pointer; 
	background: #444; 
	background: -moz-linear-gradient(100% 100% 90deg, #333, #666); 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777), to(#444));		
	color: #fff; 
}
input[type="button"]:disabled, button[type="button"]:disabled {
	background: #DDDDDD;
    background: -moz-linear-gradient(bottom, #DDDDDD 0%, #BBBBBB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDDDDD), color-stop(100%,#BBBBBB));
	border-color: #CCCCCC;
	color: #333;
	cursor: default;
}

input[type="submit"], button[type="submit"] {
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin: 10px 0;
	padding: 2px;
	color: white !important;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 0 RGBA(0,0,0,0.3);
	overflow: hidden;
	border: solid 1px black;
	box-shadow: inset 0px 1px 0px RGBA(255,255,255,0.6);
	-webkit-box-shadow: inset 0px 1px 0px RGBA(255,255,255,0.6);
	-moz-box-shadow: inset 0px 1px 0px RGBA(255,255,255,0.6);
	background: #222;
	background: -moz-linear-gradient(top, #555 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#222));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
input[type="submit"]:hover, button[type="submit"]:hover {
	cursor: pointer; 
	background: #444; 
	background: -moz-linear-gradient(100% 100% 90deg, #333, #666); 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777), to(#444));		
	color: #fff; 
}
input[type="submit"]:disabled, button[type="submit"]:disabled {
	background: #DDDDDD;
    background: -moz-linear-gradient(bottom, #DDDDDD 0%, #BBBBBB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDDDDD), color-stop(100%,#BBBBBB));
	border-color: #CCCCCC;
	color: #333;
	cursor: default;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Droid Sans',serif;
	
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 18px;	
}

h1 {
    font-size: 36px;
    line-height: normal;
    margin: 0 0 30px;
	
	text-align: left;
	margin: 5px 5% 1%;
}

h3 {
    color: #280064;
    font-size: 18px;
    margin: 0 0 15px;
}

h4 {
    font-size: 16px;
    margin: 0 0 15px;
}

p {
	text-align: justify;
	font-size: 12px;
}

table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
	
.left {
	text-align: left;
}

a:visited {
	text-decoration: none;
	border-style: none;
}

a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #999999;  /* gray */
	text-decoration: none;
}
#tagline {
    color: #32CCFF;
	text-transform: capitalize;
}

#container {
	margin: 0 auto;
}
table#main {	
	border-top-color: #280064 !important;
    border-color: #C72527 transparent transparent;
    border-style: solid;
    border-top-width: 6px 1px 1px;	
	margin-top: 15px;
}

tr#header {
	background: #FFFFFF;
}
tr#menu_top {
	background: #FFFFFF;
}
tr#site {
	background: #FFFFFF;
}
tr#footer {
	background: transparent;

	border-top: 6px solid #222222;
	
	text-align: left;
	height: 47px;
	font-size: 10px;
	
	text-transform: uppercase;
}
.footer_time
{
	float: left;
	margin-left: 40px;
}
.footer_copy
{
	float: right;
	margin-right: 40px;
}
.footer_benchmark
{
	color: #898284;
	font-size: 9px;
}

.address {
	text-align: left;
	font-size: 10px;
	margin-bottom: 10px;
}

.error, .warning, .success, .info {
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;	
    border: 2px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    font-family: tahoma;
    padding: 4px 10px;	
}

.error {
	background: #EE0101;
    color: #FFFFFF;
}

.error b {
	color: black;
}

.warning {
	padding: 5px;
	text-align: center;
	color: gray;
	background-color: yellow;
	margin-left: 10%;
	margin-right: 10%;
}

.warning b {
	color: black;
}

.success {
	background: none repeat scroll 0 0 green;
    color: white;
	padding: 5px;
	text-align: center;
	background-color: green;
	margin-left: 10%;
	margin-right: 10%;	
}

.info {
	padding: 5px;
	text-align: center;
	color: black;
	background-color: silver;
	margin-left: 10%;
	margin-right: 10%;
}

.error_time
{
	color: #CCCCCC;
	margin-right: 10px;
}

.config_section {
	margin: 0 5% 5% 5%;
	border-style: solid;
	border-width: thin;
	border-color: #999999;  /* gray */
	padding: 5px;
}

.config_header {
	text-align:left;
	border-bottom:1px dotted black;	
	height:20px;
}

.config_header h5 {
	border-width: thin;
}

.config_text {
	text-align:left;
	font-weight:normal;
	padding: 5px;
}

.config_section h4 {
	border-bottom-style: solid;
	border-width: thin;
}

.config_section form {
	width: 100%;
}

.config_value {
	text-align: right;
	width: 99%;
	margin: 3px;
	border-style: dotted;
	border-width: thin;
	border-color: #E3E3E5; /* lightgray */
}

.config_value label {
	padding-right: 10px;
	text-align: right;
}

.config_value input {
	text-align: left;
	width: 65%;
	margin-right: 5px;
}

.config_value span {
	text-align: left;
	width: 65%;
	margin-right: 5px;
	display: inline-block;	
}

.config_value select {
	text-align: left;
	width: 65.5%;
	margin-right: 2px;
}

.config_value div {
float:left;
	text-align: left;
	width: 65%;
	margin-right: 5px;
}

.config_value img {
	margin-right: 5px;
}

.config_popup  {
	display:none;
	position:absolute;
    border-style: none; 
    background-color: #E6E6E6;
    padding: 5px;
	border-color: #005985; /* Blue */
	text-align: justify;
	font-size: 14px;
	color: #000;
	width: auto !important;
	z-index: 1000000;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 6px #000000;	
}

.cron_config_section {
	margin: 5%;
	border-style: solid;
	border-width: thin;
	border-color: #999999;  /* gray */
	padding: 5px;
	width: 40%;
}

.cron_config_section h4 {
	border-bottom-style: solid;
	border-width: thin;
	width: 100%;
}

.cron_config_section form {
	width: 100%;
}

.cron_config_value {
	text-align: right;
	width: 100%;
	margin: 3px;
	border-style: dotted;
	border-width: thin;
	border-color: #E3E3E5; /* lightgray */
}

.cron_config_value {
	text-align: left;
	width: 100%;
	margin: 3px;
	border-style: dotted;
	border-width: thin;
	border-color: #E3E3E5; /* lightgray */
}

.cron_config_value select {
	text-align: left;
	float: right;
	width: 54%;
}

.cron_config_value label {
	padding-right: 10px;
	text-align: right;
	margin-right: 5px;
}

.cron_config_value input {
	padding-right: 10px;
	text-align: right;
	float: right;
	width: 50%;
}

.even {
	background-color: #E5E5E5;
	padding: 5px;
}

.odd {
	background-color: #F2F2F2;
	padding: 5px;
}

.header
{
	padding: 5px;
	border-bottom:1px solid black;
}

.log_time
{	
	font-family:"Times New Roman",Georgia,Serif;
	text-align: left;	
	float: left;
	width: 15%; 
}

.log_source
{	
	font-family:"Times New Roman",Georgia,Serif;
	text-align: left;	
	float: left;
	width: 15%;
	margin-left: 2%;
	word-wrap: break-word;
}

.log_type
{	
	font-family:"Times New Roman",Georgia,Serif;
	text-align: left;	
	float: left;
	width: 10%;
	margin-left: 2%;
}

.log_data
{
	font-family:"Times New Roman",Georgia,Serif;
	text-align: left;
	float: left;
	width: 54%;
	margin-left:2%;	
}

.info_line
{
	width: 690px;
	margin: 3px;
	border-style: dotted;
	border-width: thin;
	border-color: #E3E3E5; /* lightgray */
	overflow: hidden;
}
.info_text
{		
	text-align: left;	
	float: left;
	width: 30%; 
}

.info_value
{	
	text-align: left;	
	float: left;
	width: 70%;
}

.search_box_wrapper
{
	background-color: 	#fff;
	padding-top:		4px;
	width:				215px;
	border:				1px solid #BBBBBB;	
	margin-bottom:		3px;
}

.search_box_wrapper input 
{
	padding-bottom:		4px;
	width:				190px;
	border: 			0px;
	outline: 			none;
}

/* index page module */
.index_option_table
{
	text-align: left;
}
.index_option_name
{
	font-weight: bold;
}

/* data_table */
.data_table  
{		
	border-collapse: collapse;
}
.data_table , .data_table  th, .data_table td
{		
	border: thin solid #999999;
}
.data_table th, .data_table td
{		
	padding: 2px;
}
.data_table td div
{	
	overflow: hidden;
}
.data_table .data_table_info
{
	border-top: thin solid #fff;
	border-left: thin solid #fff;
	border-right: thin solid #fff;
}

#jasper_current_status
{
	float: right;
	font-size: 12px;
	text-decoration: none;
}
#jasper_current_status img
{
	border: none;
	margin-right: 5px;
}

.horz_list li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

img[src="/jasper/images/loupe.gif"]
{
	margin-left: 5px;
}

#index_wrapper
{
	margin-top: 10px;
}
#index_wrapper h1, #index_wrapper h2, #index_wrapper h3, #index_wrapper h4, #index_wrapper h5, #index_wrapper h6
{
	margin: 0;
	padding: 0;
}

#log_in
{
	float: right;
	margin: 0 20px 0 0;
	border-left: 1px solid #ADABAB;
	width: 235px;
	padding: 0 5px 0 15px;
}
#index_info
{
	margin: 0 285px 0 0;
	text-align: left;
	padding: 0 5% 0 5%;
}

#system_user_login_header_text
{
	margin-bottom: 20px !important;
}
#system_user_login_button
{
	margin: 15px 0 0 0;
	text-align: left;
}
#system_user_login_wrapper .error, #system_user_login_wrapper .success, #system_user_login_wrapper .warning
{
	margin: 0;
}

img.shadow {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .09);
    margin-bottom: 20px;
    margin-top: 20px;
}

/* grid */
.row {
	box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
  
  box-sizing: border-box;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
/* */

[class*="col-"] {
    display: flex;
    justify-content: center; /* Horizontally center the image */
    /*align-items: center;*/ /* Vertically center the image */
    /*height: 300px;*/ /* Set a height for the container */
}

img {
    max-width: 100%; /* Ensure the image does not exceed the container's width */
    max-height: 100%; /* Ensure the image does not exceed the container's height */
}

/* */