*
{
  font-family: bold x-small Verdana, sans-serif;
  font-size: 12px;       
}    

html
{
  height: 100%;
}

body
{
  margin: 0px;
  padding: 0px;     
  background: #ffffff;
  min-height: 100%;                   
}

/*
#main
{
  background-color: #ffffff;
  color: blue;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: fixed;
}
*/

#main
{
  display: block;
  height:auto;      
  position:absolute;  
  bottom:0;
  top:0;
  left:0;
  right:0;
  border-radius: 5px;
  border: 1px solid #87b5db;            
  background: #ffffff;  
  vertical-align: top;   
  overflow: hidden;
  margin: 5px;   
  padding-left: 3px;
}

#main_body
{
  margin: 10px;
}  
#main2
{
  display: block;
  height:auto;      
  position:absolute;  
  bottom:0;
  top:0;
  left:0;
  right:0;
  border-radius: 25px;
  border: 0;            
  background: #ffffff;  
  vertical-align: top;   
  overflow: hidden;
  margin: 20px;   
}

#topbar
{
  background: #87b5db; 
  width: 100%;
  height: 75px;
  margin: 0px;
  padding: 0px;  
  display: inline-block;     
  position: absolute;
  top:0;    
}

#toplogo
{
  width: 100%;
  display: inline-block;
  padding: 0px 0px 0px 0px; 
  text-align: center;    
  margin: 0px;    
}

#toplogo_mainpage
{
  width: 99%;
  display: inline-block;
  padding: 20px 0px 20px 10px; 
  text-align: center;    
  margin: 0 auto;    
}

#toplogo img
{
  min-width: 200px;
  max-width: 350px;     
}

.logo
{
  width: 25%;
  min-width: 200px;
  max-width: 315px;
  display: inline-block;
}

#topitem_left
{                        
  width: 49%;
  padding: 15px 0 0 0px;
  display: inline-block;
  position: absolute;
  color: #025984; 
  font-weight: bold;  
  left: 0;
  /*margin-top: 48px;*/
  z-index: 20;       
}

#topitem_left_mobile
{                        
  width: 99%;
  padding: 0px;
  display: inline-block;
  position: absolute;
  left: 0;
  margin-top: 0px;
  z-index: 20;
  display: none;  
}

#topitem_center
{                        
  width: 100%;
  padding: 0px;
  display: inline-block;        
}

#topitem_right
{                        
  width: 49%;
  padding: 0px;
  display: inline-block;
  float: right;
  padding: 15px 10px 0px 0px;
  text-align: right;
  color: #025984; 
  font-weight: bold;  
  position: absolute;
  right: 0;
  z-index: 30;   
}

#topright
{
  width: 300px;
  margin: 20px 20px 0px 0px ;
  padding: 0px;
  float: right;
  text-align: right;
  color: #025984; 
  font-weight: bold;    
}   
#mainfooter
{
  height: 25px !important;
}
#topright a
{
  color: #000000;
  text-decoration: none;
}

#alert_box, #errorlog_box, #pbaddress_box, #reminder_box
{
    display:inline-block;    
    margin-right:5px;
    height:75%;
    max-height: 40px !important;
}

#alert_box_details, #errorlog_box_details
{
    background-color:#ff9900; 
    min-width:100px;
    max-width:200px; 
    border:1px solid #666; 
    text-align:center; 
    font-weight:bold; 
    border-radius:4px; 
    padding:5px 10px; 
    color:#eee;
    max-height: 50px !important;
}
#pbaddress_box_details
{
    background-color:#993399; 
    min-width:100px;
    max-width:150px; 
    border:1px solid #000000; 
    text-align:center; 
    font-weight:bold; 
    border-radius:5px; 
    padding:5px; color:#ffffff;
    max-height: 50px !important;
}
#reminder_box_details
{
    background-color: forestgreen; 
    min-width:100px;
    max-width:150px; 
    border:1px solid #000000; 
    text-align:center; 
    font-weight:bold; 
    border-radius:5px; 
    padding:5px; color:#ffffff;
    max-height: 50px !important;
}

#top_right_stuff
{
    display:inline-block;  
}

