*
{
  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: 25px;
  border: 15px solid #10253f;       /*#87b5db*/     
  background: #ffffff;  
  vertical-align: top;   
  overflow: hidden;
  margin: 5px 5px 15px 5px;   
}

#main_body
{
  margin: 10px;
}        

#topbar
{
  background: #cccccc; 
  width: 100%;
  height: 55px;
  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: 10px 0px 0px 0px; 
  text-align: center;    
  margin: 0 auto;      
}

#toplogo_mainpage_mobile
{
  width: 99%;
  display: none;
  padding: 10px 0px 20px 0px; 
  text-align: center;    
  margin: 0 auto;  
}

#toplogo img
{
  min-width: 200px;
  max-width: 250px;     
}

.logo
{
  width: 25%;
  min-width: 100px;
  max-width: 315px;
  display: inline-block;
}

.logo_big
{
  width: 50%;
  min-width: 300px;
  max-width: 500px;
  display: inline-block;
}

#topitem_left
{                        
  width: 49%;
  padding: 0px;
  display: inline-block;
  position: absolute;
  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: 0px 10px 0px 0px;
  text-align: right;
  color: #10253f; 
  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: #10253f; 
  font-weight: bold;    
  border: 1px solid; 
}

#topright a
{
  color: #000000;
  text-decoration: none;
}

