div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0 !important;
}
.url_break{
    word-break: break-word;
    min-width: 15rem;
}
#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}
#loading-image {
    z-index: 100;
    width: 300px;
    height: 300px;
}
iframe {
    padding: 2px;
    border: 1px solid #888;
    width: 100%;
    height: 70vh;
}
.disable-click{
    pointer-events:none;
}
.spinner-downloding{
    width: 300px;
    height: 300px;
}

.form-control.is-invalid {
    background-image: none;
}

.info-box {
    cursor: pointer;
}
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #e3e6f0;
}
.modal-body, .template_view {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
.classified_table{
    table-layout: fixed;
    width: 100%;
}
.classified_table td{
    overflow-wrap: break-word;
}
.info-box:hover {
    background-color: #dfe0e2;
}

.info-box:hover .fas {
    color: #858796 !important;
}

.table-striped tbody tr.odd {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-striped tbody tr.even {
    background-color: rgba(0, 0, 0, 0.00);
}

.table .thead-grey th {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}

.btn-chevron[aria-expanded=false] .icon-expanded {
    display: none;
}

.btn-chevron[aria-expanded=true] .icon-collapsed {
    display: none;
}

.btn-grip {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.35rem;
    background: none;
    border: none;
    font-size: 30px;
    margin-left: 20px;
    cursor: grab;
}

.btn-warning.btn-gold {
    color: #fff !important;
    background-color: #FFD700 !important;
    border-color: #FFD700 !important;
}

.btn-info.btn-gold {
    color: #fff !important;
    background-color: #258895 !important;
    border-color: #258895 !important;
}

.ui-state-highlight {
    height: 60px;
    line-height: 60px;
}

.btn-grip-warning {
    color: #f6c23e;
}

.btn-grip-warning:hover {
    color: #f4b619;
}

.btn-grip-info {
    color: #36b9cc;
}

.btn-grip-info:hover {
    color: #2c9faf;
}

.header-selector {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 10px;
    background-color: rgba(246, 194, 62, 0.2);
    border-color: rgba(246, 194, 62, 0.7);
}

.card-selector {
    border-color: rgba(246, 194, 62, 0.7);
    border-width: 3px;
}

.hr-selector {
    margin-top: 0;
    margin-bottom: 0;
    border-color: rgba(246, 194, 62, 0.7);
}

.header-rule {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;
    background-color: rgba(54, 185, 204, 0.2);
    border-color: rgba(54, 185, 204, 0.7);
}

.card-rule {
    border-color: rgba(54, 185, 204, 0.7);
    border-width: 3px;
}

.card:only-child {
    border-radius: 0.35rem !important;
}

.card-rule:only-child {
    border-bottom: 3px solid rgba(54, 185, 204, 0.7) !important;
}

.card-selector:only-child {
    border-bottom: 3px solid rgba(246, 194, 62, 0.7) !important;
}

/* .accordion-level-0 > div {
  border-right: 3px solid red !important;
}

.accordion-level-1 > div{
  border-right: 3px solid blue !important;
}

.accordion-level-2 > div {
  border-right: 3px solid green !important;
} */

.hr-rule {
    margin-top: 0;
    margin-bottom: 0;
    border-color: rgba(54, 185, 204, 0.7);
}

.btn-blocking:hover {
    cursor: pointer;
}

.select2-container .select2-results__option[aria-disabled="true"] {
    display: none;
}

.select2-container .select2-results__group {
    display: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
span.select2-container:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 .5px .5px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .1);
    -moz-box-shadow: inset 0 .5px .5px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .1);
    box-shadow: inset 0 1px .5px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .1);
}

.fast-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}

.highlight-selector {
    border-color: rgba(246, 194, 62, 0.7);
    border-radius: 0.35rem;
    border-style: solid;
    margin: 0.3rem;
    padding: 0.1rem;
}

.highlight-rule {
    margin: 0.1em;
    background-color: rgba(54, 185, 204, 0.7);
}

.hrdivider {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.5rem;
}

.hrdivider hr {
    flex: 1;
    border: none;
    height: 2px;
    background: grey;
}

.sg-datatables-individual-filtering {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fa-eye{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.fa-eye:before {
    padding: 4px 0 3.5px;
}
.table-striped td .toggle.btn{
    margin: 0 auto;
    display: block;
}
/* Bouncing balls */
.bounce {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.bounce div {
    width: 25px;
    height: 25px;
    background: #0077ff;
    border-radius: 50%;
    animation:bouncing 0.5s
    cubic-bezier(.19, .57, .3, .98) infinite alternate;
}

.bounce div:nth-child(2) {
    animation-delay: .1s;
    opacity: .8;
}

.bounce div:nth-child(3) {
    animation-delay: .2s;
    opacity: .6;
}

.bounce div:nth-child(4) {
    animation-delay: .3s;
    opacity: .4;
}

@keyframes bouncing {
    from{
        transform: translateY(0);
    }
    to {
        transform: translateY(-100px);
    }
}