.etss_form {

   margin:0;
   width:100%;
   border-left:0;
   border-right:0;
   min-width:910px;
   font-family:'Arial', sans-serif;
 
}

.etss_form td {

   font-weight:400;
   font-size:11.7px;
   vertical-align: top; 
}

.etss_form tr:nth-child(odd) {

   background-color: #D8E9FF;
}

.etss_form tr table tr{

   background-color:transparent !important;
}

.etss_form tr td:first-child {

}

.etss_form tbody tr td table tbody tr td {

   background-color: transparent !important;
}


.etss_form .source_table{
 
}

.etss_form .source_table td{
 
   border-right: 1px solid black;
}

#tranmidbuttontr {

  display:none;
}

.etss_form .submit_btn {

   text-align: right;
   background-color: #D8E9FF;
}

.etss_form .button {

   border: 1px solid #555;
   line-height: 18px !important;
   font-size: 18px;
   color: white;  
   background-color: #00356F;   
   display: inline-block;
   margin: 0;
   padding: 4px 8px;
   cursor: pointer;
   
} 

.etss_form .button:hover {

   background-color: #11467F;

}
.etss_form .button.red-button {
  
   background-color: red;

}
 
.etss_form .form_inputs {

   vertical-align: middle;
   text-align:left;   

} 

.etss_form .input_indent {

   margin-left: 20px;  // 'margin' is clockwise

}

#site { 

   width:320px;

}

.etss_form label.input_indent {

   display: block;
   font-weight: bold;
   font-size: 10px;
   margin-top: 3px;
}

.etss_form .float_left {

   float: left;

}

.etss_form .float_right {

   float: right;

}

.etss_form .selection_row {

   background-color: #F0F8FF;
}

.red_button {

   border: 1px solid #555;
   line-height: 18px !important;
   font-size: 18px;
   color: white;  
   background-color: red;   
   display: inline-block;
   margin: 0;
   padding: 4px 8px;
   cursor: pointer;
   
}

.etss_form hr {

   height: 0;
   width: 90%;
   border-top: 1px solid #89A;
   border-bottom: 1px solid #FFF;
   border: 0;

}

.etss_form .selection_row td {
  
   padding: 5px;

}

.etss_form #phase_custom_val {

   width: 80px;

}
