@charset "UTF-8";

body {
    font-size: 1rem;
}

/* h2 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    letter-spacing: 0.1em;
}

h2 {
    font-size: 1.4rem;
    font-weight: 800;
}

h3 {
    font-size: 1.2rem;
    font-weight: 800;
}

h4 {
	font-size: 1.1rem;
	font-weight: 800;
}

h5 {
    font-size: 1.05rem;
    font-weight: 800;
}

h6 {
    font-weight: 700;
}

a {
    color: #222;
}

dl > dt {
	color: #454545;
	font-weight: 700;
}

dl > dd {
	margin-bottom: 0;
}

/* --------------------------------
BOOTSTRAP5.1
-------------------------------- */

/**
 * ----------------------------------------
 * alert
 * ----------------------------------------
 */
.alert {
    border-radius: 0;
}

/* container-fluid */
.container-fluid {
    padding-top: 1.5rem;
}

/**
 * ----------------------------------------
 * breadcrumb
 * ----------------------------------------
 */
.breadcrumb {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
    background-color: #ededed;
    border-radius: 0;
}

.breadcrumb-item.active {
    color: #222;
    font-weight: 700;
}

/**
 * ----------------------------------------
 * badge
 * ----------------------------------------
 */
.badge {
    padding: 0.4em 0.8em;
    /* font-size: 90%; */
}

.badge-lg {
    font-size: 100%;
}

.badge-outline-primary {
    color: #007bff;
    border: 1px solid #007bff;
}

.badge-outline-secondary {
    color: #6c757d;
    border: 1px solid #6c757d;
}

.badge-outline-success {
    color: #28a745;
    border: 1px solid #28a745;
}

.badge-outline-danger {
    color: #dc3545;
    border: 1px solid #dc3545;
}

.badge-outline-warning {
    color: #ffc107;
    border: 1px solid #ffc107;
}

.badge-outline-info {
    color: #17a2b8;
    border: 1px solid #17a2b8;
}

.badge-outline-dark {
    color: #343a40;
    border: 1px solid #343a40;
}

.badge-outline-light {
    color: #6c757d;
    border: 1px solid #6c757d;
}

/*	*/
.bg-dark {
    background-color: #222 !important;
}

/**
 * ----------------------------------------
 * btn
 * ----------------------------------------
 */
.btn {
    border-radius: 0;
}

.btn-light {
    background-color: #f8f9fa;
    border-color: #ccc;
}

.btn-outline-light {
    border-color: #999 !important;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.4;
}

.btn-sm,
.btn-group-sm > .btn {
    border-radius: 0rem;
}

/**
 * ----------------------------------------
 * card
 * ----------------------------------------
 */
.card {
    border-radius: 0;
}

.card-title {
	text-align: center;
	margin-bottom: 1rem;
}

.card-header:first-child {
    border-radius: 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    background-color: rgba(255, 255, 255, 1);
}

.card-body {
    padding: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

/*	*/
.carousel-caption > h2 {
    font-size: 4rem;
}

.carousel-caption > h3 {
    font-size: 1.8rem;
}

/* custom-select */
.custom-select {
    border-radius: 0;
}

/* form-control */
.form-control {
    border-radius: 0;
}

.form-links {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 0.9rem;
}

.checkbox-1x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.checkbox-2x {
    transform: scale(2);
    -webkit-transform: scale(2);
}

/* input-group-text */
.input-group-text {
    font-size: 0.9rem;
    width: 50px;
    border-radius: 0;
}

/* list-group */
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-item.active {
    z-index: 2;
    color: rgb(0, 0, 0);
    background-color: #eee;
    border-color: rgba(0, 0, 0, 0.125);
}

/* modal */
.modal-content {
    border: none;
    border-bottom: none;
    border-radius: 0;
}

.modal-header {
    background-color: #fff;
}

.modal-body {
    margin-top: 10px;
    margin-bottom: 40px;
}

.modal-footer {
    background-color: #fff;
}

/* sidenav */
.sb-sidenav-dark {
    background-color: #333;
}

.sb-sidenav-dark .sb-sidenav-footer {
    background-color: #333;
}

.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
    font-size: 0.85rem;
}

/* table */
.table th,
.table td {
	padding: 0.75rem 1.25rem;
    vertical-align: middle;
}

/* .text */
.text-muted {
    color: #ccc !important;
}

.bold {
    font-weight: 600;
}

/* .title */
.title {
    margin-bottom: 1rem;
}

.title > h2 {
    font-weight: 500;
}

/* progress */
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/* progress bar */
.progress {
    border-radius: 0;
}

/* select2 */
.select2-container--bootstrap4 .select2-selection {
    border-radius: 0;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 0rem;
}

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated
    select:invalid
    ~ .select2-container--bootstrap4
    .select2-selection {
    /*border-color: #007bff;*/
}

/* size */
.size-90 {
    font-size: 90%;
}

.size-100 {
    font-size: 100%;
}

.size-110 {
    font-size: 110%;
}

.size-120 {
    font-size: 120%;
}

/* tabs */
#tabs {
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent transparent #222;
    border-bottom: 4px solid !important;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* heading */
.heading {
    margin-bottom: 20px;
}

/* zoom */
.zoom-1 {
    zoom: 1.1;
}

.zoom-2 {
    zoom: 1.2;
}

/**
 * select2
 */

.select2-search--dropdown .select2-search__field {
    border: 2px solid #80bdff;
}

/* staging */
.staging {
    /*padding-top: 5px;
	border-top: #cc0000 5px solid;*/
}


/**
 * ----------------------------------------
 * font-size
 * ----------------------------------------
 */
.font-size {
    font-size: 1rem;
}

.font-size-xs {
    font-size: .8rem;
}

.font-size-sm {
    font-size: .9rem;
}

.font-size-lg {
    font-size: 1.1rem;
}

.font-size-xl {
    font-size: 1.2rem;
}


/**
 * ----------------------------------------
 * medal
 * ----------------------------------------
 */

/* bronze */
.text-medal1 {
	color: #ad8a56
}

.border-medal1 {
    border-color: #ad8a56!important;
}

.bg-medal1 {
    background-color: #ad8a56!important;
    color: #fff;
    padding: 1rem 0;
}

/* silver */
.text-medal2 {
	color: #b4b4b4
}

.border-medal2 {
    border-color: #b4b4b4!important;
}

.bg-medal2 {
    background-color: #b4b4b4!important;
	color: #fff;
    padding: 1rem 0;
}

/* gold */
.text-medal3 {
	color: #c9b037
}

.border-medal3 {
    border-color: #c9b037!important;
}

.bg-medal3 {
    background-color: #c9b037!important;
	color: #fff;
    padding: 1rem 0;
}

/* platinum */
.text-medal4 {
	color: #e5e4e2;
}

.border-medal4 {
    border-color: #e5e4e2!important;
}

.bg-medal4 {
    background-color: #e5e4e2;
	color: #222;
    padding: 1rem 0;
}
