@import url('font/stylesheet.css');

td,tr {
	font-family:open_sansregular, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}
table {
  border-spacing: 3px;
 /* border-collapse:collapse; */
}


.lines, .taburo td:last-child {
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
		-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
		
}


.linest , .taburo td:first-child ,  .taburo1 td{

	border: 1px solid #E6E6E6;
	
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
		

}

.msg{
	
width: 600px; 
  overflow: auto;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap; /* HP printers */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
  -moz-binding: url('xbl.xml#wordwrap'); /* Firefox (using XBL) */
	
	
}

table td, table th
{
    padding: 2px; /* 'cellpadding' equivalent */
}

fieldset {
	background-color:#FEFEFE;
	border: 1px solid #f0f0f0;
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
		
}


body{
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	background-color: #ffffff;
	margin-top:5px;
	margin-bottom:5px;
}
a:link {
	color: #008a48;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #008a48;
}
a:hover {
	text-decoration: overline underline;
	font-weight:bold;
	color: #339933;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	color: #008a48;
}



.black {
	text-decoration: none;
	color: #000000;
}

.white {
	text-decoration: none;
	color: #ffffff;
}
A.white:link {
	font-weight: bold;
	color: #ffffff;
}
A.white:visited {
	font-weight: bold;
	color: #ffffff;
}
A.white:hover {
	text-decoration: underline overline;
	font-weight: bold;
	color: #ffffff;
}
A.white:active {
	font-weight: bold;
	color: #ffffff;
}








tr {
/*		background-color: #FFFFFF; */
}
.border1 {
	border: 1px solid #cccccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.bprnt {
	border: 1px solid #cccccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
/*	background-image: url(bgg.jpg); */
	background-image: url(bg.png);
}


.error_msg {
	font-weight:bold;
	color:#FF0000;
}

.tooltip_head { background-color:#FFFFFF; }

.header {
	font-size:24px;
}
.spcr {
	font-size:3px;
	background-color: #efefef;
}

.hide {
display:none;



}
.smallin {
	font-size:9px;
}
.bigin {
	font-size:11px;
}


.bigin
.warning_text {
	font-weight:bold;
	color:#FF0000;
}


.cat_table {
	font-size:11px;
}

.cat_table tr:hover{
	background-color: #FFFFFF;
}

.completion_bar {
	background-color: #efefef;
}

.completion_bar tr:hover{
	background-color: #efefef;
}

.controls_selected {
	font-weight:bold;
}

.controls_table {
	background-color:#F4F4F4;
	border:none;
}

.controls_table_head {
	font-weight:bold;
}

.error_table {
	background-color:#FF9FEE;
	border:none;
}

.error_table_head {
	font-weight:bold;
}

.form_table {
	background-color:#FFFFFF;
	border:none;
}

.phone{
	color: #003E87;
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.blue{
	color: #008a48;
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.tit{
	color: green;
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}


.form_table_head {
	vertical-align:top;
	font-weight:bold;
}

.invisible_table {
	padding: 0px;
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:none;
}
.table_row_one {
	background-color:#c1fdee;
		border: 1px solid #afebdc;
		-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
		
}
.table_row_twe {
	background-color:#e0effc;
		border: 1px solid #afebdc;
		-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
		
}

.table_row_two {
	background-color:#afebdc;
		border: 1px solid #FEFEFE;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
		
}


.task_table {
	border: 1px solid #bbbbbb;
	padding: 0px;
	color: #51296E;
	background-color: #efefef;
	font-size: 11px;
	line-height: 150%;
	vertical-align:top;
}

.task_table tr:hover{
	background-color: #FFFFFF;
}

.task_table_head {
	background-color:#FFFFFF;
}

.warning_table {
	border:none;
	background-color:#F8F8F8;
	padding:5px;
}

.task_critical {
	background-color:#008a48;
	font-weight: bold;
	color: #FFFFFF;
}
.task_high {
	background-color:#008a48;
	color: #FFFFFF;
}
.task_normal {
	background-color:#008a48;
	color: #FFFFFF;
-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
		
}
.task_low {background-color:#F5FFDF;}
.task_very_low {background-color:#F5F5F5;}



input[type=submit], input[type=button] {
	color: #FFFFFF;
        font-weight:bold;
	padding:3px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align:center;
		padding-left:20px;
	padding-right:20px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008a48', endColorstr='#125947'); /* for IE */
	background-image: -o-linear-gradient(top, #008a48, #125947); /* ie 10 */
	background-image: -ms-linear-gradient(top, #008a48, #125947); /* ie 10 */
	background-image: -moz-linear-gradient(top, #008a48, #125947); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #125947),color-stop(1, #008a48)); /* Saf4+, Chrome */
	-webkit-box-shadow: #4b4b4b 0px 2px 5px;
	-moz-box-shadow: #4e4e4e 0px 2px 5px;
	box-shadow: #e3e3e3 0px 2px 5px;
	border: none;

}



input[type=reset]{

	color: #f3f3f3;
	padding:3px;
	text-align:center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
padding-left:20px;
	padding-right:20px;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c9f9e', endColorstr='#403d3d'); /* for IE */
	background-image: -o-linear-gradient(top, #9c9f9e, #403d3d); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #9c9f9e, #403d3d); /* FF3.6 */
	background-image: -moz-linear-gradient(top, #9c9f9e, #403d3d); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #9c9f9e),color-stop(1, #403d3d)); /* Saf4+, Chrome */
	-webkit-box-shadow: #4b4b4b 0px 2px 5px;
	-moz-box-shadow: #4e4e4e 0px 2px 5px;
	box-shadow: #e3e3e3 0px 2px 5px;
	border: none;
	border-radius: 6px;
	
}


input[type="radio"] {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}


input, textarea, select,file,.required, .productcheckbox , .form {
	/*  width: 250px;*/
	padding: 2px;
	background-color:#F4F4F4;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	color: #666666;
}

.former {
	 width: 100px;
	height: 15px;
	 float: left;
	 margin-right: 5px;

}
.formerd {

	 float: left;
	 margin-right: 5px;

}


.lines {
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
		-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
		
}


.linest {

	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
		

}

.linest1 {

	border: 1px solid #E6E6E6;
	background-color: #F6F6F6;
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
		

}


.lineshome {
min-height:20px;
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
		-moz-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;
		
}

.lineshome:hover, .lines:hover, .linest:hover, .linest1:hover {
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	background-image: url(hombg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.rounded{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}


ul {
	list-style-position: outside;
	list-style-image: url(bullet.png);
}

.noborder{
	border: 0px;
}
.cancel{
	border: 0px;
	background-attachment: fixed;
	background-image: url(bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

legend {
  padding: 3px;
  text-align:right;
  }




#backgroundPopup { 
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 20%;
    width: 650px;
    z-index: 2;
}
div.loader {
    background: url("img/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background: url("img/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
}




ul.topnav {
    clear: all;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #008a48;
    
    width: 100%;
  display: table;
  table-layout: fixed;
    
}

/* Float the list items side by side */
ul.topnav li {float: left;

 display: table-cell;
   width: 16.66666666666667%;
  text-align: center;
}

/* Style the links inside the list items */
ul.topnav li a {
  width: 100%;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    
  
    
    
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #555;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

.maintableform  {
    
    width: 550px;
}

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media (max-width: 767px) { 
    .maintableform  {
    
    width: 98%;
}

  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  
  ul.topnav li { 
   width: 50%;
  }

 
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
  
}