.colored-title-1 {
    color: #662782;
}

.colored-title-2 {
    color: #C4145D;
}

.bg-fuchsia {
    background-color: #C4145D;
}

.bg-lightgrey {
    background-color: #f2f2f2;
}

.bg-lightfuchia {
    background-color: #9db2be;
}

.light-grey-blue-bg {
    background: #ecf2fa !important;
}

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

.bg-transparan {
    background: rgba(25,25,25,0.8) !important;
}

.list-group-item {
    border: none;
}

.list-group-item.active {
    background-color: #4F7890;
}

.place-at-the-bottom {
    bottom: 0;
}

.content-grid .content-grid-item:before {
    border-left: 1px solid #2d3947 !important;
}

.header-logo {
    padding-top: 15px;
}

.logo-default {
}

.thy-alert {
    background: #151525;
    color: #dcdcdc;
    font-size: 12px;
    padding-bottom: 30px;
}

.dismiss-checkbox {
    float: right;
    border-bottom: none;
}

button.close {
    margin-top: -5px;
}

@media screen and (max-width: 992px) {
    .dismiss-checkbox {
        float: none;
        border-bottom: 1px solid #999;
    }
}