
/*

 * Developed by Jaco Services Pty Ltd for use with Circuits and Spans
 
 * Last amended - 8 July 2020
 
*/

.mychangecolor{
     color:#000fff /* it changes to blue */ 
              }

.jgo-table {
    table-layout: fixed;
    word-wrap: break-word;
           }

.jgo-border {
    border: 2px solid orange !important;
            }
            
.jgo-border-green {
    border: 2px solid green !important;
            }
			
.jgo-border-blue {
    border: 2px solid blue !important;
            }			

.jgo-table-text {
    font-size: 15px;
            }

.jgo-border-pole {
  border: 5px blue !important;
  border-style: dashed !important;;
}

.jgo-table td {
  border: 1px dashed #cccccc;
}

/*			
            
#wgtmsr{
 width:150px;   
       }
	   
*/	   

.button_delay{
   display:none;
             }

.selectHeight {
   -webkit-appearance: menulist-button;
   height: 50px;
}

.selectHeight1 {
   -webkit-appearance: menulist-button;
   height: 26px;
}  

// the following lines were imported from eper_styles.css....may not need all for 1P4S 

.im-centered {
 margin: auto;
 max-width: 400px;
}

 .eper-text-centered {
 color: #ffffff;

 background-color:#ff0000;
}

.font-big {
 font-size: 24px; 
 }
 
.jgorow {
 margin-left: 0px;
 margin-right: 10px;
 padding: 0px; 
}    

.numbers{
 font-size: 15px; 
 margin: 0px;
 text-align: left;
 }

.multi-line-button {
 white-space: normal;
 }

 .clear {
    clear: both;
 }
 
/* 

.top-buffer {
 margin-top:20px;
 }

.link-font{
 font-size: 19px;
 color:blue; 
 text-align: center;
 }
 
 */
 
.jgo-future
   {
       color: purple;
       font-weight: bold;
   } 