td,tr, .contente, p {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji", open_sansregular, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
}

.gold {
    background-color: #bfa12f;
    min-height: 20px;
 
    text-align: center;
}
.right {

 
    text-align: right;
}
/* Works for most browsers */
input::placeholder {
  color: gray; /* Not white anymore */
}
::placeholder {
  color: #555; /* Change this to any color you want */
  opacity: 1;  /* Optional: ensures it's not faded */
}

/* Older browser support */
::-webkit-input-placeholder {
  color: #555;
}
:-ms-input-placeholder {
  color: #555;
}
::-ms-input-placeholder {
  color: #555;
}

div.dtr-modal-content h2 {
  font-size:12px;
font-weight: bold;  
}

table {
  border-spacing: 3px;
 /* border-collapse:collapse; */
}

   /* Modal Background */
        .modal {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
        }
        
        /* Modal Content */
        .modal-content {
            background-color: #fefefe;
            margin: 15% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
            max-width: 500px;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        
        /* Close Button */
        .close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
        }
        
        .close:hover {
            color: black;
        }
        
        /* Status indicator */
        .status-badge {
            display: inline-block;
            padding: 3px 8px;
            border-radius: 12px;
            font-size: 14px;
            color: white;
        }
        
        .status-active {
            background-color: #4CAF50;
        }
        
        .status-pending {
            background-color: #ff9800;
        }
        
        .status-inactive {
            background-color: #f44336;
        }
.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;
		
}

.bordertop {
 
    border-top: 3px solid #0f5d91 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

body{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji", open_sansregular, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	background-color: #ffffff;
	
}
a:link {
	color: #0f5d91;
	font-weight: 600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: 600;
	color: #0f5d91;
}
a:hover {
	text-decoration: overline underline !important;
	font-weight: 600;
	color: #aeab1c !important;
}
a:active {
	text-decoration: none;
	font-weight: 600;
	color: #0f5d91;
}



.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;
}





.pull-right { float: right; }
.pull-left { float: left; }

.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(bg.png);
        padding-top: 6px;
}


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

.tooltip_head { background-color:#FFFFFF; }

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

.sep {

	border-top:  1px solid #0f5d91;
}

.hide {
display:none;



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


.bigin
.warning_text {
	font-weight: 600;
	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: 600;
}

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

.controls_table_head {
	font-weight: 600;
}

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

.error_table_head {
	font-weight: 600;
}

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

.phone{
	color: #0f5d91;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji", open_sansregular, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
}

.blue{
	color: #cdaf39;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji", open_sansregular, Arial, Helvetica, sans-serif;
	font-weight: 600;
        font-size: 11px;
}
.tit{
	color: #cdaf39;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji", open_sansregular, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 600;
}


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

.invisible_table {
	padding: 0px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji", open_sansregular, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:none;
}

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

.active {
	background-color:#aeab1c;
}

.table_row_two {
	background-color:#aeab1c;
	border: 1px solid #FEFEFE;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
         padding: 3px;
        padding-left: 20px;
        padding-right: 20px;
   
        min-height:20px;
        line-height:20px;
        margin-left: 10px;
        position: relative;
        
        display: inline-block;
		
}

.table_row_two a{
    
  display: inline-block;
}

.table_row_two  a,  .table_row_two:visited,  .table_row_two_send a {
    color: #FFFFFF !important;
    text-decoration: none;
    
   
}

.table_row_two:active ,.cpactive, .table_row_two:focus ,  .table_row_two:target , .table_row_two  a:active , .table_row_two  a:focus {
     background-color: #1675a6 !important;
     color: #FFFFFF !important;
     border-radius: 6px;
        padding: 3px;
         padding-left: 20px;
        padding-right: 20px;
}


.table_row_two_send, .table_row_two:hover {
 background-color: #1675a6;
 color: #FEFEFE;
 	border: 1px solid #FEFEFE;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
        padding: 3px;
        padding-left: 20px;
        padding-right: 20px;
        min-height:20px;
        line-height:20px;
        margin-left: 10px;
	

}

.table_row_two  a:hover {
    color: #aeab1c;
    text-decoration: none;
    
   
}


.table_row_two_send:hover {
	background-color:#aeab1c;
        
}










.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:#146734;
	font-weight: bold;
	color: #FFFFFF;
}
.task_high {
	background-color:#0f5d91;
	color: #FFFFFF;
}
.task_normal {
	background-color:#146734;
	color: #FFFFFF;
-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
		
}

.indigo {
    background-color: #1675a6;
}
.task_low {background-color:#F5FFDF;}
.task_very_low {background-color:#F5F5F5;}


input[type=submit],  input[type=button] {
	color: #f3f3f3;
	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='#00ADEF', endColorstr='#0f5d91'); /* for IE */
	background-image: -o-linear-gradient(top, #00ADEF, #0f5d91); /* ie 10 */
	background-image: -ms-linear-gradient(top, #00ADEF, #0f5d91); /* ie 10 */
	background-image: -moz-linear-gradient(top, #00ADEF, #0f5d91); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #0f5d91),color-stop(1, #00ADEF)); /* Saf4+, Chrome */
	-webkit-box-shadow: #4b4b4b 0px 2px 5px;
	-moz-box-shadow: #4e4e4e 0px 2px 5px;
	box-shadow: #e3e3e3 0px 2px 5px;
	border: none;
	min-width: calc(10em + .5rem + 2px);
}


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[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='#d01111', endColorstr='#7e0c0c'); /* for IE */
	background-image: -o-linear-gradient(top, #d01111, #7e0c0c); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #d01111, #7e0c0c); /* FF3.6 */
	background-image: -moz-linear-gradient(top, #d01111, #7e0c0c); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #7e0c0c),color-stop(1, #d01111)); /* 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;
        min-width: calc(10em + .5rem + 2px);
	
}
input, textarea, select,file,date,datetime-local, .required, .productcheckbox , .form {
	
	background-color:#F4F4F4;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji", open_sansregular, Arial, Helvetica, sans-serif;
	color: #666666;
        
        
   min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
        
    
    
    
    font-weight: 400;
    color: #495057;
  
    background-clip: padding-box;
    
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;   
        
    
        
        
}

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

}
.formerd {

	 float: left;
	 margin-right: 5px;

}


.hoverTable{
		width:100%; 
		border-collapse:collapse; 
	}
        
        
   
	.hoverTable td{ 
		
	border: 1px solid #E6E6E6;
	
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
		
	}
	/* Define the default color for all the table rows */
	.hoverTable tr:nth-child(even){
		background: #bec5ce;
              
	} 
	/* Define the hover highlight color for the table row */
    .hoverTable tr:hover  {
          background-color: #1675a6;
          color: #ffffff;
    }
    
    
    .hoverTable tr:hover td, .hoverTable tr:hover td a {
        
          color: #aeab1c;
    }
    
    
       .hoverTable tr:first-child:hover {
            
            
	border: 1px solid #E6E6E6;
	
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
        }


.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;
		

}




.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;
}