BODY {
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    font-size: 10pt;
    background: #F8F9FA;
}


table.spacer {
    border: 0;
}

table.menu { 
    background-color: #ADB5BD;
	
}

h3 {
    color: #343A40;
    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: 10pt; 
    font-weight: bold; 
    background-color: #DEE2E6; 
    color: #343A40;
    border-color:#DEE2E6 ;
	padding: 10px;
}

table.type1 {
    border-top: 0px;
    margin-bottom: 30px;
    padding: 0;
    border-collapse: separate;
    border-spacing: 2px;
}

table.type1 th {
    color: #343A40;
    background-color: #CED4DA;
    text-align: center;
    padding: 4px 8px;
    font-size: 9pt;
    border: 1px solid #DEE2E6;
    border-radius: 5px;
}

table.type1 th.gr {
    background-color: #48B1A0;
    color: #343A40;
    padding: 4px 8px;
}

table.type1 th.bl {
    background-color: #ADB5BD;
    color: #343A40;
    border-color: #ADB5BD;
    padding: 4px 8px;
}

table.type1 th.left {
    text-align: left;
    padding: 4px 8px;
}

/* Sort links inside a header cell. Multiple anchors in one <th> (e.g. Name+Status
   stacked in the customer list) should sit vertically with breathing room. */
table.type1 th a {
    display: inline-block;
    margin: 2px 4px;
    padding: 3px 8px;
    background-color: #48B1A0;
    color: #343A40;
    text-decoration: none;
    font-size: 10pt;
    border: 1px solid #48B1A0;
    border-radius: 4px;
    line-height: 1.4;
}

table.type1 th a:hover {
    background-color: #53C9B6;
    color: #343A40;
    border-color: #53C9B6;
}

table.type1 td {
    color: #0B2533;
    background-color: #E9ECEF;
    padding: 3px 8px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    line-height: 1.4;
}

table.type1 td.odd {
    background-color: #D5D5D5;
    padding: 3px 8px;
}

table.type1 td.even {
    background-color: #F5F5F5;
    padding: 3px 8px;
}


/* various links */

/* blue — primary action */
a.type0, a.type0:link, a.type0:visited {
    display: inline-block;
    margin-left: 6px;
    padding: 3px 10px;
    background-color: #1477BC;
    color: #fff;
    text-decoration: none;
    font-size: 10pt;
    border: 1px solid #1477BC;
    border-radius: 5px;
    line-height: 1.4;
    text-align: center;
}

a.type0:hover {
    background-color: #1887D6;
    color: #fff;
    border-color: #1887D6;
}

/* orange — edit / secondary */
a.type1, a.type1:link, a.type1:visited {
    display: inline-block;
    margin-left: 6px;
    padding: 3px 10px;
    background-color: #FF624C;
    color: #fff;
    text-decoration: none;
    font-size: 10pt;
    border: 1px solid #FF624C;
    border-radius: 5px;
    line-height: 1.4;
}

a.type1:hover {
    background-color: #FF744C;
    color: #fff;
    border-color: #FF744C;
}

/* red — destructive action */
a.type2, a.type2:link, a.type2:visited {
    display: inline-block;
    margin-left: 6px;
    padding: 3px 10px;
    background-color: #A53A3A;
    color: #fff;
    text-decoration: none;
    font-size: 10pt;
    border: 1px solid #A53A3A;
    border-radius: 5px;
    line-height: 1.4;
}

a.type2:hover {
    background-color: #B84545;
    color: #fff;
    border-color: #B84545;
}

/* #48B1A0 */
a.type3,a.type3:link,a.type3:visited {
    margin-left: 8px;
    background-color: #48B1A0;
    color: #343A40;
    text-decoration: none; 
    font-size: 10pt; 
    padding: 5px 7px 5px 7px;
    border: 0;
    border-radius : 5px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 2px #888888;
}

a.type3:hover {
    background-color: #1F5F69;
    color: #fff;
}


/* type 2 */
table.type2 {
    border-top: 2px solid #48B1A0;
    border-bottom: 2px solid #48B1A0;
	padding: 5px;
}

table.type2 th {
    color: #fff;
    background-color: #48B1A0; 
    
    text-align: center;
    padding: 5px;
    font-size: 9pt; 
}

table.type2 td {
    color: #48B1A0;
    background-color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #48B1A0;
	padding: 5px;
}

table.type3 {
    border-top: 2px solid #48B1A0;
    border-bottom: 2px solid #48B1A0;
}

table.type3 th {
    color: #fff;
    background-color: #48B1A0; 
    
    text-align: center;
    padding: 5px;
    font-size: 9pt; 
}

table.type3 td {
    color: #48B1A0;
    background-color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #48B1A0;
    text-align: center;
}

