@import url('extra.css');
@import url('badge.css');

body {
    background-color: #F1F5F7;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    /* font-size: 1rem; */
    font-size: 14px;
}

.table-center thead > tr > th,
.table-center tbody > tr > td {
    vertical-align: middle;
}

.table-borderless-title thead > tr > th {
    border: 0;
}

table > thead > tr.bg-active > th,
table > tbody > tr.bg-active > td,
table > tfoot > tr.bg-active > td {
    background-color: #f5f5f5 !important;
}

.table-xs tbody > tr > td {
    /* padding: 5px; */
}

tr.strong > td,
tr.strong > th,
td.strong {
    font-weight: bold;
}

/* .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
} */

.dropdown-menu,
.btn,
.form-control,
.form-group > label {
    font-size: inherit;
}


.mmoney {
    text-align: right;
}


.fa-g {
    font-size: 18px;
}

.btn-link {
    text-decoration: none;
    color: inherit;
}


/* layout.css Style */
.upload-drop-zone {
    height: 100px;
    border-width: 2px;
}

/* skin.css Style*/
.upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 100px;
    text-align: center
}

.upload-drop-zone.drop {
    color: #222;
    border-color: #222;
}

.list-group-item:last-child {
}

.bg-active {
    background-color: #f5f5f5 !important;
}

.w-150 {
    width: 150px;
}

.w-250 {
    width: 250px;
}

.btn-xs {
    padding: 0 15px;
    font-size: 12px;
}

.strong {
    font-weight: bold;
}

.fs-16 {
    font-size: 16px;
}