/* ========== global  ============== */

a {
    color: #0056B3;
}

/* ========== index ============== */

.p0head {
    background-color:  #404040;
    padding: 10px;
    margin-top: 0px;
}
.p0ch1 {
    margin-top: 0px;
    padding: 40px;
}
#stp3 {
    width: 400px;
    margin: auto;
}
.p0ch2 {
    margin-top: 20px;
    padding: 40px;
    background-color:  #d0d0d0;
}
#logo {
 margin-top: 10px;
 margin-left: 10px;
 margin-bottom: 5px;
}
#imgtit {
 margin-top: 20px;
}
#demo {
 margin-top: 10px;
 margin-bottom: 10px;
}

#lang {
 margin-top: 10px;
 margin-right: 10px;
}
.title {
    color: #ffffff;
}
.titls {
    color: #000000;
}
#connx a:link {
    color: #ffffff;
}
#connx a:visited {
    color: #ffffff;
}
#connx a:hover {
    color: #ffffff;
}
#connss a:link {
    color: #000000;
}
#conns a:visited {
    color: #000000;
}
#conns a:hover {
    color: #000000;
}

/* ========== mgmt ============== */

.topmgmt {
    background-color:  #404040;
    padding: 10px;
    margin-top: 0px;
}
.mgt-title {
    color: #FFFFFF;
    margin-top: 10px;
}
.st-mod0 {
    color: #C0C0C0;
}
.st-mod1 {
    color: #808080;
}
.st-mod2 {
    color: #FF8000;
}
.st-mod3 {
    color: #FF0000;
}
.st-mod4 {
    color: #FF00FF;
}
.st-mod5 {
    color: #00B000;
}
.hidden {
    display: none;
}
th.headerSortUp { 
    background-image: url('/img/asc.gif'); 
    background-color: #f5f5f5; 
} 
th.headerSortDown { 
    background-image: url('/img/desc.gif'); 
    background-color: #f5f5f5; 
} 
th.header { 
    /* background-image: url('/img/bg.gif');   */
    cursor: pointer; 
    /* font-weight: bold; */
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    /* border-right: 1px solid black; */
    margin-left: -1px; 
} 
.my-btn-xs {
    padding: 0px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.mycard {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ========== account create ============== */

.notyet {
    opacity: 0.5;
}
.stepnum {
    font-weight: bold;
    font-size: 32px;
    font-family: monospace;
    padding-right: 20px;
}

