.profile-dropdown {
    width: auto !important;
}

.fc-event {
    cursor: default !important;
}

.form-row {
    margin-right: 0px;
    margin-left: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 15px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #00acc1;
    border: none;
    border-right: 1px solid #FFF;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    background-color: #008a9b;
    border-color: #007f8e;
}

.mt--3 {
    margin-top: -3px !important;
}

.fc-content {
    color: #fff;
}

button.html5-qrcode-element {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button.html5-qrcode-element:hover, button.html5-qrcode-element:focus {
    text-decoration: none;
}

button.html5-qrcode-element:focus, button.html5-qrcode-element.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

button.html5-qrcode-element {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

button.html5-qrcode-element:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

button.html5-qrcode-element:focus, button.html5-qrcode-element.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.grid-striped .form-row:nth-of-type(odd) {
    background: #f1f5f7;
}
.grid-striped .form-row:nth-of-type(even) {
    background: #FFF;
}
.grid-border .form-row{
    border: 1px solid #dee2e6;
}
.dtr-title {
    font-weight: bold;
}
.dtr-title:after {
    font-weight: bold;
    content: ' : '
}
.dt-control:before {
    background-color: transparent !important;
}

.flash-primary{
    animation:blinkingText-primary .5s infinite
}
@keyframes blinkingText-primary{
    0%{
        background-color:#cceef3
    }
    100%{
        background-color:#fff
    }
}

.flash-secondary{
    animation:blinkingText-secondary .8s infinite
}
@keyframes blinkingText-secondary{
    0%{
        background-color:#e2e3e5
    }
    100%{
        background-color:#fff
    }
}

.flash-secondary{
    animation:blinkingText-secondary .8s infinite
}
@keyframes blinkingText-secondary{
    0%{
        background-color:#e2e3e5
    }
    100%{
        background-color:#fff
    }
}

.flash-success{
    animation:blinkingText-success .8s infinite
}
@keyframes blinkingText-success{
    0%{
        background-color:#d3f0d9
    }
    100%{
        background-color:#fff
    }
}

.flash-danger{
    animation:blinkingText-danger .8s infinite
}
@keyframes blinkingText-danger{
    0%{
        background-color:#fcdde2
    }
    100%{
        background-color:#fff
    }
}

.flash-warning{
    animation:blinkingText-warning .8s infinite
}
@keyframes blinkingText-warning{
    0%{
        background-color:#f7b84b
    }
    100%{
        background-color:#fff
    }
}

.flash-info{
    animation:blinkingText-info .8s infinite
}
@keyframes blinkingText-info{
    0%{
        background-color:#4b88e4
    }
    100%{
        background-color:#fff
    }
}

.flash-light{
    animation:blinkingText-light .8s infinite
}
@keyframes blinkingText-light{
    0%{
        background-color:#f7f7f7
    }
    100%{
        background-color:#fff
    }
}

.flash-dark{
    animation:blinkingText-dark .8s infinite
}
@keyframes blinkingText-dark{
    0%{
        background-color:#323a46
    }
    100%{
        background-color:#fff
    }
}
td.details-control{
    background:url(../fonts/plus-square.svg) no-repeat center center;
    cursor:pointer
}
tr.shown td.details-control{
    background:url(../fonts/minus-square.svg) no-repeat center center;
}

.page-title-right {
    float: right;
    margin-top: 20px;
    padding: 0 !important;
    display: block !important;
}
.noti-scroll {
    max-height: 600px !important;
    height: auto !important;
}
.dropdown-menu .dropdown-menu-right .dropdown-lg .show{
    transform: none !important;
}
.dropdown-menu .dropdown-menu-right .dropdown-lg .show{
    transform: none !important;
}
.table-sm td, .table-sm th {
    padding:.2rem
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0px !important;
}

table.dataTable > tbody > tr.selected a {
    color: white !important;
}
.row-striped:nth-of-type(odd){
    background-color:#f1f5f7
}
.row-striped:nth-of-type(even){
    background-color: #ffffff;
}
.spinner-border-lg {
    width: 100px!important;
    height: 100px!important;
}

.signature-pad {
    width: 100% !important;
    border: 2px solid #ced4da !important;
    border-radius: 0.25rem !important;
}
.navbar-custom .app-search form {
    max-width: 600px;
}

.dataTables_length {
    float: inline-start;
}
.dataTables_filter, .dataTables_paginate, .dt-buttons, .dt-search, .dt-paging {
    float: inline-end;
}