.logout_button
{
  color: #ffffff;
  background-image: linear-gradient(to bottom, #3498db, #10253f);
  border-radius: 10px;    
  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;    
}                   

#content
{                         
  background-color: #ffffff;    
  padding: 10px 0px 0px 0px;    
  margin-left: 180px;    
  height: calc(100% - 10px);                
  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 3px 0px 3px;    
  margin-left: 0px; 
  margin-bottom: 10px;   
  height: 100%;                
  overflow: auto;    
}  

.content_center
{                         
    background-color: #ffffff;    
    padding: 20px 8px 0px 8px;                   
    margin: 20px auto;
    min-width: 100px;
    max-width: 400px;  
    border:1px solid black;
    border-radius: 5px;
    text-align: left;  
}  

.content_container
{
    display: flex;
    flex-wrap: wrap;   
    justify-content: center;
}

.content_box
{                         
    background-color: #ffffff;    
    padding: 8px 8px 0px 8px;                   
    margin: 10px;
    min-width: 400px;
    max-width: 400px;  
    width: 400px;
    border:1px solid black;
    border-radius: 5px;
    text-align: left;   
}  

.topic-link {
  display: block;
  width: 400px;
  margin: 0 auto;
}

.topic
{
    background-color: #10253f; 
    padding: 15px 3px 0px 3px;                   
    margin: 10px auto;
    width: 400px;
    height: 45px; 
    border-radius: 5px;
    border: 1px solid #000000;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    display: block;
}

.topic-cta
{
    position: absolute;
    font-size: 0.9rem;
    font-weight: 500;
    color: #ffab22;
    bottom: 2px;
    left: 315px;
    text-align: right;
}

@media only screen and (max-width: 500px)
{
    .topic-cta
    {
        top: 27px;
        bottom: unset;
        left: 70%;
    }
}

.topic_reversed
{
    background-color: #ffab22;    
    padding: 15px 3px 0px 3px;                   
    margin: 10px auto;
    width: 400px;
    height: 45px; 
    border-radius: 5px;
    border: 1px solid #000000;
    color: #10253f;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    display: block;
}

.topic_half_holder
{
    background-color: #ffffff;                   
    margin: 10px auto;
    width: 400px;
    height: 75px;   
    text-align: center;
    display: block;
}

.topic_half
{
    background-color: #10253f; 
    padding: 15px 10px 0px 10px;                   
    margin: 10px auto;
    width: 150px;
    height: 50px; 
    border-radius: 5px;
    border: 1px solid #000000;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    display: inline-block;  
}

.topic:hover, .topic_half:hover
{
    color: #ffab22; 
}

.topic_reversed:hover
{
    color: #ffffff; 
}

.largetext
{
    font-size: 24px;
    font-weight: bold;
    /*margin-right: 20px;*/
    display: inline;
}
.smalltext
{
    font-size: 18px;
    font-weight: bold;
    /*margin-right: 20px;*/
    display: inline;
}
.xsmalltext
{
    font-size: 14px;
    font-weight: bold;
    /*margin-right: 20px;*/
    display: inline;
}
.alert_note
{
  font-size:18px;
  margin:20px;
  text-align:center;
} 

.alert_note a
{
  font-size:18px;
  margin:20px;
  text-align:center;
} 

/*--main menu ---*/
#leftmenu
{
  background-color: #cccccc;
  width: 190px;    /*180 original*/
  float: left;     
  /*z-index: 10;*/
  /*position: absolute;
  left: 0;*/   
  display: inline-block;  
  overflow: auto; 
  height: 100%;
}

#cssmenu 
{
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 170px;    
}

#cssmenu li 
{
  margin: 0;
  padding: 0;
  list-style: none;
}
#cssmenu a 
{
  background: #cccccc;  
  color: #10253f;
  display: block;
  margin: 0;
  padding: 8px 4px 12px 4px;
  text-decoration: none;
  font-weight: normal;
  /*background: linear-gradient(to left, #FFFFFF, #cccccc);*/    
}

#cssmenu a:hover 
{
  /*background: linear-gradient(to left, #FFFFFF, #10253f);*/
  background: #10253f; 
  color: #ffffff;     
  font-weight: bold; 
}
/*--end main menu ---*/
       
 
#footer
{
  background-color: #4f5061;
  width: 100%;
  color: #ffffff;  
}  

h2
{
	font-weight: bold; 
  font-size: 14px; 
  color: #10253f; 
  font-family: verdana;
  margin: 0px;
  padding: 0px;
}

.myh2 
{
	font-weight: bold; 
  font-size: 14px; 
  color: #10253f; 
  font-family: verdana;
  margin: 0px;
  padding: 0px;
  vertical-align: top; 
}

a:visited
{
  text-decoration: none;
  color: #10253f;
}

a, a:link 
{
    color: #10253f;
    text-decoration: none;
    cursor:pointer;
}
       
a:visited 
{
    color: #10253f;
}

a:hover 
{
    color: #000000;
}

a:active 
{
     color: #0000FF;
}

#button-link
{
    display: inline-block;          
    background: #10253f;
    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: 40px; 
  color: #10253f;   
  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 30px;
  border: 2px solid #cccccc;
  display: block;
  background: #ffffff;  
  text-align: left;
  margin: 40px auto;             
  max-width: 800px;
  width: 80%;
}


#info
{
  border-radius: 15px;
  padding: 10px 20px 30px 30px;
  border: 0px solid #cccccc;
  display: block;
  background: #ffffff;  
  text-align: left;
  margin: 20px auto;
  font-size: 16px;
  width: 80%;
  max-width: 800px;
}

#mainfooter
{
  width: 100%;   
  display: block;
  bottom: 0px;  
  position: absolute;
  text-align: center;
  margin-top: 10px; 
  margin-bottom: 1px;  
  font-weight: bold;   
  font-size: 12px;
}

.btn  
{
  background: #3498db;
  background-image: linear-gradient(to bottom, #3498db, #10253f);
  border-radius: 15px;
  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 */ 
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  margin: 5px 0px 0px 0px;
  width: 150px;
  display: block;    

}                    

.btn:hover 
{
  background: #10253f;
  background-image: linear-gradient(to bottom, #10253f, #3498db);
  text-decoration: none;
  color: #ffffff;
}

input[type=submit], input[type=button], button
{
    background-color: #10253f; 
    padding: 0px 3px 0px 3px;                   
    margin: 10px auto;
    width: 300px;
    height: 50px; 
    border-radius: 5px;
    border: 1px solid #000000;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    display: block;    
}

input[type=submit]:hover, input[type=button]:hover, button
{
  /*background-image: linear-gradient(to bottom, #10253f, #3498db);*/
}

button:hover
{
    color: #ffab22;
}

.orange_button
{
    background-color: #ffab22; 
    color: #10253f; 
}   

.orange_button:hover
{
    color: #ffffff;  
}

.gray_button
{
    background-color: #7f7f7f; 
    color: #ffffff; 
}   

.gray_button:hover
{
    color: #ffab22;  
}

.gray_button_reverse
{
    background-color: #ffffff; 
    color: #7f7f7f; 
}   

.gray_button_reverse:hover
{
    color: #ffab22;  
}

input[type="text"] 
{
  border: solid 1px #000000;     
  border-radius: 3px;  
}

input[type="text"]:focus
{
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #10253f;  
  border-radius: 3px;  
}

input[type="email"] 
{
  border: solid 1px #000000;     
  border-radius: 3px;  
}

input[type="email"]:focus
{
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #10253f;  
  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 #10253f;
  border-radius: 3px;    
}     

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

select
{
  border: solid 1px #000000;   
  border-radius: 3px;
  width: default;
  min-width: 150px;
  max-width: 250px;
  height: 50px;
  font-size: 20px;
}

select:focus
{
  box-shadow: 0 0 5px 1px #10253f; 
}

iframe 
{
  padding: 0px 0px 0px 0px;
}  

.highlightrow tr:hover 
{
  background:#dddddd;
}    

textarea:focus
{
  box-shadow: 0 0 5px 1px #10253f; 
}
 
.outline_box
{
  border:1px solid #000000; 
  border-radius:5px; 
  padding:5px;
}                                                                                       

/*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 #cccccc;
    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: #cccccc;
    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: #cccccc;
}

#breadcrumb ul li.complete a:hover 
{
    background: #cccccc;
}

#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 #cccccc; 
}

#breadcrumb ul li.complete a:hover:after 
{
    border-color: transparent transparent transparent #cccccc; 
}

#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: #cccccc;
    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: #cccccc;
}

/*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: #10253f; 
}

.modalitemleft
{
  width:25%;
  display: inline-block;    
}

.modalitemright
{
  max-width:70%;
  display: inline-block;  
  margin-bottom: 10px;
}
/*end modal box*/    


/* FLOATING BOX CSS SETTINGS */   
#boxToDrag, #boxToDrag_vendor 
{
  background-color: #cccccc;
  border: 1px solid #000000;
  color: #000000;
  padding: 0px;
  /*margin: 400px 0px 0px 450px;*/
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 80%;
  height: 250px;
  z-index: 9999;
}

.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: #10253f; 
  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;
}

.tabs a
{
  display: inline-block;
  background: #cccccc;
  color: #10253f; 
  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: #10253f;  
  color: #ffffff;
}

.tabs a.selected
{
  background: #10253f;  
  color: #FFA500;
}    


.newicon
{
  background: #10253f;  
  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: #10253f; 
  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: #10253f;  
  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: 150px; 
  width: default;
  padding: 0px 0px 2px 0px;
}

.formsubdiv_right
{
  display: inline-block;
  min-width: 150px; 
  width: default;
  padding: 0px 10px 2px 0px;
  text-align:right;
  float:right;
}

.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 tr:hover
{
  background: #FFCC33;
}  


.mobileNO
{
    display: inline-block;
}

.mobileYES
{
    display: none;
}


@media only screen and (max-width: 500px)      /*this would be for phones in portrait*/
{
    .filler
    {
    }
    .xsmalltext
    {
        font-size: 12px;
        font-weight: bold;
        /*margin-right: 20px;*/
        display: inline;
    }
    #main
    {
        border-radius: 3px;    
        border:none;  
    }
    
    .mobileNO
    {
        display: none;
    }
    
    .mobileYES
    {
        display: inline-block;
    }
    
  .content_center
  {
    padding: 10px 3px 0px 3px;                   
    margin: 10px auto;
    min-width: 70%;
        max-width: 96%; 
    border: none;
    text-align: left;
  }
  
    .content_box
    {                                        
        margin: 10px;
        min-width: 96%;
        max-width: 96%;
        width: 96%  
    }   
    
    .formsubdiv
    {
      min-width: 120px; 
    }  
    
    .formsubdiv_right
    {
      min-width: 120px; 
    }        
  
    .topic
    {
        background-color: #10253f; 
        padding: 10px 3px 0px 3px;                   
        margin: 10px auto;
        width: 300px;
        height: 30px; 
        border-radius: 5px;
        border: 1px solid #000000;
        color: #ffffff;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        display: block;
    } 

    .topic-link
    {
      display: block;
      width: 300px;
      margin: 0 auto;
    }
    
    .topic_reversed
    {
        background-color: #ffab22;    
        padding: 10px 3px 0px 3px;                   
        margin: 10px auto;
        width: 300px;
        height: 30px; 
        border-radius: 5px;
        border: 1px solid #000000;
        color: #10253f;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        display: block;
    }     
    
    .topic_reversed:hover
    {
        color: #ffffff; 
    }    

    .topic_half_holder
    {
        background-color: #ffffff;                   
        margin: 10px auto;
        width: 300px;
        height: 50px;   
        border-radius: 5px;
        text-align: center;
        display: block;
    }
    
    .topic_half
    {
        background-color: #10253f;                   
        width: 100px;
        height: 30px; 
        border-radius: 5px;
        border: 1px solid #000000;
        color: #ffffff;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        display: inline-block;      
    }         
    
    input[type=submit], input[type=button], button
    {
        background-color: #10253f; 
        padding: 0px 3px 0px 3px;                   
        margin: 10px auto;
        width: 300px;
        height: 30px; 
        border-radius: 5px;
        border: 1px solid #000000;
        color: #ffffff;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        display: block;     
    }             

    #toplogo_mainpage
    {
      width: 99%;
      display: none;
      padding: 10px 0px 0px 0px; 
      text-align: center;    
      margin: 0 auto;      
    }
    
    #toplogo_mainpage_mobile
    {
      width: 99%;
      display: block;
      padding: 10px 0px 20px 0px; 
      text-align: center;    
      margin: 0 auto;      
    }     
  
  .formline
  {
    padding-bottom: 15px;
  }
  
  .formitemlabel, .formiteminput
  {
    width: 100%;
    display: block;
  }
  
  .formitemspacer
  {
    width: 0px;
    min-width:0px;
  } 
  
  .pcount, .lcount
  {
    display: block;
    text-align: left;
  }
 
  select
  {
    max-width: 80%;
    height: 20px;
    font-size: 12px;
    min-width: 100px;    
  }
  
  .largetext
  {
    font-size: 18px;
  }  
  
  #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: 501px) and (max-width: 625px)      /*this would be for small tablets in portrait or phones in landscape*/
{
  .content_center
  {
    padding: 10px 3px 0px 3px;                   
    margin: auto;
    min-width: 70%;
    max-width: 90%; 
    text-align: left;
  }   
  
  .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*/



/*---------Inline help tip--------*/          
.help-tip
{
  display: inline;
}

.help-tip:hover p
{
  position: absolute;
  display:inline-block;
  z-index:99;  
}

.help-tip p
{            
  z-index:98;          
	display: none;
	text-align: left;
	background-color: #1E2021;
  /*opacity: 0.75;
  filter: alpha(opacity=75); /* For IE8 and earlier */
  height: 30px;
	width: 300px;
	border-radius: 3px;
	color: #FFFFFF;
  margin: 0px;
  padding: 10px;
}

.help-tip p a
{
  color: #ffffff;
}

/*---------END Inline help tip--------*/   
#ChangePolicyContainer{margin:15px;}
#ChangePolicyContainer input[type="text"] { height:20px;}
#ChangePolicyContainer select { height:23px;}
.form-input-container {float:left; clear:both; margin-bottom:10px;}
.form-label {float:left; font-weight:bold;padding-top:5px; text-align:right;}
.form-input {float:left; padding-left:10px;}

/*used for inputs and selects*/
.invalid-input{border:1px solid #FF0000 !important;}
.invalid-label{
    color:#FF0000 !important;   
}




/* 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{
  visibility: hidden;
  max-width: 35%;
  background-color: #555;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 40%;
  left: 50%;
  margin-left: -80px;

}

/* Popup arrow */
/*.popup .popuptext::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 18.5%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}*/

/* 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 ;}
}
