a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.full-height-view {
    min-height: calc(100vh - 80px);
    overflow: hidden;
}

.bg-grey {
    background-color: #f2f2f2;
    color: #404040;
}

.bg-dark {
    background-color: #404040;
    color: #f2f2f2;
}

.bg-dark .lead, .bg-dark h2, .bg-dark a {
    color: #f2f2f2 !important;
}

#mainMenu.menu-lowercase nav>ul>li>a {
    text-transform: unset;
}

#login footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.ranking {
    border-radius: 15px;
    color: #000;
}

.red {
    color: #F44336
}

.bg-grey .form-control[disabled], .bg-grey .form-control[readonly], .bg-grey fieldset[disabled] .form-control {
    background-color: #fefefe;
}

.top ul li:nth-child(1):before {
	content: '1';
}

.top ul li:nth-child(2):before {
	content: '2';
}

.top ul li:nth-child(3):before {
	content: '3';
}

.top ul li:nth-child(4):before {
	content: '4';
}

.top ul li:nth-child(5):before {
	content: '5';
}

.top ul {
	list-style: none;
	padding: 0;
}

.top ul li {
    margin-bottom: 30px;
    padding-left: 60px;
	position: relative;
	line-height: 1.5;
    min-height: 50px;
}

.top ul li:before {
    display: flex;
    border-radius: 100%;
    font-weight: bold;
    justify-content: center;
    left: 0px;
    top: -8px;
    line-height: 3.2;
    width: 40px;
    height: 40px;
    position: absolute;
    color: #fff;
    background: #404040;
}

hr.space {
    border: none;
    border-top: dotted 5px;
    margin-top: 30px;
    margin-bottom: 20px;
    height: inherit;
}

.card {
    padding: 15px;
    border-radius: 15px;
    height: 100%;
    min-height: 390px;
}

.card .lead {
    font-size: 1em;
    margin-bottom: 10px;
}

.list-legend span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 9px;
    background-color: #2250fc;
    float: left;
    margin-top: 6px;
}

section {
    padding: 100px 0;
}

.btn i {
    margin-right: 0px;
}

table.dataTable tbody td {
    vertical-align: middle;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.box-circle {
    border-radius: 100%;
    border: 1px solid #000;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 80px;
    text-align: center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.bt-dashed {
    border-top: 1px #000 dashed;
}

.bl-dashed {
    border-left: 1px #000 dashed;
}

.arrow-vertical-center {
    position: absolute;
    margin-top: calc(25% - 7px);
    right: -5px;
    top: 0px;
}

.arrow-horizontal-center {
    position: absolute;
    left: calc(50% - 7px);
    bottom: 8px;
}

.pre-col {
    position: absolute;
    margin-left: -80px;
    margin-top: -10px;
    width: fit-content;
    padding: 0;
}

.title {
    padding-bottom: 30px;
}

.title > * {
    height: 80px;
}

.association-admin {
    background-color: #404040;
    color: #f2f2f2;
    padding: 20px; 
}
.association-admin .btn {
    text-align: center;
    background-color: #f2f2f2;
    color: #404040;
}
.association-admin select {
    color: #404040;
}

body.admin #footer {
    margin-bottom: 70px;
}

tr.disabled, tr.disabled a {
    color: #f44336;
}

.btn-group .btn-group-50 {
    width: 50%;
}

@media (max-width: 767px) {
    .title .lead {
        margin-top: 100px;
    }
}

#header #mainMenu-trigger {
    width: 50px;
}

.form-db.btn button {
    background: transparent;
    border: none;
    padding: 0;
}