﻿.vakata-context
{
    z-index:100!important;
}
.tooltip-codemind {
    position: absolute;
    display: inline-block;
    right: -5px;
    top: 9px;
}
.tooltip-label-codemind {
    position: relative;
    display: inline-block;
    right: -5px;
}
.isDisabled {
    color: currentColor;
    cursor: not-allowed!important;
    opacity: 0.5;
    text-decoration: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    color: #ffffff;
    background: #5d78ff;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    color: #ffffff;
    background: #5d78ff;
}
/*.select2-results__option--highlighted {
    color: #ffffff !important;
    background: #5d78ff !important;
}*/
.blink_me {
    animation: blinker 1.8s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.readonly {
    background-color: #f7f8fa!important;
}
.dt-buttons {
    position:absolute;
}