.btn1, input[type="button"].btn1, input[type="submit"].btn1, input[type="reset"].btn1 {
    background-color: #DEE2E6;
    color: #0B2533;
    
    cursor: pointer;
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center;
    Vertical-align: top;
    
    padding: 6px 8px 5px 6px; 
    
    margin-left: 8px;
    border-radius : 5px;
    
    border: 1px solid #0B2533;
    border-bottom: 2px solid #0B2533;
    border-right: 2px solid #0B2533;
    
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
     box-shadow: 2px 2px 2px #888888; 
}

.btn2, input[type="button"].btn2, input[type="submit"].btn2, input[type="reset"].btn2 {
    background-color: #8CDB42;
    color: #fff;
    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 #48B1A0;
    border-bottom: 2px solid #48B1A0;
    border-right: 2px solid #48B1A0;
    
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
     box-shadow: 2px 2px 2px #888888;  
    
}

.btn2:hover, input[type="button"].btn2:hover, input[type="submit"].btn2:hover, input[type="reset"].btn2:hover {
    background-color : #8CDB42;
    color: #fff;   
}

.btn3, input[type="button"].btn3, input[type="submit"].btn3, input[type="reset"].btn3 {
    background-color: #1477BC;
    color: #fff;
	border-color:#1477BC;
    cursor: pointer;
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center;
    Vertical-align: top;
    padding: 6px 15px 6px 15px; 
    margin-left: 8px;
    border-radius : 5px;
    border: 1px solid #1477BC;
    border-bottom: 1px solid #1477BC;
    border-right: 1px solid #1477BC;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 2px #888888; 
}

.btn3:hover, input[type="button"].btn3:hover, input[type="submit"].btn3:hover, input[type="reset"].btn3:hover {
    background-color : #1887D6;
    color: #fff;  
	border-color: #fff;
	
}


TD { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 10pt;
	padding: 5px;
}

.even { 
    background-color: #FFF8C6;
}

.odd { 
    background-color: #E5EFFD;
}

FORM { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 10pt;
	padding: 5px;
}

H1 { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 14pt; 
    font-weight: bold;
	padding: 5px;

}

A:link { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 10pt; 
    text-decoration: none; 
    font-weight: bold; 
    color: #1477BC;
	padding: 5px;
}

A:visited { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 10pt; 
    text-decoration: none; 
    font-weight: bold; 
    color: #1477BC;
}

A:hover { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 10pt; 
    text-decoration: underline; 
    font-weight: bold; 
    color: #A53A3A;
}

.search, select {
    background-color:#F5F5F5;    
    border:1px #666666 solid; 
    font-size: 10px; 
    color: #0B2533;
    padding: 5px;
    font-family: verdana, arial, helvetica, geneva, sans-serif;    
    border-radius: 5px;
    border-left: 2px solid #909090;
    border-top: 2px solid #909090;   
    padding: 5px;
}

.search:focus, select:focus {
    background-color: #fff;
	border-color: #343A40;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    color: #fff;
    background-color: #1477BC;
    cursor: pointer;
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center;
    Vertical-align: top;
    padding: 6px 12px 6px 12px; 
    margin-left: 8px;
    border-radius : 5px;
    border: 1px solid #1477BC;
    border-bottom: 2px solid #1477BC;
    border-right: 2px solid #1477BC;
    
    
    /*    
    border: 0px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
     box-shadow: 2px 2px 2px #888888;        
    */
}

input[type="submit"]:hover, input[type="submit"]:focus:hover, input[type="button"]:hover, input[type="button"]:focus:hover  {
    background-color : #1477BC;
    color: #fff;
	border-color:#343A40;
}

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: #fff;
    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: #0B2533;    
    background-color: #DEE2E6; 
    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: #0B2533;    
    background-color: #DEE2E6; 
    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: #0B2533;
}

#pagesbar {
    padding: 0px 0px 8px 0px;
    font-weight : bold;
    text-decoration : none;
}

#pagesbar a {
    color: #0B2533;
    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: 2px 2px 2px #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: 2px 2px 2px #888888;   
}

#pagesbar i {
    color: #fff;
    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: 2px 2px 2px #888888; 
}

.req {
    color : #FF0000;
    font-weight : bold;
}

a.pkgs,.pkgoff {
    FONT-WEIGHT: bold;
    COLOR: #A53A3A;
    TEXT-DECORATION: none; 
}

a.pkgs:hover,.pkgson {
    FONT-WEIGHT: bold;
    COLOR: #fff;
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: #A53A3A;
}

a.pkga {
    FONT-WEIGHT: bold;
    COLOR: #1477BC;
    TEXT-DECORATION: none; 
}

a.pkga:hover,.pkgaon {
    FONT-WEIGHT: bold;
    COLOR: #fff;
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: #1477BC;
}

a.pkgp {
    FONT-WEIGHT: bold;
    COLOR: #ffaf01;
    TEXT-DECORATION: none; 
}

