
.indicator {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 10px;
    border: 1px solid #000;
    border-radius: 7px;
}

.indicator.indicator-green {
    background-color: #94E185;
    border-color: #78D965;
    box-shadow: 0px 0px 4px 1px #94E185;
}

.indicator.indicator-red {
    background-color: #C9404D;
    border-color: #C42C3B;
    box-shadow: 0px 0px 4px 1px #C9404D;
}

.indicator.indicator-gray {
    background-color: gray;
    border-color: gray;
    box-shadow: 0px 0px 4px 1px gray;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #d70939;
    border-color: #d70939;
    color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(233, 30, 99, 0.14), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.12);
}

.label.beta {
    position: absolute;
    top: -5px;
}

.label.label-danger.beta {
    background-color: rgba(215, 9, 57, 1);
}
.active .label.beta {
    background-color: white;
}
.active .label.label-danger.beta {
    color: rgba(215, 9, 57, 1);
}
.active .label.label-success.beta {
    color: #4caf50;
}

.sidebar .nav .notification_fancy i {
    font-size: 13px;
    margin: 0px;
    border-radius: 0px;
    float: none;
    color: #a9afbb;
}
.dark-edition .card {
    background-color: #202940;
    color: #cccccc;
}

.lang_skills {
    text-align: center;
    margin-top: 20px;
}

.lang_skills .lang label {
    padding: 5px;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.7);
}

.lang_skills .lang h5 {
    margin-bottom: 0;
}

.lang_skills .lang.en {
    margin-bottom: 40px;
}

.bootstrap-tagsinput {
    width: 100%;
    min-height: 200px;
}

.flex{
    display: flex;
    flex-direction: row;
    align-items: center;
}
 
.flex--between{
    justify-content: space-between;
}

.pb-15{
    padding-bottom: 15px;
}

.dark-edition #consent_form .radio label{
    color: #cccccc;
}

@media (min-width: 425px) {
    .card .card-footer .btn.btn-floating{
        position: absolute;
        top: 10px; 
        right: 20px;
    }
} 

.btn-link {
    border: none;
    border-radius: 3px;
    position: relative;
    padding: 12px 30px;
    margin: 10px 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
}
.btn-link .material-icons {
    font-size: 18px;
    font-weight: 400;
}

.btn-clear, .btn-clear:hover, .btn-clear:active{
    background-color: transparent !important;
    box-shadow: none !important;
}