.logout_button
{
  color: #ffffff;
  background-image: linear-gradient(to bottom, #3498db, #025984);
  border-radius: 10px;    
  padding: 2px 10px 2px 10px;
  margin: 5px 0px 0px 0px;
}

.button_PA
{
  width: 100px !important;
  color: #ffffff;
  padding: 2px 10px 2px 10px;
  margin: 5px 0px 0px 0px;
}

.button_NY
{                                                 
  width: 100px !important;
  color: #ffffff;
  padding: 2px 10px 2px 10px;
  margin: 5px 0px 0px 0px;
}

.button
{                                                 
  color: #ffffff;
  border-radius: 6px;    
  padding: 2px 10px 2px 10px;
  margin: 5px 0px 0px 0px;
}

#wrapper
{
  margin: 0px 0px 0px 0px;
  padding: 0px;  
  display: inline-block;
  width: 100%;        
  height: calc(100% - 55px);    
  position: absolute;
  bottom:0;
  overflow:hidden;
  top:75px;    
}                   

#content
{                         
  background-color: #ffffff;    
  padding: 10px 7px 0px 0px;    
  margin-left: 180px;    
  height: calc(100% - 45px);                
  overflow: auto;    
}   

#content_mainpage  /*this is because we don't want the margin on the main page, but do want it on the adjuster pages */
{                         
  background-color: #ffffff;    
  padding: 10px 0px 0px 0px;    
  margin-left: 0px;    
  height: 100%;                
  overflow: auto;    
}  

#quicksearch
{
    margin-top: 5px;
    margin-bottom: 5px;
    /*display: block;*/
    height: 90px;
    width: 210px;
    padding-right: 2px; 
    float: right;
    text-align: center !important;
   /* position: fixed;*/
} 

#quicksearch_button
{
  color: #ffffff;
  width: 175px !important;
  clear: both !important;
  margin-right: 20px !important;
  margin-top: 3px !important;
}

#showHideMenuButton, #btnMyAccount, #btnLogoutHome
{
  width: 100px !important;
}
                                               
#btnHelp
{
  background-color: #ff8000 !important;
  background-image:none;
  width: 100px !important;
}  

#btnHelp:hover {
  background-color: #ff952b!important;
  background-image: none!important;
}
                                             
#btnCLMS
{
  background-color: #e65526 !important;
  background-image:none;
  font-weight:bold;
}  

#btnCLMS:hover {
  background-color: #da5d35!important;
  background-image: none!important;
}
                                             
