BODY { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 8pt;
    background : #F5F5F5; 
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(css/pt_sans_400.ttf) format('truetype');
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(css/pt_sans_400.ttf) format('truetype');
}


table.spacer {
    border: 0;
}

table.menu { 
    background-color: #FFF8C6;
}

h3 {
    color: black;
    font-weight: bold;
    font-size: 14px;
}

h2 {
    color: brown;
    font-weight: bold;
    font-size: 14px;
}

TH { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 8pt; 
    font-weight: bold; 
    background-color: #FFCC00; 
    color: #000000;
}

table.type1 {
    border-top: 0px;
    margin-bottom: 30px;
}

table.type1 th {
    color: black;
    background-color: #FFCC00;
    
    text-align: center;
    padding: 1px 3px 3px 3px;
    font-size: 9pt; 
    height: 20px;
    
    border: 1px solid #c8c8c8;
    border-radius : 5px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;               
}

table.type1 th.gr {
    background-color: green;
    color: white;
}

table.type1 th.bl {
    background-color: #013A91;
    color: white;
}

table.type1 th.left {
    text-align: left;
}

table.type1 th a {
    
    padding: 1px 7px 3px 5px;
    margin-left: 8px;
    background-color: green;
    color: white;
    text-decoration: none; 
    font-size: 8pt; 
    
    border: 0px;
    border-radius : 5px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;     
}

table.type1 th a:hover {
    background-color : white;
    color: green;
}

table.type1 td {
    color: black;
    /*
    font-weight: bold;
    border-bottom: 2px solid black;
    */
    
    background-color: #E5E5E5;
    height: 20px;
    padding: 0px 5px 3px 5px;

    border: 1px solid #c8c8c8;
    border-radius : 5px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;      
}

table.type1 td.odd {
    background-color: #D5D5D5;
}

table.type1 td.even {
    background-color: #F5F5F5;
}


/* various links */

/* blue */
a.type0,a.type0:link,a.type0:visited {

    padding: 1px 7px 3px 5px;
    margin-left: 8px;
    background-color: #013A91;
    color: white;
    text-decoration: none; 
    font-size: 8pt; 
    
    border: 0;
    border-radius : 5px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;        
}

a.type0:hover {
    background-color : white;
    color: #013A91;
}

/* orange - edit */
a.type1,a.type1:link,a.type1:visited {
    
    margin-left: 8px;
    background-color: orange;
    color: white;
    text-decoration: none; 
    font-size: 8pt; 
    
    padding: 1px 7px 3px 5px;
    border: 0;
    border-radius : 5px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;   
}

a.type1:hover {
    background-color : brown;
    color: white;
}

/* red - red delete */
a.type2,a.type2:link,a.type2:visited {
    margin-left: 8px;
    background-color: red;
    color: white;
    text-decoration: none; 
    font-size: 8pt; 
    padding: 1px 7px 3px 5px;
    border: 0;
    border-radius : 5px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;     
}

a.type2:hover {
    background-color : black;
    color: white;
}

/* green */
a.type3,a.type3:link,a.type3:visited {
    margin-left: 8px;
    background-color: green;
    color: white;
    text-decoration: none; 
    font-size: 8pt; 
    
    padding: 1px 7px 3px 5px;
    border: 0;
    border-radius : 5px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888; 
}

a.type3:hover {
    background-color : white;
    color: green;
}


/* type 2 */
table.type2 {
    border-top: 2px solid green;
    border-bottom: 2px solid green;
}

table.type2 th {
    color: white;
    background-color: green; 
    
    text-align: center;
    padding: 3px;
    font-size: 9pt; 
}

table.type2 td {
    color: green;
    background-color: white;
    font-weight: bold;
    border-bottom: 2px solid green;
}

table.type3 {
    border-top: 2px solid green;
    border-bottom: 2px solid green;
}

table.type3 th {
    color: white;
    background-color: green; 
    
    text-align: center;
    padding: 3px;
    font-size: 9pt; 
}

table.type3 td {
    color: green;
    background-color: white;
    font-weight: bold;
    border-bottom: 2px solid green;
    text-align: center;
}

.btn1, input[type="button"].btn1, input[type="submit"].btn1, input[type="reset"].btn1 {
    background-color: #FFCC00;
    color: black;
    
    cursor: pointer;
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center;
    Vertical-align: top;
    
    padding: 2px 8px 2px 8px; 
    
    margin-left: 8px;
    border-radius : 5px;
    
    border: 1px solid black;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;  
}

