/**
HTML
 */
body {
    color: #333;
}

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

/**
Select 2
 */
.select2-container{
    width: 100%!important;
}
.select2-search--dropdown .select2-search__field {
    width: 98%;
}

/**
Calendar
 */
.cal-event-birthday {
    background-color: #bbbbbb;
    border: none;
    padding-left: 4px;
}
.cal-event-birthday::before {
    content: '';
    float: left;
}

/*
Events
https://getbootstrap.com/docs/5.1/customize/color/
 */
.event .fc-event-title, .event .fc-event-time {
    color: #495057 !important;
}
.event {
    border: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.event-activity {
    background-color: #ffe69c; /* yellow-200 */
}
.event-task {
    background-color: #f1aeb5; /* red-200 */
}
.event-meeting {
    background-color: #c5b3e6; /* purple-200 */
}

/**
Messages
 */
#messages-count, #tasks-comments-count {
    display: none;
}

/**
Wizard
 */
.toolbar-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

/**
Imagewrapper
 */
#imagewrapper img {
    margin-bottom: 10px;
}

figure.image img{
    max-width: 100%;
}

.sidebar-dropdown .sidebar-item.active .sidebar-link {
    color: #fff;
}

 .ck-editor__editable_inline {
     min-height: 300px;
 }

.form-control:disabled, .form-control:read-only {
    background-color: #fff;
    text-align: center;
}

table.dataTable td a {
    color: #333;
}

.ck-focused {
    border: 1px solid #c7c7c7 !important;
}

.poll-bar {
    background-color: #e2e8ee;
    height: 20px;
    line-height: 20px;
    width: 100%;
}
.poll-bar div {
    background-color:#3f80ea;
    height:100%;
}

.nav-item .indicator {
    background-color: #d9534f !important;
}

span.bas-badge {
    border: 1px solid #ababab;
    border-radius: .4rem;
    margin-right: .6rem;
    padding: .1rem .4rem;
}
span.bas-badge a {
    color: #ababab;
    cursor: pointer;
    margin-left: .2rem;
    text-decoration: none;
}
span.bas-badge a:hover {
    color: #000;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #ababab;
    border-radius: 50%;
    display: inline-block;
}

#tableTasks th {
    cursor: pointer;
}
tr {
    touch-action: none
}
input.autosubmit:focus::placeholder {
    color: transparent;
}
.task-completed {
    text-decoration: line-through;
}
.table tbody, .table tfoot, .table th, .table tr {
    background-color: #fff;
    border: none !important;
}
.marker-danger {
    border-left: 5px solid #d9534f !important;
}
.marker-primary {
    border-left: 5px solid #3f80ea !important;
}
.marker-secondary {
    border-left: 5px solid #495057 !important;
}
.marker-muted {
    border-left: 5px solid #dee6ed !important;
}

.thumbnail {
    height: 60px;
    margin: 4px 14px 4px 0;
}

.ck-editor__editable_inline {
    min-height: 200px;
    max-height: 500px;
}

.table-responsive {
    overflow-x: touch;
}
.table-responsive .table {
    max-width: none;
}
