﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.container .text-muted {
    margin: 20px 0;
    text-align:center;
}

.btn-primary {

}

td {
    vertical-align: middle;
}

ul {
    margin:0;
    padding:0;
    list-style:none;
}

ul.ChartDetail li {
    margin-bottom:10px;
}
ul.ulRegister {
    background:#efefef;
    border:1px solid #ccc;
    padding:5px;
}
ul.ulRegister li {
    display:inline-block;
    margin:5px;
    vertical-align:middle;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin: 10% auto;
}
.card {
    border:none; 
}
.labelItem div {
    background: #316cf4;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    line-height: 28px;
    margin-right: 5px;
}
