.bootstrap-switch {
    display: block !important;
}

.wysihtml5-toolbar .btn {
    background-color: white !important;
}

.wysihtml5-toolbar li a[title="Insert image"] {
    display: none;
}

.wysihtml5-toolbar li a[title="Insert link"] {
    display: none;
}

.table {
    word-wrap: break-word;
}

.table th {
    white-space: nowrap;
}

.tab-content .form-group {
    height: 500px;
    overflow: auto;
    text-align: justify;
}

.form-btn {
    margin-bottom: 40px;
}

.select2-results__option .wrap:before {
    font-family: fontAwesome;
    color: #999;
    content: "\f096";
    width: 25px;
    height: 25px;
    padding-right: 10px;
}

.select2-results__option[aria-selected=true] .wrap:before {
    content: "\f14a";
}

.select2-selection__clear {
    display: none;
}

.row {
    padding: 10px;
}

.select2-multiple,
.select2-multiple2 {
    width: 100%
}

.dt-button {
    display: inline-block;
    margin-top: 10px;
}

input[type=search] {
    padding: 16px;
    font-size: 14px;
    width: 100% !important;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.buttons-container {
    white-space: nowrap;
}