#paynow_button, #btn-old-pics
{
  width:150px;  
  /* background-color: #FFCC66 !important; */
  background-image: linear-gradient(to bottom, #FFCC66, #DFAA40);
  color: black !important;
  font-weight: bold;
  width: 175px !important;
  clear: both !important;
  margin: 4px 20px 3px 0px !important;
}
#paynow_button:hover, #btn-old-pics:hover
{
  /*background-image: linear-gradient(to bottom, #DFAA40, #FFCC66);*/
  background-image: linear-gradient(to top, #136ea2, #87b5db) !important;
  color: white !important;
}
#rounded_button
{
  color: #ffffff;
  border-radius: 6px !important;    
  margin: 5px 0px 0px 0px;
}

/*--main menu ---*/   
#leftmenu
{
  width: 240px;
  float: left;     
  /*z-index: 10;*/
  /*position: absolute;
  left: 0;*/   
  display: inline-block;  
/*  overflow: hidden; */
  overflow:auto;
  height: 94.75%;  
  /*direction:rtl;*/
  background-color: #87b5db;
}

#leftmenuPA
{
  width: 225px;
  float: left;     
  /*z-index: 10;*/
  /*position: absolute;
  left: 0;*/   
  display: inline-block;  
/*  overflow: hidden; */
  overflow:auto;
  height: 97%;  
  /*direction:rtl;*/
  background-color: #87b5db;   
}  

#leftmenuNY
{
  width: 225px;
  float: left;     
  /*z-index: 10;*/
  /*position: absolute;
  left: 0;*/   
  display: inline-block;  
/*  overflow: hidden; */
  overflow:auto;
  height: 97%;  
  /*direction:rtl;*/
  background-color: #87b5db;
} 

#menutitlePA
{
    font-weight: bold !important;
    font-size: 14px !important;
    margin-top: 0px !important;
    background-color: #FFCC66 !important;
    color: black !important;
    font-weight: bold !important;
    height: 25px !important;
    line-height: 25px !important;
    padding-left: 5px !important;
    border-radius: 5px 0px 0px 5px !important;
    width: 220px !important;
    float: right !important;
} 

#menutitleNY
{
    font-weight: bold !important;
    font-size: 14px !important;
    margin-top: 0px !important;
    background-image: linear-gradient(to bottom, #FFFF99, #D1D17E) !important;
    color: black !important;
    font-weight: bold !important;
    height: 25px !important;
    line-height: 25px !important;
    padding-left: 5px !important;
    border-radius: 5px 0px 0px 5px !important;
    width: 220px !important;
    float: right !important;
} 

.menufolder
{
    font-weight: bold;
    font-size: 14px;
    margin-top:10px;
    /*background-color: #cccccc;*/
    background-image: linear-gradient(to bottom, #cccccc, #B3B2B2);
    display: block;
    height: 25px;
    line-height: 25px;
    padding-left:5px;
    border-radius: 5px 0px 0px 5px;
    width: 220px;
    float:right;
    cursor: pointer;
}

.menulink 
{
    margin-bottom: 3px;  
    border-radius: 0px;   
    font-size: 14px;
    display: block;
    height: 25px;
    line-height: 25px;  
    width: 210px;
    float:right;   
    border-radius: 6px 0px 0px 6px;   
    padding-left: 0.9vw;
}

.menulink a 
{
    color: #ffffff;
}

.menulink:hover
{
    background-color: #ffffff;
    color: #025984;
    font-weight:bold;  
    border-radius: 6px 0px 0px 6px;
    /* padding-left: 2px;    */
}


/*--end main menu ---*/
       
 
#footer
{
  background-color: #4f5061;
  width: 100%;
  color: #ffffff;  
}  

h2, th
{
	font-weight: bold; 
  font-size: 14px; 
  /*color: #025984; */
  color: #1d7cb4;
  font-family: verdana;
  margin: 0px;
  padding: 0px;
}

h4 
{
  font-weight: bold; 
  font-size: 24px; 
  font-family: verdana;
}

.myh2 
{
	font-weight: bold; 
  font-size: 14px; 
  color: #025984; 
  font-family: verdana;
  margin: 0px;
  padding: 0px;
  vertical-align: top; 
}

a:visited
{
  text-decoration: none;
  color: #025984;
}

a, a:link 
{
    color: #025984;
    text-decoration: none;
    cursor:pointer;
}
       
a:visited 
{
    color: #025984;
}

a:hover 
{
    color: #000000;
}

a:active 
{
     color: #0000FF;
}

#button-link
{
    display: inline-block;          
    background: #025984;
    padding: 2px 5px 2px 5px;
    border: solid 1px #000000;
    color: #FFFFFF;
    /*border-radius: 20px;   this is for rounded edges*/ 
}

#button-link a 
{
    color: #FFFFFF;      
    font-weight: bold;
    font-size: 10px;
}

#button-link a:hover, #button-link a:active 
{
    color: #000000;
    text-decoration: none;
    background: #3498db;
}        

#behind
{
  width: 100%;
  height: 100%;
}

#overlay
{
  display: block;
  height:auto;     
  position:absolute;  
  bottom:0;
  top:0;
  left:0;
  right:0;
  border-radius: 35px;
  border: 25px solid #cccccc;
  background: #ffffff;  
  vertical-align: top;   
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  overflow: auto;
  margin: 20px;
} 

#overlay_title
{
  width: 100%;
  text-align: center;
	font-weight: bold; 
  font-size: 20px; 
  color: #025984;   
  margin: 0px 0px 40px 0px;
  font-family: verdana;
}

#overlay_main
{
  width: 100%;
  height: 97%;
} 

#suboverlay
{
  width: 90%;  
  height: 90%;     
  border-radius: 15px;
  /*padding: 20px 20px 20px 30px;*/
  padding: 20px 10px 20px 10px;
  border: 2px solid #cccccc;
  display: inline-block;
  background: #ffffff;  
  margin: auto;
  text-align: left;
  overflow: auto;
  margin-top: 10px;
}

#overlay h2
{
  font-size: 20px;
  font-weight: bold;
}      

#login
{           
  border-radius: 15px;
  padding: 5px 20px 20px 20px;
  border: 2px solid #87b5db;
  display: block;
  background: #ffffff;  
  text-align: left;
  margin: 40px auto;             
  max-width: 800px;
/*  width: 80%;*/
    width:286px;
}

#inactive
{           
  border-radius: 15px;
  padding: 5px 20px 20px 20px;
  border: 2px solid #87b5db;
  background: #ffffff;  
  text-align: left;
  margin: 40px auto;             
  max-width: 800px;
/*  width: 80%;*/
    width:286px;
    z-index: 100;
}


#info
{
  border-radius: 15px;
  padding: 10px 20px 30px 30px;
  border: 2px solid #87b5db;
  display: block;
  background: #ffffff;  
  text-align: left;
  margin: 20px auto;
  font-size: 16px;
  width: 80%;
  max-width: 800px;
}

#mainfooter
{
  width: 100%;   
  display: block;
  bottom: 0;  
  position: absolute;
  text-align: center;
  margin-bottom: 5px;  
  font-weight: bold;   
}

.btn  
{

  border-radius: 4px;
  /* color: #ffffff !important;         the !important is so that it overrides the color, if this isn't there, then it uses the default a color, which doesn't look right */ 
  padding: 5px 10px 5px 10px !important;
  margin: 5px 0px 0px 0px;
  width: 150px;
  display: block;    
  background-image: linear-gradient(to bottom, #3498db, #025984);
  border-color: #3974B4 !important;
}                    
input[type=button] .btn .btn-warning
{
  background-color: #FFCC66 !important;
  background-image: unset;
  padding: 5px 10px 5px 10px !important;
}
.btn .btn-warning
{
  background-color: #FFCC66 !important;
  background-image: unset;
  padding: 5px 10px 5px 10px !important;
}                    
.btn:hover 
{

  text-decoration: none;
  color: #fff !important;
  background-color: #B3B2B2 !important;
  border-color: #CCCCCC !important;
  /*background-image: linear-gradient(to bottom, #84B79E, #85C3A5) !important;*/
  background-image: linear-gradient(to top, #136ea2, #87b5db) !important;
  border-radius: 4px !important;
  border: solid 1px #CCCCCC !important;
  /*font-weight: bold !important;*/
}

input[type=submit], input[type=button], button
{
  color: #ffffff;
  background-image: linear-gradient(to bottom, #3498db, #025984);
  border-radius: 4px;
  padding: 5px 10px 5px 10px !important;
  border-color: #3974B4 !important;
  border-width: .75px;
}

input[type=submit]:hover, input[type=button]:hover, button:hover
{
  /*background-image: linear-gradient(to bottom, #025984, #3498db); cc9900 */
  color: #fff !important;
  background-color: #B3B2B2 !important;
  border-color: #CCCCCC !important;
  /*background-image: linear-gradient(to bottom, #84B79E, #85C3A5) !important;*/
  background-image: linear-gradient(to top, #136ea2, #87b5db) !important;
  border-radius: 4px !important;
  border: solid 1px #CCCCCC !important;
  /*font-weight: bold !important;*/
}

input[type="text"], input[type="email"] 
{
  border: solid 1px #666666;     
  border-radius: 3px;  
}

input[type="text"]:focus, input[type="email"]:focus
{
  border: solid 1px #999999;
  box-shadow: 0 0 5px 1px #025984;  
  border-radius: 3px;  
}

input[type="password"] 
{
  border: solid 1px #000000;
  border-radius: 3px;    
}

input[type="password"]:focus
{
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #025984;
  border-radius: 3px;    
}     

select
{
  border: solid 1px #000000;   
  border-radius: 3px;
  width: default;
  max-width: 200px;
}

select:focus
{
  box-shadow: 0 0 5px 1px #025984; 
}

iframe 
{
  padding: 0px 0px 0px 0px;
}  

.highlightrow tr:hover 
{
  background:#dddddd;
}    

textarea:focus
{
  box-shadow: 0 0 5px 1px #025984; 
}
                                                                                       

/*breadcrumb navigation*/
#breadcrumb
{
  width: 100%;
  margin: 0px;
  padding: 3px 0px 0px 0px;     
}

#breadcrumb ul 
{
    margin: 0px 0px 0px 0px;
    padding-left: 0px;
}

#breadcrumb ul li 
{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 95px;
    margin: 0px 1px 0px 0px;
    /*text-indent: 25px;*/
    text-align: center;
    position: relative;       
}

#breadcrumb ul li:before 
{
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    left: -2px;
    border-style: solid;
    border-width: 10px 0px 10px 10px;
    border-color: transparent transparent transparent #ffffff;
    z-index: 0;
}

#breadcrumb ul li:first-child:before 
{
    border-color: transparent;
}

#breadcrumb ul li a:after 
{
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    right: -10px;
    border-style: solid;
    border-width: 10px 0px 10px 10px;
    border-color: transparent transparent transparent #87b5db;
    z-index: 10;
}

#breadcrumb ul li:last-child
{
    border-color: transparent;
    content: none;
}

#breadcrumb ul li.complete a 
{
    background: #FFA500;
    z-index: 100;
}

#breadcrumb ul li.final a 
{
    background: #FFA500;
    z-index: 100;
}

#breadcrumb ul li.complete a:after 
{
    border-left-color: #FFA500;
}

#breadcrumb ul li.final a:after 
{
    border-left-color: #FFA500;
}


#breadcrumb ul li a 
{
    display: block;
    background: #87b5db;
    cursor: default;
    color: #000000;    
    font-size: 10px;        
}

#breadcrumb ul li.complete a 
{
  cursor: pointer;
  font-weight: bold; 
}

#breadcrumb ul li.final a 
{
  cursor: default;
  font-weight: bold; 
}

#breadcrumb ul li a:hover 
{
    background: #87b5db;
}

#breadcrumb ul li.complete a:hover 
{
    background: #87b5db;
}

#breadcrumb ul li.final a:hover 
{
    background: #FFA500;
}

#breadcrumb ul li a:complete
{
    color: #000000;
}

#breadcrumb ul li a:hover:after 
{
    border-color: transparent transparent transparent #87b5db; 
}

#breadcrumb ul li.complete a:hover:after 
{
    border-color: transparent transparent transparent #87b5db; 
}

#breadcrumb ul li.final a:hover:after 
{
    border-color: transparent transparent transparent #FFA500; 
}
/*end breadcrumb navigation*/      

/*breadcrumb nav for mobile*/   
#breakcrumb_mobile_outline
{
  width: 100%;
  border: 1px solid #000000;
  margin: 0px 0px 15px 0px;
  display: none;
}

#breadcrumb_mobile
{
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px;       
}

#breadcrumb_mobile li 
{
    display: inline-block;
    height: 15px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    text-align: center;    
}

#breadcrumb_mobile li a 
{
    display: block;
    background: #87b5db;
    cursor: default;
    color: #000000;      
}    

#breadcrumb_mobile li.highlight a
{
  background: #FFA500;
  cursor: pointer;
}

#breadcrumb_mobile li.title a
{
  background: #FFA500;
  cursor: pointer;
  font-weight: bold;
}

#breadcrumb_mobile li.highlight a:hover
{
  background: #87b5db;
}

/*end breadcrumb nav for mobile*/         

/*modal box */
.modalDialog 
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9;
	opacity:0;
	-webkit-transition: opacity 300ms ease-in;
	-moz-transition: opacity 300ms ease-in;
	transition: opacity 300ms ease-in;
	pointer-events: none;
}

.modalDialog:target 
{
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div 
{
	width: 80%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;        
	background: #fff;
}

.close 
{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover 
{ 
  background: #025984; 
}

.modalitemleft
{
  width:25%;
  display: inline-block;    
}

.modalitemright
{
  max-width:70%;
  display: inline-block;  
  margin-bottom: 10px;
}
/*end modal box*/    


/* FLOATING BOX CSS SETTINGS */   
.boxToDrag 
{
  background-color: #dcdcdc;
  border: 1px solid #000000;
  color: #000000;
  padding: 0px;
  /*margin: 400px 0px 0px 450px;*/
  width: 90%;
  height: 250px;
  z-index: 11;
  margin-left:50px;
}

.aBar 
{
  background-color: #024594; 
  /*cursor: move;*/
  padding: 0px 0px 0px 0px;
  height: 19px;
}

.aBarText
{
  color: #ffffff;
  font-weight: bold;
  font-size:12px;
  padding: 2px 1em 2px 1em;
}

.aBar img
{
  float: right;
  border: 0px;
}

.aBar h2
{
  color: #FFFFFF;
}

.aContent 
{ 
  padding: 5px 2px 0px 5px;
  width: 99%;
  color: #000000;  
  height: 220px;
  overflow: auto;
}
/* END FLOATING BOX CSS SETTINGS */
              

.fullwidthtextarea
{
  width: 100%;
  height: 80px;
  border: 1px solid #000000; 
  padding:2px;
  margin-bottom: 10px;      
  border-radius: 3px;  
}  

.notetextarea
{
  width: 98%;
  height: 80px;
  border: 1px solid #000000; 
  padding:2px;
  margin-bottom: 10px;
  border-radius: 3px;
}                                

.largeheighttextarea
{
  width: 100%;
  height: 60vh;
  border: 1px solid #000000; 
  padding:2px;
  margin-bottom: 10px;      
  border-radius: 3px;  
} 

.nextbutton
{
  width: 100%;
  text-align: center;
}                     

.pageheader
{
  display: inline-block;
	font-weight: bold; 
  font-size: 20px; 
  color: #025984; 
  font-family: verdana; 
  margin: 0px 10px 10px 0px;  
  vertical-align: top;
}            
                                        
.pageheader_right
{
  display: inline-block;
  vertical-align: top;      
}

.addbottom
{
  height: 25px;
}

.tabs
{
  display: block;
}
.tab button {
  background-image: linear-gradient(to bottom, #3498db, #025984);
  border-color: #3974B4 !important;
  margin: 0px;
  padding: 5px 10px 5px 10px !important;
  border-radius: 4px;
  color: #ffffff !important; 
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  transition: 0.3s;
  margin: 1px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #B3B2B2 !important;
  border-color: #CCCCCC !important;
  /*background-image: linear-gradient(to bottom, #84B79E, #85C3A5) !important;*/
  background-image: linear-gradient(to top, #136ea2, #87b5db) !important;
  border-radius: 4px !important;
  border: solid 1px #CCCCCC !important;
  
}
.tabs a
{
  display: inline-block;
  background: #cccccc;
  color: #025984; 
  text-decoration: none;
  height: 15px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #000000;
  font-weight: bold;
  margin: 0px 1px 2px 1px;
  width: 90px;
  text-align: center;
}

.tabs a:hover, .tabs a.selected
{
  background: #025984;  
  color: #ffffff;
}

.tabs a.selected
{
  background: #025984;  
  color: #FFA500;
}    


.newicon
{
  background: #025984;  
  color: yellow;
  font-weight: bold;
  border-radius:15px;
  display: inline-block;
  padding: 2px 5px 2px 5px;
  font-size: 8px;
  vertical-align: top;
  margin: 1px 0px 0px 5px;
}

.filebuttons
{
  padding-top: 2px;
}

.filebuttons a
{
  background: #cccccc;
  color: #025984; 
  font-weight: bold;
  display: inline-block;
  padding: 2px 5px 2px 5px;
  font-size: 10px;
  vertical-align: middle;
  margin: 0px 10px 2px 0px;
  border: 1px solid #000000;
}

.filebuttons a:hover
{
  background: #025984;  
  color: #ffffff;
}      


/*
tr.mobiletableheaderrow
{
  background-color: #aaaaaa;
} 
  */

            
/*these are the classes used to make the pages responsive for resizing between full screen and mobile devices*/
.formline
{
  width: 100%;
  display: block;
  padding: 0px 0px 0px 0px;         
}


.formitemlabel
{
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  min-width: 18%;
  vertical-align: top;   
}

.formiteminput
{
  display: inline-block;
  padding: 0px 0px 10px 0px;
  margin: 0px 10px 0px 0px;
  min-width: 18%;
  vertical-align: top;   
}

.formitemspacer
{
  display: inline-block;
  min-width: 18%;   
}

.formitemspacer_small
{
  display: inline-block;
  min-width: 10%;
}

.formsubitem
{
  padding: 0px 0px 2px 0px;
}

.formsubdiv
{
  display: inline-block;
  min-width: 120px; 
  width: default;
  padding: 0px 0px 2px 0px;
}

.pcount, .lcount
{
  display: inline-block;
  text-align: right;
  min-width: 18%;
}


.colhead
{
  display: none;
} 


.mobiletabledatatoppad
{
  padding-top: 0px;
}

.mobiletable_always
{
  width: 99%;
}

tr.mobiletabledatarow_always
{
  border: 1px solid #000000;
  display: block;
  margin-bottom: 15px;
  padding: 5px 0px 5px 0px;
}

tr.mobiletabledatarow_always_alert
{
  border: 2px solid red;
  display: block;
  margin-bottom: 15px;
  padding: 5px 0px 5px 0px;
}

td.mobiletabledatacol_always
{
  width: 99%;
  display: block;
  padding: 0px 5px 0px 5px;
}

/*this is for striping the table rows 
th{background:#fff;}
tbody tr:nth-child(even) {background: #fff;}
tr.mobiletabledatarow:nth-child(odd) {background: #ccc;}
*/

th{background:#fff;}
 
.stripetable tr:nth-child(2n) 
{
   background: #dddddd;
}

.stripetable tr:nth-child(2n+1) 
{
  background: #ffffff;
}  

.stripetable.highlightrow tr:hover 
{
  background:orange !important;
} 

@media only screen and (max-width: 480px)      /*this would be for phones in portrait*/
{
  .formline
  {
    padding-bottom: 15px;
  }
  
  .formitemlabel, .formiteminput
  {
    width: 100%;
    display: block;
  }
  
  .formitemspacer
  {
    width: 0px;
    min-width:0px;
  } 
  
  .pcount, .lcount
  {
    display: block;
    text-align: left;
  }
 
  select
  {
    width: 80%;
  }  
  
  #overlay_title
  {
    border-bottom: 2px solid #cccccc;
    padding-bottom: 3px; 
    margin-bottom: 10px; 
    font-size: 14px;
  }
  
  .pageheader
  {
    text-align: center;
    width: 100%;
  }
  
  #login, #info
  {
    border-radius: 0px;
    border: 0px;
    border-bottom: 2px solid #cccccc;
    margin: 20px 0px 20px 0px;
    width: auto;
  }
  
  #breadcrumb
  {
    display: none;
  }
  
  #breakcrumb_mobile_outline
  {
    display: inline-block;
  }    
  
  .modalitemleft, .modalitemright
  {
    display: block;
    width: 100%;
  }       
}

@media only screen and (min-width: 481px) and (max-width: 625px)      /*this would be for small tablets in portrait or phones in landscape*/
{
  .formline
  {
    padding-bottom: 15px;
  }

  .formitemspacer
  {
    width: 0px;
    min-width:0px;
  }    
  
  .pcount, .lcount
  {
    display: block;
    text-align: left;
  }  
  
  #overlay_title
  {
    border-bottom: 2px solid #000000;
    padding-bottom: 3px;  
    margin-bottom: 10px; 
    font-size: 16px;
  }
  
  .pageheader
  {
    text-align: center;
    width: 100%;
  }  

  #breadcrumb
  {
    display: none;
  }
  
  #breakcrumb_mobile_outline
  {
    display: inline-block;
  }   
  
  #login, #info
  {
    max-width: 75%;
  }  
  
  .modalitemleft, .modalitemright
  {
    display: block;
    width: 100%;
  }  
}


@media only screen and (min-width: 626px) and (max-width: 768px)      /*this would be for small tablets in portrait or phones in landscape*/
{
  #overlay_title
  {
    font-size: 14px;
  }        
}

@media only screen and (max-width: 768px)      /*this would be for ALL small displays, basically anything that is less than a full size PC monitor, because we don't want the tables to display incorrectly*/
{                          
  #topbar
  {
    height: 40px;
  }
  
  #wrapper
  {
    height: calc(100% - 40px);    
  }                   

  #topitem_left, #topitem_center, #topitem_right
  {
    display: none;
  }  
    
  #topitem_left_mobile
  {
    display: inline-block;
  }                          
}


@media only screen and (max-width: 1024px)      /*this would be for ALL small displays, basically anything that is less than a full size PC monitor, because we don't want the tables to display incorrectly*/
{
  .mobiletable
  {
    width: 99%;
  }
  
  tr.mobiletableheaderrow
  {
    display: none;
  } 
   
  tr.mobiletabledatarow
  {
    border: 1px solid #000000;
    display: block;
    margin-bottom: 15px;
    padding: 5px 0px 5px 0px;
  }

  td.mobiletabledatacol
  {
    width: 99%;
    display: block;
    padding: 0px 5px 0px 5px;
  }

  .colhead
  {
    display: inline-block;
    width: 33%;
    padding-right: 5px;
  }
  
  .coldata
  {
    display: inline-block;
    width: 66%;
  }  
  
  .mobiletablehr
  {
    display: none;
  }
  
  .mobiletabledatatoppad
  {
    padding-top: 15px;
  }
  
  #toplogo img
  {
    max-width: 200px;
  }   
}

/*end responsive settings*/


.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('./images/page-loader.gif') 48% 50% no-repeat rgb(255,255,255);
	display:none;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.spinner {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  z-index: 9998;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------ie popup------------------*/
	/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext{
  width: 500px;
  height: 225px;
  background-color: #555;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 8px;
  position: fixed;
  z-index: 200;
  top: 44%;
  left: 40%;
  font-size: large;
}
.hidebox{
	width: 70%;
    height: 500px;
    background-color: white;
    z-index: 100;
    position: absolute;
    margin: auto;
    visibility: hidden;
    top: 23%;
    left: 25%;
}
/*special css to buttons on user maint. page*/
input#linkButton { 
     background: none;
     background-color: white;
     background-image: none;
     border: none;
     color: #0066ff;
     text-decoration: underline;
     cursor: pointer; 
}
input#linkButton2 { 
     background: none;
     background-color: white;
     background-image: none;
     border: none;
     color: #0066ff;
     text-decoration: underline;
     cursor: pointer; 
}
input#linkButton3 { 
     background: none;
     background-color: white;
     background-image: none;
     border: none;
     color: #0066ff;
     text-decoration: underline;
     cursor: pointer; 
}
input#linkButton4 { 
     background: none;
     background-color: white;
     background-image: none;
     border: none;
     color: #0066ff;
     text-decoration: underline;
     cursor: pointer; 
}
input#btnumonboard { 
  background: none;
  background-color: white;
  background-image: none;
  border: none;
  color: #0066ff;
  text-decoration: underline;
  cursor: pointer; 
}
input#linkButton5 { 
     background: none;
     background-color: white;
     background-image: none;
     border: none;
     color: #0066ff;
     text-decoration: underline;
     cursor: pointer; 
}
input#linkButton6 { 
     background: none;
     background-color: white;
     background-image: none;
     border: none;
     color: #0066ff;
     text-decoration: underline;
     cursor: pointer; 
}
input#linkButton7 { 
     background: none;
     background-color: white;
     background-image: none;
     border: none;
     color: #0066ff;
     text-decoration: underline;
     cursor: pointer; 
}
input#linkMenu { 
     background: none;
     background-color: white;
     background-image: none;
     border: none;
     color: #0066ff;
     text-decoration: underline;
     cursor: pointer; 
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
/*---------------end ie popup------------------*/
td.vendor-table
{
    padding:3px;
}
table.vendor-table
{
    padding:10px;
}
.error
{
  color: #CC0000;
  font-weight: bolder;
}
.anchorbutton {
  background-color: #008CBA;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  color:white;
  margin:2px 0px;
}

.anchorgreen {
  background-color: #009933;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  color:white;
  margin:2px 0px;
}