.btn2, input[type="button"].btn2, input[type="submit"].btn2, input[type="reset"].btn2 {
    background-color: green;
    color: white;

    cursor: pointer;
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center;
    Vertical-align: top;
    
    padding: 2px 8px 2px 8px; 
    
    margin-left: 8px;
    border-radius : 5px;
    
    border: 1px solid darkgreen;
    border-bottom: 2px solid darkgreen;
    border-right: 2px solid darkgreen;
    
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;   
    
}

.btn2:hover, input[type="button"].btn2:hover, input[type="submit"].btn2:hover, input[type="reset"].btn2:hover {
    background-color : white;
    color: green;   
}

.btn3, input[type="button"].btn3, input[type="submit"].btn3, input[type="reset"].btn3 {
    background-color: #013A91;
    color: white;
    
    cursor: pointer;
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center;
    Vertical-align: top;
    
    padding: 2px 8px 2px 8px; 
    
    margin-left: 8px;
    border-radius : 5px;
    
    border: 1px solid black;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;  
}

.btn3:hover, input[type="button"].btn3:hover, input[type="submit"].btn3:hover, input[type="reset"].btn3:hover {
    background-color : white;
    color: #013A91;   
}


TD { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 8pt;
}

.even { 
    background-color: #FFF8C6;
}

.odd { 
    background-color: #E5EFFD;
}

FORM { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 8pt;
}

H1 { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 14pt; 
    font-weight: bold;

}

A:link { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 8pt; 
    text-decoration: none; 
    font-weight: bold; 
    color: blue;
}

A:visited { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 8pt; 
    text-decoration: none; 
    font-weight: bold; 
    color: blue;
}

A:hover { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 8pt; 
    text-decoration: underline; 
    font-weight: bold; 
    color: red;
}

.search, select {
    background-color:#F5F5F5;    
    border:1px #666666 solid; 
    font-size: 10px; 
    color: black;
    padding: 2px;
    font-family: verdana, arial, helvetica, geneva, sans-serif;    
    border-radius: 5px;
    border-left: 2px solid #909090;
    border-top: 2px solid #909090;    
}

.search:focus, select:focus {
    background-color: white;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    color: black;
    background-color: #FFCC00;
    cursor: pointer;
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center;
    Vertical-align: top;
    
    padding: 2px 8px 2px 8px; 
    
    margin-left: 8px;
    border-radius : 5px;
    
    border: 1px solid #000000;
    border-bottom: 2px solid #0b387c;
    border-right: 2px solid #0b387c;
    
    
    /*    
    border: 0px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;         
    */
}

input[type="submit"]:hover, input[type="submit"]:focus:hover, input[type="button"]:hover, input[type="button"]:focus:hover  {
    background-color : #0b387c;
    color: white;
}

textarea {
    border: 1px solid #c8c8c8;
    border-radius : 5px;
    width: 100%;
    -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
    -moz-box-sizing: border-box; /* FF1+ */
    box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/    
}

/*
input,textarea,select {
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
    border: 1px solid #909090;
    border-left: 2px solid #909090;
    border-top: 2px solid #909090;
    color : #000033;
    background-color : #d5d5d5;    
} 

input[type=text]:focus , textarea:focus, select:focus,input[type=password]:focus  {
    background-color: white;
    border: 1px solid #0b387c;
    border-left: 2px solid #0b387c;
    border-top: 2px solid #0b387c;  
}
*/

.buttoncmd {
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 10px; 
    width: 130px;
    font-weight: bold;
    color: black;    
    background-color: #FFCC00; 
    border-color : #000000 #000000 #000000 #000000;    
    cursor : pointer; 
    padding-bottom : 0px;    
    padding-top : 0px;
}

.buttonipsec {
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 10px; 
    width: 250px;
    font-weight: bold;
    color: black;    
    background-color: #FFCC00; 
    border-color : #000000 #000000 #000000 #000000;    
    cursor : pointer; 
    padding-bottom : 0px;    
    padding-top : 0px;
}

.small {
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 7pt; 
    color: black;
}

#pagesbar {
    padding: 0px 0px 8px 0px;
    font-weight : bold;
    text-decoration : none;
}