a.pkgp:hover {
    FONT-WEIGHT: bold;
    COLOR: #fff;
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: #1477BC;
}

.pkga {
    FONT-WEIGHT: bold;
    COLOR: #1477BC;
}

.pkgs {
    FONT-WEIGHT: bold;
    COLOR: #A53A3A;
}

.pkgf {
    FONT-WEIGHT: bold;
    COLOR: #48B1A0;
}

.pkgp {
    FONT-WEIGHT: bold;
    COLOR: #ffaf01;
}

.error1 {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #48B1A0;
    padding: 3px;
    border: 0px;
    padding: 5px;
    border-radius: 5px;
    
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
     box-shadow: 2px 2px 2px #888888; 
}

.error2 {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #A53A3A;
    padding: 3px;
    border: 0px;
    padding: 5px;
    border-radius: 5px;
    
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
     box-shadow: 2px 2px 2px #888888; 
}

.error3 {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    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: 2px 2px 2px #888888; 
}


.pkga:hover,.pkgaon {
    FONT-WEIGHT: bold;
    COLOR: #fff;
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: #1477BC;
}

a.pkgf {
    FONT-WEIGHT: bold;
    COLOR: #48B1A0;
    TEXT-DECORATION: none; 
}

a.pkgf:hover {
    FONT-WEIGHT: bold;
    COLOR: #fff;
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: #48B1A0;
}



.online0 {
    FONT-WEIGHT: bold;
    color: #A53A3A;    
}

.online1 {
    FONT-WEIGHT: bold;
    color: #36d000;
}

.online2 {
    FONT-WEIGHT: bold;
    color: #48B1A0;
}

.online3 {
    FONT-WEIGHT: bold;
    color: #36d000;
}

.inactive {
    FONT-WEIGHT: bold;
    color: grey;
}




.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: #fff;
    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: 2px 2px 2px #888888;     
}

.bs_logo_2 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    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: 2px 2px 2px #888888;   
}

.bs_logo_3 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    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: 2px 2px 2px #888888;   
}

.bs_logo_4 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    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: #1477BC;
}


nav {
    height: 40px;
    width: 100%;
    font-size: 10pt;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-weight: bold;
    position: relative;
}

/*
nav ul {           
    padding: 0;
    margin: 0 auto;
}
nav li {
    display: inline;
    float: left;
    #fff-space: nowrap;
    padding: 5px;  
}
*/

nav ul {
    display: flex;
}

nav li {
    white-space: nowrap;
    padding: 5px;
    list-style: none;
}

nav a {
    color: #343A40;
    display: inline-block;
    width: 110px;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
    background: #DEE2E6;
    padding: 5px;
    /*text-shadow: 1px 1px 0px #283744;*/
    border: 1px solid #DEE2E6;
    border-radius : 5px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
     box-shadow: 2px 2px 2px #888888;          
}
nav A:link {
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
}
    
nav li a, li a:visited {

    color: #343A40;
    
}
nav a:hover, nav a:active, nav a#act {
    background-color: #ADB5BD;
    color: #343A40;
    border: 1px solid #343A40;
	TEXT-DECORATION:none;
}

nav a#pull {
    display: none; 
}

#page {
    margin-left: auto ;
    margin-right: auto ;      
    max-width: 1200px;
}

#content {
    padding-top: 10px;
    position: relative;
}

.error {
    color: #A53A3A;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    padding: 20px;
    margin-left: auto ;
    margin-right: auto ;   
}

#login {
    width: 300px;
    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: 2px 2px 2px #888888;      
}

.login1 {
    font-weight: bold;
    font-size: 12px;
    padding: 8px;
    color: #0B2533;
    background-color: #DEE2E6;
    margin: 2px;
    border: 1px solid #c8c8c8;
    border-radius : 10px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 2px #888888;      
}

.login2_container {

}

.login3 {
    width: 40%;
    margin: 0px auto;
    display: inline-block;
    text-align: left;
    padding: 5px;
}


.outbox {
    border: 0;
    padding: 5px;
    width: 100%;
}

#myheader {
    font-weight: bold;
    color: #0B2533;
    padding: 2px;
    padding-left: 30px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #DEE2E6;
    background: #CED4DA;
    border: 1px solid #c8c8c8;
    border-radius : 10px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 2px #888888;   
    padding: 5px;
    line-height: 20px;
}

#myheader a:hover {
    color: #00516d;
}

.logo {
    display: inline;
    border: 1px solid #0B2533;
}

#myheader img {
    max-height: 220px;
    max-width: 61px;
    object-fit: cover;
    border: 0;
    vertical-align: middle;
    background-color: #fff;
}

.headerdate {
    color: #1477BC;
}

.headerips {
    color: #A53A3A;
}

.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: #fff;
        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;
}
*/