html {
  font-size: 14px;
}



.header {
    width:100%;
    height:100pt;
    background-image:url(/img/TCWHeader.png);
    background-position:center;
    display:block;
    color:#FFF;
    padding:10pt;
    font-size:40pt;
   

}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}


body {
  margin-bottom: 60px;
}

.loginbox {
    background:#FFFFFF80;
    width:500px;
    top:100px;
    position:absolute;
    padding:10pt;
}
.loginbox .title {
    color: #000;
    font-size:20pt;
}
    .loginbox .leftside {
        width:75pt;
        display:inline-block;
        padding-bottom:20pt;
    }
    .loginbox .rightside {
        width: calc(100% - 75pt);
        padding-bottom: 5pt;
    }
        .loginbox .rightside input {
            width: calc(100% - 80pt);
            padding:5pt;
            border-radius:5pt;
            border:1px solid #888;;
        }
        .submitbutton {
            padding:5pt;
            width:75pt;
            display:inline-block;
            border-radius:5pt;
            background:#008000;
            color:#FFF;
            border:none;
            
        }
.error {
    background:#F00;
    padding:5pt;
    color:#FFF;
}

.nav-item {
    border-bottom: 1pt solid none;
}

.nav-link.active {
    
    background:#444 !important;
}

.nav-item:hover {
    background:#333;
}
.widget {
    width:30%;
    border-radius:5pt;
    min-height:100pt;
    font-size:30pt;
    text-align:center;
    font-weight:bold;
    vertical-align:middle;
    padding-top:20pt;
    box-shadow:2pt 2pt 10pt #444;
    display:inline-block;
    margin:1%;
    background-size:cover;
}

.note {
    width: 100%;
    border-radius: 5pt;
    font-size: 14pt;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 20pt;
    padding-bottom: 20pt;
    box-shadow: 2pt 2pt 10pt #444;
    display: inline-block;
    margin: 1%;
    background-size: cover;
    background:#FFFFFFA0;
}


.widget-half {
    width: 47%;
    border-radius: 5pt;
    height: 100pt;
    font-size: 30pt;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 20pt;
    box-shadow: 2pt 2pt 10pt #444;
    display: inline-block;
    margin: 1%;
    background-size: cover;
}
.CharPanel {
    text-align: left;
    padding: 10pt;
    width: calc(30%);
    margin: 5px;
    background: #EEE;
    height:80pt;
    border:1px solid #888;
    border-radius:10px;
    display:inline-block;
    position:relative;
}
.charhead {
    width:60pt;
    height:60pt;
    border:3px solid #FFA030;
    border-radius:50%;
    display:inline-block;
    text-align:left;


}
.charinfo {
    left: 80pt;
    font-size: 15px;
    position: absolute;
    width: calc(100% - 85pt);
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        max-width: 1280px;
        margin-left: calc(50% - 640px);
    }
}

.coing {
    background: #EE4;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    padding-top: 5px;
    display: inline-block;
    text-align: center;
    border:1px solid #FFF;
    border-bottom: 1px solid #AA0;
    border-right: 1px solid #AA0;
    font-size:10px
}

.coins {
    background: #CCC;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    padding-top: 5px;
    display: inline-block;
    text-align: center;
    border: 1px solid #FFF;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    font-size: 10px
}

.coinb {
    background: #b68768;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    padding-top: 5px;
    display: inline-block;
    text-align: center;
    border: 1px solid #FFF;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    font-size: 10px
}
.charmoney {
    position: absolute;
    top: 25px;
    width: 100px;
    right: 0px;
    text-align:right;

}




@media (max-width: 768px) {
    .container {
        width:100% !important;
    }
    html {
        font-size: 16px;
        width: 100%;
    }

    .loginbox {
        left:5%;
        width: 90%;
        top: 5%;
        height:auto;
        position: absolute;
        padding: 10pt;
    }

    .loginbox .title {
        color: #000;
        font-size: 20pt;
    }
    .widget {
        width: 98%;
        font-size:20px;
    }
    .header {
        font-size: 20pt;
        height:80px;
    }
    .CharPanel {
        width:95%;
        min-height:40px;
    }
}

.disabled {
    background:#AAA;
    color:#CCC;
}

.disclaimer {
    border:1px solid #000;
    margin:5px;
    padding:5px;
    border-radius:5px;
    background:#FFF;
    overflow-y:scroll;
    max-height:150px;

}

h1 {
    font-size:24px;
}
h2 {
    font-size:18px;
}