#pagesbar a {
    color: black;
    background-color: #e0e0e0;
    padding: 5px;
    border: 0;
    line-height: 25px;
    border-radius : 6px;
    
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;    
}

#pagesbar a:hover {
    background-color: #ffc;
    text-decoration : underline;
}

#pagesbar b {
    color: silver;
    background-color: #e0e0e0;
    padding: 5px;
    border: 0;
    line-height: 25px;
    border-radius : 6px;
    
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;    
}

#pagesbar i {
    color: white;
    background-color: #909090;
    font-style : normal;
    padding: 5px;
    border: 0;
    line-height: 25px;
    border-radius : 6px;
    
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;  
}

.req {
    color : #FF0000;
    font-weight : bold;
}

a.pkgs,.pkgoff {
    FONT-WEIGHT: bold;
    COLOR: red;
    TEXT-DECORATION: none; 
}

a.pkgs:hover,.pkgson {
    FONT-WEIGHT: bold;
    COLOR: white;
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: red;
}

a.pkga {
    FONT-WEIGHT: bold;
    COLOR: blue;
    TEXT-DECORATION: none; 
}

a.pkga:hover,.pkgaon {
    FONT-WEIGHT: bold;
    COLOR: white;
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: blue;
}

a.pkgp {
    FONT-WEIGHT: bold;
    COLOR: #ffaf01;
    TEXT-DECORATION: none; 
}

a.pkgp:hover {
    FONT-WEIGHT: bold;
    COLOR: white;
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: blue;
}

.pkga {
    FONT-WEIGHT: bold;
    COLOR: blue;
}

.pkgs {
    FONT-WEIGHT: bold;
    COLOR: red;
}

.pkgf {
    FONT-WEIGHT: bold;
    COLOR: green;
}

.pkgp {
    FONT-WEIGHT: bold;
    COLOR: #ffaf01;
}

.error1 {
    font-weight: bold;
    font-size: 16px;
    color: white;
    background: green;
    padding: 3px;
    border: 0px;
    padding: 5px;
    border-radius: 5px;
    
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;  
}

.error2 {
    font-weight: bold;
    font-size: 16px;
    color: white;
    background: red;
    padding: 3px;
    border: 0px;
    padding: 5px;
    border-radius: 5px;
    
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;  
}

.error3 {
    font-weight: bold;
    font-size: 16px;
    color: white;
    background: #ffaf01;
    padding: 3px;
    border: 0px;
    padding: 5px;
    border-radius: 5px;
    
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;  
}


.pkga:hover,.pkgaon {
    FONT-WEIGHT: bold;
    COLOR: white;
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: blue;
}

a.pkgf {
    FONT-WEIGHT: bold;
    COLOR: green;
    TEXT-DECORATION: none; 
}

a.pkgf:hover {
    FONT-WEIGHT: bold;
    COLOR: white;
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: green;
}

.green {
    FONT-WEIGHT: bold;
    color: green;
}

.orange {
    FONT-WEIGHT: bold;
    color: orange;
}

.online0 {
    FONT-WEIGHT: bold;
    color: red;    
}

.online1 {
    FONT-WEIGHT: bold;
    color: #36d000;
}

.online2 {
    FONT-WEIGHT: bold;
    color: green;
}

.online3 {
    FONT-WEIGHT: bold;
    color: #36d000;
}

.inactive {
    FONT-WEIGHT: bold;
    color: grey;
}

.blue {
    FONT-WEIGHT: bold;
    color: blue;
}

.red {
    FONT-WEIGHT: bold;
    color: red;
}

.black {
    FONT-WEIGHT: bold;
    color: black;
}

.prgtitle {
    TEXT-DECORATION: none; 
    COLOR: #000000; 
}

.bs_logo_1 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #00516d;
    text-decoration: none; 
    background-color: white;
    border-left: 1px solid  #00516d;
    border-top: 1px solid  #00516d;
    border-bottom: 1px solid  #00516d;
    border-radius: 5px 0px 0px 5px;
    
    

    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;      
}

.bs_logo_2 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: white;
    text-decoration: none; 
    background-color: #a22821;
    border-right: 1px solid  #a22821;
    border-top: 1px solid  #a22821;
    border-bottom: 1px solid  #a22821;
    border-radius: 0px 5px 5px 0px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;    
}

