.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 10px;
    padding-right: 0px;
}
i.login-social{
    margin-right: 5px !important;
}
.login-fb{
    float: right;
}
.google-btn{
    border: 1px solid;
}
.apple-btn{
    margin-left: 16px;
    background: #000;
    color: #fff;
}
.btn-twitter{
    margin-left: 4px;
}
.image-medium-thumb{
    width: 250px;
    height: 200px;
}
.image-small-thumb{
    width: 100px;
    height: 80px;
}
.tox-notifications-container{display: none;}
.rank-math-variables-dropdown {
    z-index: 999;
    display: none;
    overflow: auto;
    max-width: 450px;
    border: 1px solid #b5bfc9;
    background: #fff;
    border-radius: 6px;
    position: relative;
    top: 25px;
    right: 0;
    height: 220px;
    width: 80%;
    float: right;
}

.rank-math-variables-dropdown li:after {
    display: inline-block;
    margin-top: 3px;
    padding: 0.25em 0.4em;
    content: attr(data-var);
    white-space: nowrap;
    border-radius: 0.25rem;
    background-color: #f0f2f4;
    position: absolute;
    top: 4px;
    right: 10px;
}

.rank-math-variables-dropdown li span {
    font-style: italic;
    display: block;
    padding-top: 0.2em;
    color: #888;
}
.rank-math-variables-dropdown li span {
    line-height: 1.3;
    font-style: italic;
    display: block;
    padding-top: 0.5em;
    opacity: 0.6;
}
.list-item-data{
    cursor: pointer;
}

.block-right{
    float: right;
}
.box-100{
    width: 100%;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.info-content{
    width: 20%;
}
.pagination-block {
    width: 80%;
}
.info-block{
    display: contents;
    padding: 20px 0px;
}
.info-block ul.pagination {
    float: right;
}

/* Subcopy */

.subcopy {
    padding: 16px;
    background: #f3f5f7;
    color: #646c7d;
    border-radius: 4px;
    margin-bottom: 16px;
}
