﻿.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #272c33;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--single{
        border: 1px solid #ced4da;
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.select2-container .select2-search--inline .select2-search__field {
    padding-left: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1e88e5;
    border:none;
    color:white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color:white;
}

.select2-container--default .select2-results__group{
    color:white;
    font-weight:bold;
}

.select2-container--default .select2-results__option .select2-results__option{
    color:white;
}

.sweet-alert button.cancel {
    background-color: #bd2130;
    border-color: #b21f2d;
}

.dataTables_length select, .dataTables_filter input {
    color: #afafaf;
}

.form-error {
    color: #b94a48;
}

.note-editor .btn{
    color:#afafaf;
}

.note-editor .btn:hover {
    color: white;
}

.note-editor.note-frame .note-editing-area .note-editable{
background-color: white;
}

.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
    width: 175px;
    padding: 10px;
}

    .note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu a, .note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu pre{
        color: black;
    }

.daterangepicker .input-mini{
    background-color:white;
}


.container-fluid {
    background: #383f48;
}

.daterangepicker_input i{
    display:none;
}

.daterangepicker .input-mini{
    text-align:center;
}

.range_inputs .cancelBtn {
    background-color: #b73d3d;
    color: white;
}

.modal {
    overflow-y: auto;
}

.note-editor.note-frame .note-editing-area .note-editable .table {
    color: black;
}

.sweet-alert {
    z-index: 99998;
}

.paymentMethod.selected {
    border-width: 3px !important;
}

table.dataTable thead .sorting:after {
    color: rgb(255, 255, 255);
}