.bs_logo_3 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: white;
    text-decoration: none; 
    background-color: #00516d;
    border: 1px solid  #00516d;
    border-radius: 5px 5px 5px 5px;
    padding: 0px 3px 0px 3px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;    
}

.bs_logo_4 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: white;
    text-decoration: none; 
    background-color: #a22821;
    border: 1px solid  #a22821;
    border-radius: 5px 5px 5px 5px;
    padding: 0px 3px 0px 3px;
}


/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
    color: blue;
}


nav {
    height: 40px;
    width: 100%;
    font-size: 11pt;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
    position: relative;
}
nav ul {           
    padding: 0;
    margin: 0 auto;
}
nav li {
    display: inline;
    float: left;
    white-space: nowrap;
    padding: 2px;  
}
nav a {
    color: blue;
    display: inline-block;
    width: 110px;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
    background: #FFF8C6;
    padding: 2px;
    /*text-shadow: 1px 1px 0px #283744;*/
    border: 1px solid #c8c8c8;
    border-radius : 5px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;           
}
nav A:link {
    font-size: 11px;
    font-weight: bold;
    /*font-family: 'PT Sans', Arial, sans-serif;*/
}
    
nav li a, li a:visited {

    color: blue; 
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
nav a:hover, nav a:active, nav a#act {
    background-color: #003a91;
    color: white;
    border: 1px solid #013A91;
}

nav a#pull {
    display: none; 
}

#page {
    margin-left: auto ;
    margin-right: auto ;      
    max-width: 1200px;
}

#content {
    padding-top: 10px;
    position: relative;
}

.error {
    color: red;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    padding: 20px;
    margin-left: auto ;
    margin-right: auto ;   
}

#login {
    width: 250px;
    margin-left: auto ;
    margin-right: auto ;  
    background-color: #c8c8c8;
    font-weight: bold;   
    text-align: center; 
    padding-bottom: 4px;   
    
    border: 1px solid #c8c8c8;
    border-radius : 10px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;       
}

.login1 {
    font-weight: bold;
    font-size: 12px;
    padding: 2px;
    color: black;
    background-color: #FFCC00;
    margin: 2px;
    border: 1px solid #c8c8c8;
    border-radius : 10px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;       
}

.login2_container {

}

.login3 {
    width: 40%;
    margin: 0px auto;
    display: inline-block;
    text-align: left;
    padding: 2px;
}


.outbox {
    border: 0;
    padding: 3px;
    width: 100%;
}

#myheader {
    font-weight: bold;
    color: black;
    padding: 2px;
    padding-left: 30px;
    
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #FFCC00;
    border: 1px solid #c8c8c8;
    border-radius : 10px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px #888888;    
    
    line-height: 20px;
}

#myheader a:hover {
    color: #00516d;
}

.logo {
    display: inline;
    border: 1px solid black;
}

#myheader img {
    max-height: 220px;
    max-width: 61px;
    object-fit: cover;
    border: 0;
    vertical-align: middle;
    background-color: white;
}

.headerdate {
    color: blue;
}

.headerips {
    color: red;
}

.nimp1 {}
.nimp1v { display: none; }
.nimp2 {}
.nimp2v { display: none; }


@media screen and (max-width: 780px) {
    #page {
        width: 98%;
    }
    
    table.type1 {
        width: 100%;
    }
    
    .search, select {
        width: 100%;
    }
   
     
    .nimp1 { 
        display: none; 
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
    }
    .nimp1v { 
        display: inherit; 
        width: 100%; 
    }
    
    
    /*
    nav ul {
        width: 100%;
        display: block;
        height: auto;
    } 
    */   
    
    
       
}



@media only screen and (max-width: 480px) {
    #page {
        width: auto;
        float: none;        
    }
    
    
    
    .nimp2 { 
        display: none; 
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
    }
    .nimp2v { 
        display: inherit; 
        width: 100%; 
    }
    
    
    /*
    nav ul {
        display: none;
        height: auto;
    } 
    */    
}

@media only screen and (max-width: 320px) {
    
    #page {
        width: auto;
        float: none;        
    }
    
    /*
    nav a#pull {
        display: block;
        background-color: #003a91;
        width: 100%;
        height: 20px;
        left: 3px;
        color: white;
        position: relative;
        font-size: 15px;
    }
    nav a#pull:after {
        content:"";
        width: 100%;
        height: 20px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    } 
    */       
}

/*
form {
    display: inline-block;
}
*/